replacing fieldset in small form to div

This commit is contained in:
toyomoyo
2007-03-01 04:40:38 +00:00
parent 14b9196e8d
commit 09eb304cf7
+2 -2
View File
@@ -262,9 +262,9 @@
echo '</fieldset>';
echo '</form>';
echo '<form id="updateform" action="langimport.php?mode=5" method="post">';
echo '<fieldset class="invisiblefieldset">';
echo '<div>';
echo '<br /><input type="submit" value="'.get_string('updatelangs','admin').'" />';
echo '</fieldset>';
echo '</div>';
echo '</form>';
/// Display option to change site language