From: gbateson Date: Thu, 12 Oct 2006 08:06:58 +0000 (+0000) Subject: remove unnecessary
before summary textbox when in edit mode (as opposed to... X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=247ed91b7f3094d6bd2f865dd7acb01344b7abbf;p=moodle.git remove unnecessary
before summary textbox when in edit mode (as opposed to add mode) --- diff --git a/mod/hotpot/mod.html b/mod/hotpot/mod.html index a396292742..88a0ceacf6 100644 --- a/mod/hotpot/mod.html +++ b/mod/hotpot/mod.html @@ -100,14 +100,10 @@ $text_source_options = array( 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 '
'; } else { print ''; } - print '
'; if (function_exists("print_textarea") && isset($usehtmleditor)) { print_textarea($usehtmleditor, 10, 65, 680, 400, "summary", $form->summary); } else {