From 247ed91b7f3094d6bd2f865dd7acb01344b7abbf Mon Sep 17 00:00:00 2001 From: gbateson Date: Thu, 12 Oct 2006 08:06:58 +0000 Subject: [PATCH] remove unnecessary
before summary textbox when in edit mode (as opposed to add mode) --- mod/hotpot/mod.html | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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 { -- 2.39.5