mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-25 01:13:25 +01:00
Make sure the Execute button doesn't show up if they don't want it to
This commit is contained in:
parent
6dbf910828
commit
300ed326f3
@ -1016,11 +1016,11 @@ if (!$op && !$delete && !$createdir && !$renamefiles && !$move && !$copy && !$ed
|
|||||||
html_break (2);
|
html_break (2);
|
||||||
html_form_input ("text", "command_line", NULL, NULL, 50);
|
html_form_input ("text", "command_line", NULL, NULL, 50);
|
||||||
html_help_link ("command_line");
|
html_help_link ("command_line");
|
||||||
}
|
|
||||||
|
|
||||||
html_break (1);
|
html_break (1);
|
||||||
html_form_input ("submit", "execute", "Execute");
|
html_form_input ("submit", "execute", "Execute");
|
||||||
html_help_link ("execute");
|
html_help_link ("execute");
|
||||||
|
}
|
||||||
|
|
||||||
html_form_end ();
|
html_form_end ();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user