]> git.mjollnir.org Git - moodle.git/commitdiff
remove unnecessary <br /> before summary textbox when in edit mode (as opposed to...
authorgbateson <gbateson>
Thu, 12 Oct 2006 08:06:58 +0000 (08:06 +0000)
committergbateson <gbateson>
Thu, 12 Oct 2006 08:06:58 +0000 (08:06 +0000)
mod/hotpot/mod.html

index a3962927422350b55f3a061c19b89c6c7647d59b..88a0ceacf6035ae32d3f2d7426ff9ae17115f61f 100644 (file)
@@ -100,14 +100,10 @@ $text_source_options = array(
         <td align="left"><?php 
             if ($form->mode=='add') {
                 choose_from_menu($text_source_options, "summarysource", "$form->summarysource", "");
-                //choose_from_menu(
-                //    $text_source_options, "summarysource", "$form->summarysource", "",
-                //    "return hotpot_lockoptions('form', 'summarysource', summaryhideitems, nameoffvalues)"
-                //);
+                print '<br />';
             } else {
                 print '<input type="hidden" name="summarysource" value="'.HOTPOT_TEXTSOURCE_SPECIFIC.'">';
             }
-            print '<br />';
             if (function_exists("print_textarea") && isset($usehtmleditor)) {
                 print_textarea($usehtmleditor, 10, 65, 680, 400, "summary", $form->summary);
             } else {