diff --git a/pandora_console/godmode/alerts/alert_special_days_copy.php b/pandora_console/godmode/alerts/alert_special_days_copy.php index a742068795..3e35da83f7 100644 --- a/pandora_console/godmode/alerts/alert_special_days_copy.php +++ b/pandora_console/godmode/alerts/alert_special_days_copy.php @@ -51,188 +51,6 @@ if (is_ajax() === true) { echo json_encode($command); } - $get_template_alerts = (bool) get_parameter('get_template_alerts'); - if ($get_template_alerts === true) { - $filter['special_day'] = 1; - $templates = alerts_get_alert_templates($filter); - $date = get_parameter('date', ''); - $id_group = get_parameter('id_group', 0); - $same_day = get_parameter('same_day', ''); - - $output = '
".__('Display range: '); -if ($display_range) { - $html .= '['.__('Default').'] '; - if ($display_range > 1970) { - $html .= '<< '; - } - - $html .= '['.$display_range.']'; - $html .= ' >>'; -} else { - $html .= '['.__('Default').'] '; - $html .= '<< '; - $html .= '['; - $html .= $this_year; - $html .= ']'; - $html .= ' >>'; -} - -$html .= ' |