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

    r1050 r1090  
    253253    } else { 
    254254        if( $msg =~ s/^\!// ) { 
    255             $msg = CGI::h4( CGI::span( { class=>'twikiAlert' }, $msg )); 
     255            $msg = CGI::h4( CGI::span( { class=>'foswikiAlert' }, $msg )); 
    256256        } elsif( $msg =~ /^[A-Z]/ ) { 
    257257            # SMELL: does not support internationalised script messages 
    258258            $msg =~ s/^([A-Z].*)/CGI::h3($1)/ge; 
    259259        } else { 
    260             $msg =~ s/(\*\*\*.*)/CGI::span( { class=>'twikiAlert' }, $1 )/ge; 
     260            $msg =~ s/(\*\*\*.*)/CGI::span( { class=>'foswikiAlert' }, $1 )/ge; 
    261261            $msg =~ s/^\s\s/  /go; 
    262262            $msg =~ s/^\s/ /go; 
    263263            $msg .= CGI::br(); 
    264264        } 
    265         $msg =~ s/==([A-Z]*)==/'=='.CGI::span( { class=>'twikiAlert' }, $1 ).'=='/ge; 
     265        $msg =~ s/==([A-Z]*)==/'=='.CGI::span( { class=>'foswikiAlert' }, $1 ).'=='/ge; 
    266266    } 
    267267    print $msg,"\n"; 
Note: See TracChangeset for help on using the changeset viewer.