#9665 Fixed button

This commit is contained in:
Daniel Maya 2022-10-18 11:02:06 +02:00
parent ed8b6678cd
commit fcb1cd24b5
1 changed files with 2 additions and 1 deletions

View File

@ -828,7 +828,8 @@ if (isset($data) === true && count($table->data) > 0) {
);
}
if ($is_management_allowed === true && check_acl_restricted_all($config['id_user'], $command['id_group'], 'PM')) {
// Commands can only be created by the super administrator.
if (users_is_admin() === true) {
echo '<div class="action-buttons" style="width: '.$table->width.'">';
echo '<form method="post" action="index.php?sec='.$sec.'&sec2=godmode/alerts/configure_alert_command&pure='.$pure.'">';
html_print_submit_button(__('Create'), 'create', false, 'class="sub next"');