- Timestamp:
- 12/05/08 00:21:04 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/EditTablePlugin/lib/Foswiki/Plugins/EditTablePlugin/Core.pm
r1172 r1178 844 844 if ( $params{'quietsave'} ) { 845 845 $text .= 846 "$preSp<input type=\"submit\" name=\"etqsave\" id=\"etqsave\" value=\"$prefQUIET_SAVE_BUTTON\" class=\" twikiButton\" />\n";846 "$preSp<input type=\"submit\" name=\"etqsave\" id=\"etqsave\" value=\"$prefQUIET_SAVE_BUTTON\" class=\"foswikiButton\" />\n"; 847 847 } 848 848 if ( $params{'changerows'} ) { 849 849 $text .= 850 "$preSp<input type=\"submit\" name=\"etaddrow\" id=\"etaddrow\" value=\"$prefADD_ROW_BUTTON\" class=\" twikiButton\" />\n";850 "$preSp<input type=\"submit\" name=\"etaddrow\" id=\"etaddrow\" value=\"$prefADD_ROW_BUTTON\" class=\"foswikiButton\" />\n"; 851 851 $text .= 852 "$preSp<input type=\"submit\" name=\"etdelrow\" id=\"etdelrow\" value=\"$prefDELETE_LAST_ROW_BUTTON\" class=\" twikiButton\" />\n"852 "$preSp<input type=\"submit\" name=\"etdelrow\" id=\"etdelrow\" value=\"$prefDELETE_LAST_ROW_BUTTON\" class=\"foswikiButton\" />\n" 853 853 unless ( $params{'changerows'} =~ /^add$/oi ); 854 854 } 855 855 $text .= 856 "$preSp<input type=\"submit\" name=\"etcancel\" id=\"etcancel\" value=\"$prefCANCEL_BUTTON\" class=\" twikiButton twikiButtonCancel\" />\n";856 "$preSp<input type=\"submit\" name=\"etcancel\" id=\"etcancel\" value=\"$prefCANCEL_BUTTON\" class=\"foswikiButton twikiButtonCancel\" />\n"; 857 857 858 858 if ( $params{'helptopic'} ) { … … 946 946 else { 947 947 return 948 "<input class=\" twikiButton editTableEditButton\" type=\"submit\" value=\"$value\" /> $warningMessage";948 "<input class=\"foswikiButton editTableEditButton\" type=\"submit\" value=\"$value\" /> $warningMessage"; 949 949 } 950 950 } … … 1173 1173 unless ( $theValue eq '' ); 1174 1174 $text .= 1175 "<textarea class=\" twikiTextarea editTableTextarea\" rows=\"$rows\" cols=\"$cols\" name=\"$theName\">$theValue</textarea>";1175 "<textarea class=\"foswikiTextarea editTableTextarea\" rows=\"$rows\" cols=\"$cols\" name=\"$theName\">$theValue</textarea>"; 1176 1176 $text .= saveEditCellFormat( $cellFormat, $theName ); 1177 1177
Note: See TracChangeset
for help on using the changeset viewer.
