Skip to content

Commit

Permalink
remove unnecessary <br /> before summary textbox when in edit mode (a…
Browse files Browse the repository at this point in the history
…s opposed to add mode)
  • Loading branch information
gbateson committed Oct 12, 2006
1 parent 71cfb10 commit 247ed91
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions mod/hotpot/mod.html
Expand Up @@ -100,14 +100,10 @@
<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 {
Expand Down

0 comments on commit 247ed91

Please sign in to comment.