Ignore:
Timestamp:
12/05/08 00:21:04 (3 years ago)
Author:
ArthurClemens
Message:

Item113: more css classes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/PreferencesPlugin/lib/Foswiki/Plugins/PreferencesPlugin.pm

    r1090 r1178  
    188188    unless( $html ) { 
    189189        # No form definition, default to text field. 
    190         $html = CGI::textfield( -class=>'twikiEditFormError twikiInputField', 
     190        $html = CGI::textfield( -class=>'foswikiAlert twikiInputField', 
    191191                                -name => $name, 
    192192                                -size => 80, -value => $value ); 
     
    217217    $text .= CGI::submit(-name => 'edit', 
    218218                         -value=>'Edit Preferences', 
    219                          -class=>'twikiButton'); 
     219                         -class=>'foswikiButton'); 
    220220    $text .= CGI::end_form(); 
    221221    $text =~ s/\n//sg; 
     
    233233    $text .= ' '; 
    234234    $text .= CGI::submit(-name=>'prefsaction', -value=>'Cancel', 
    235                          -class=>'twikiButton', 
     235                         -class=>'foswikiButton', 
    236236                         -accesskey=>'c').$END_MARKER; 
    237237    return $text; 
Note: See TracChangeset for help on using the changeset viewer.