- Timestamp:
- 12/05/08 00:21:04 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/PreferencesPlugin/lib/Foswiki/Plugins/PreferencesPlugin.pm
r1090 r1178 188 188 unless( $html ) { 189 189 # No form definition, default to text field. 190 $html = CGI::textfield( -class=>' twikiEditFormErrortwikiInputField',190 $html = CGI::textfield( -class=>'foswikiAlert twikiInputField', 191 191 -name => $name, 192 192 -size => 80, -value => $value ); … … 217 217 $text .= CGI::submit(-name => 'edit', 218 218 -value=>'Edit Preferences', 219 -class=>' twikiButton');219 -class=>'foswikiButton'); 220 220 $text .= CGI::end_form(); 221 221 $text =~ s/\n//sg; … … 233 233 $text .= ' '; 234 234 $text .= CGI::submit(-name=>'prefsaction', -value=>'Cancel', 235 -class=>' twikiButton',235 -class=>'foswikiButton', 236 236 -accesskey=>'c').$END_MARKER; 237 237 return $text;
Note: See TracChangeset
for help on using the changeset viewer.
