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/FormQueryPlugin/lib/TWiki/Plugins/FormQueryPlugin.pm

    r140 r1090  
    7878    $whinge = $attrs->{moan} if defined $attrs->{moan}; 
    7979    if( lc( $whinge ) eq 'on' ) { 
    80         return CGI::span({class => 'twikiAlert'}, 
     80        return CGI::span({class => 'foswikiAlert'}, 
    8181                         '%<nop>'.$tag.'{'.$attrs->stringify()."}% :$mess"); 
    8282    } 
Note: See TracChangeset for help on using the changeset viewer.