added div with class mod-lesson around the form to hide a label

This commit is contained in:
michaelpenne
2005-05-03 22:22:56 +00:00
parent af9f2c05db
commit 1bbce48a7e
+2 -1
View File
@@ -105,7 +105,7 @@ if ($form->mode == "add") {
/// CDC-FLAG ///
?>
<div class="mod-lesson">
<form name="form" method="post" action="mod.php">
<center>
@@ -496,3 +496,4 @@ if ($form->mode == "add") {
<input type="submit" value="<?php print_string("savechanges") ?>" />
</center>
</form>
</div> <!-- ends class mod-lesson -->