From 59167b10fbe27b37c3fe9683bd58c24a4abdb732 Mon Sep 17 00:00:00 2001 From: Darren Embry Date: Thu, 6 Sep 2012 14:43:49 -0400 Subject: fix some imbalanced HTML tags hopefully this will fix #2625 but this needs to be done anyway. --- usr/local/www/firewall_rules.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'usr/local/www') diff --git a/usr/local/www/firewall_rules.php b/usr/local/www/firewall_rules.php index 717c194..123040a 100755 --- a/usr/local/www/firewall_rules.php +++ b/usr/local/www/firewall_rules.php @@ -533,23 +533,23 @@ if($_REQUEST['undodrag']) { "; $alias_src_span_begin = $alias_popup["src"]; - $alias_src_port_span_begin = $alias_popup["srcport"]; - $alias_dst_span_begin = $alias_popup["dst"]; - $alias_dst_port_span_begin = $alias_popup["dstport"]; + $alias_src_span_end = $alias_popup["src_end"]; + $alias_src_port_span_end = $alias_popup["srcport_end"]; + $alias_dst_span_end = $alias_popup["dst_end"]; + $alias_dst_port_span_end = $alias_popup["dstport_end"]; + //build Schedule popup box $a_schedules = &$config['schedules']['schedule']; $schedule_span_begin = ""; @@ -655,8 +655,8 @@ if($_REQUEST['undodrag']) { } } $sched_caption_escaped = str_replace("'", "\'", $schedule['descr']); - $schedule_span_begin = "{$sched_caption_escaped}

{$sched_content}

', 'trail', true, 'delay', 0, 'fade', 'both', 'fadeMax', 93, 'styleClass', 'niceTitle');\" onmouseout=\"this.style.color = ''; domTT_mouseout(this, event);\">"; - $schedule_span_end = "
"; + $schedule_span_begin = "{$sched_caption_escaped}

{$sched_content}

', 'trail', true, 'delay', 0, 'fade', 'both', 'fadeMax', 93, 'styleClass', 'niceTitle');\" onmouseout=\"this.style.color = ''; domTT_mouseout(this, event);\">"; + $schedule_span_end = "
"; } } } -- cgit v1.1