- Timestamp:
- 12/05/08 00:21:04 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ComponentEditPlugin/lib/TWiki/Plugins/ComponentEditPlugin.pm
r1050 r1178 223 223 my $control; 224 224 if ($syntax{$TMLtype}->{$param_key}->{type} eq 'text') { 225 $control = CGI::textfield( -class=>' twikiEditFormError',225 $control = CGI::textfield( -class=>'foswikiAlert', 226 226 -name=>$param_key, 227 227 -size=>80, … … 260 260 foreach my $item ( @$options ) { 261 261 $radio_attrs{$item} = 262 { class=>' twikiEditFormRadioField twikiRadioButton',262 { class=>'foswikiRadioButton', 263 263 label=>$item, 264 264 twikidefault=>$syntax{$TMLtype}->{$param_key}->{default}
Note: See TracChangeset
for help on using the changeset viewer.
