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

    r1050 r1178  
    223223    my $control; 
    224224    if ($syntax{$TMLtype}->{$param_key}->{type} eq 'text') { 
    225         $control = CGI::textfield( -class=>'twikiEditFormError', 
     225        $control = CGI::textfield( -class=>'foswikiAlert', 
    226226                                 -name=>$param_key, 
    227227                                 -size=>80, 
     
    260260        foreach my $item ( @$options ) { 
    261261            $radio_attrs{$item} = 
    262               { class=>'twikiEditFormRadioField twikiRadioButton', 
     262              { class=>'foswikiRadioButton', 
    263263                label=>$item, 
    264264                twikidefault=>$syntax{$TMLtype}->{$param_key}->{default} 
Note: See TracChangeset for help on using the changeset viewer.