aboutsummaryrefslogtreecommitdiffstats
path: root/config/snort/snort_rules.php
diff options
context:
space:
mode:
authorbmeeks8 <bmeeks8@bellsouth.net>2013-06-04 21:37:30 -0400
committerbmeeks8 <bmeeks8@bellsouth.net>2013-06-04 21:37:30 -0400
commitb3cbd705918a4a7f45eff9ddc330e2dab10c58db (patch)
tree216d676ac0f152ea0798877d10c75c299a3aca4c /config/snort/snort_rules.php
parent6a9022187263823f0adb20f83db9141522bf3e98 (diff)
downloadpfsense-packages-b3cbd705918a4a7f45eff9ddc330e2dab10c58db.tar.gz
pfsense-packages-b3cbd705918a4a7f45eff9ddc330e2dab10c58db.tar.bz2
pfsense-packages-b3cbd705918a4a7f45eff9ddc330e2dab10c58db.zip
Fix HTML rendering issues found in cross-browser testing.
Diffstat (limited to 'config/snort/snort_rules.php')
-rwxr-xr-xconfig/snort/snort_rules.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/snort/snort_rules.php b/config/snort/snort_rules.php
index 1ce1c0c2..ca63dae9 100755
--- a/config/snort/snort_rules.php
+++ b/config/snort/snort_rules.php
@@ -411,7 +411,7 @@ if ($savemsg) {
<td class="vncell">
<table width="100%" align="center" border="0" cellpadding="0" cellspacing="0">
<tr>
- <td width="55%" valign="middle" rowspan="2"><input type="submit" name="apply" id="apply" value="<?php echo gettext("Apply"); ?>" class="formbtn"
+ <td width="50%" valign="middle" rowspan="2"><input type="submit" name="apply" id="apply" value="<?php echo gettext("Apply"); ?>" class="formbtn"
title="<?php echo gettext("Click to rebuild the rules with your changes"); ?>"/>
<input type='hidden' name='id' value='<?=$id;?>'/>
<input type='hidden' name='openruleset' value='<?=$currentruleset;?>'/></td>