- Timestamp:
- 11/30/08 18:41:52 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FormQueryPlugin/lib/TWiki/Plugins/FormQueryPlugin/TableFormat.pm
r140 r1090 153 153 my ( $this, $entries, $theSeparator, $newLine, $sr, $rc, $topic, $web, $user, $installWeb ) = @_; 154 154 155 return CGI::span({class=>' twikiAlert'},'Empty table')155 return CGI::span({class=>'foswikiAlert'},'Empty table') 156 156 if ( $entries->size() == 0 ); 157 157 … … 303 303 if ( $this->{help_undefined} ) { 304 304 $ret = CGI::span( 305 {class=>' twikiAlert'},305 {class=>'foswikiAlert'}, 306 306 "Undefined field <nop>$vbl"). 307 307 " (defined fields are: ". … … 322 322 if ( $this->{help_undefined} ) { 323 323 return CGI::span( 324 {class=>' twikiAlert'},324 {class=>'foswikiAlert'}, 325 325 "Undefined field <nop>$vbl"), 326 326 " (defined fields are: ". … … 351 351 my ( $this, $entries, $sr, $rc, $topic, $web, $user, $installWeb ) = @_; 352 352 353 return CGI::span({class=>' twikiAlert'},'Empty table')353 return CGI::span({class=>'foswikiAlert'},'Empty table') 354 354 if ( $entries->size() == 0 ); 355 355
Note: See TracChangeset
for help on using the changeset viewer.
