From ad33accfda0a738983a5de807b424b28912f7799 Mon Sep 17 00:00:00 2001 From: daniel Date: Thu, 2 Mar 2023 11:10:09 +0100 Subject: [PATCH] fixed styles --- .../godmode/alerts/alert_actions.php | 6 --- .../godmode/alerts/alert_commands.php | 4 -- .../godmode/alerts/alert_templates.php | 6 +-- .../godmode/alerts/configure_alert_action.php | 4 -- .../alerts/configure_alert_command.php | 3 -- pandora_console/godmode/category/category.php | 44 +++++++------------ pandora_console/godmode/groups/group_list.php | 3 -- .../modules/manage_inventory_modules.php | 2 - .../godmode/modules/manage_nc_groups.php | 4 -- .../modules/manage_network_components.php | 4 -- pandora_console/godmode/servers/plugin.php | 8 ---- .../godmode/servers/plugin_registration.php | 5 --- .../godmode/users/configure_profile.php | 4 -- .../godmode/users/configure_user.php | 4 -- .../godmode/users/profile_list.php | 4 -- pandora_console/godmode/users/user_list.php | 4 -- pandora_console/operation/users/user_edit.php | 2 - pandora_console/views/calendar/edit.php | 3 -- pandora_console/views/calendar/list.php | 3 -- .../views/calendar/special_days.php | 2 - .../views/calendar/special_days_edit.php | 2 - 21 files changed, 18 insertions(+), 103 deletions(-) diff --git a/pandora_console/godmode/alerts/alert_actions.php b/pandora_console/godmode/alerts/alert_actions.php index 0bd5d33830..05525323e8 100644 --- a/pandora_console/godmode/alerts/alert_actions.php +++ b/pandora_console/godmode/alerts/alert_actions.php @@ -36,10 +36,6 @@ enterprise_include_once('meta/include/functions_alerts_meta.php'); check_login(); - - -enterprise_hook('open_meta_frame'); - if (! check_acl($config['id_user'], 0, 'LM')) { db_pandora_audit( AUDIT_LOG_ACL_VIOLATION, @@ -473,5 +469,3 @@ if (is_management_allowed() === true) { echo ''; echo ''; } - -enterprise_hook('close_meta_frame'); diff --git a/pandora_console/godmode/alerts/alert_commands.php b/pandora_console/godmode/alerts/alert_commands.php index 5a02e4814f..610c503cdc 100644 --- a/pandora_console/godmode/alerts/alert_commands.php +++ b/pandora_console/godmode/alerts/alert_commands.php @@ -566,8 +566,6 @@ tyle='display:none;'>"; echo ''; } -enterprise_hook('open_meta_frame'); - if ($update_command) { include_once 'configure_alert_command.php'; return; @@ -836,8 +834,6 @@ if (users_is_admin() === true) { echo ''; } -enterprise_hook('close_meta_frame'); - ?>