Ignore:
Timestamp:
11/30/08 18:41:52 (3 years ago)
Author:
ArthurClemens
Message:

Item113: the first 16 css classes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/EditRowPlugin/lib/TWiki/Plugins/EditRowPlugin/Table.pm

    r1046 r1090  
    7474                unless (TWiki::Func::topicExists($iw, $it)) { 
    7575                    $line = CGI::span( 
    76                         { class=>'twikiAlert' }, 
     76                        { class=>'foswikiAlert' }, 
    7777                        "Could not find format topic $attrs->{include}"); 
    7878                } 
    7979                if ($read{"$iw.$it"}) { 
    8080                    $line = CGI::span( 
    81                         { class=>'twikiAlert' }, 
     81                        { class=>'foswikiAlert' }, 
    8282                        "Recursive include of $attrs->{include}"); 
    8383                } 
Note: See TracChangeset for help on using the changeset viewer.