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/TableFormat.pm

    r140 r1090  
    153153    my ( $this, $entries, $theSeparator, $newLine, $sr, $rc, $topic, $web, $user, $installWeb ) = @_; 
    154154         
    155     return CGI::span({class=>'twikiAlert'},'Empty table') 
     155    return CGI::span({class=>'foswikiAlert'},'Empty table') 
    156156      if ( $entries->size() == 0 ); 
    157157 
     
    303303        if ( $this->{help_undefined} ) { 
    304304            $ret = CGI::span( 
    305                 {class=>'twikiAlert'}, 
     305                {class=>'foswikiAlert'}, 
    306306                "Undefined field <nop>$vbl"). 
    307307                  " (defined fields are: ". 
     
    322322        if ( $this->{help_undefined} ) { 
    323323            return CGI::span( 
    324                 {class=>'twikiAlert'}, 
     324                {class=>'foswikiAlert'}, 
    325325                "Undefined field <nop>$vbl"), 
    326326                  " (defined fields are: ". 
     
    351351    my ( $this, $entries, $sr, $rc, $topic, $web, $user, $installWeb ) = @_; 
    352352         
    353     return CGI::span({class=>'twikiAlert'},'Empty table') 
     353    return CGI::span({class=>'foswikiAlert'},'Empty table') 
    354354      if ( $entries->size() == 0 ); 
    355355 
Note: See TracChangeset for help on using the changeset viewer.