Make sure the Execute button doesn't show up if they don't want it to

This commit is contained in:
zone 2001-08-28 07:58:06 +00:00
parent 6dbf910828
commit 300ed326f3

View File

@ -1016,11 +1016,11 @@ if (!$op && !$delete && !$createdir && !$renamefiles && !$move && !$copy && !$ed
html_break (2);
html_form_input ("text", "command_line", NULL, NULL, 50);
html_help_link ("command_line");
}
html_break (1);
html_form_input ("submit", "execute", "Execute");
html_help_link ("execute");
html_break (1);
html_form_input ("submit", "execute", "Execute");
html_help_link ("execute");
}
html_form_end ();