diff options
author | Scott Dale <sdale@pfsense.org> | 2007-03-28 07:31:57 +0000 |
---|---|---|
committer | Scott Dale <sdale@pfsense.org> | 2007-03-28 07:31:57 +0000 |
commit | 40ad834c5d767b02ec3c4c6bc28153f533e88b25 (patch) | |
tree | 07e4ca3b2366cb94d546790fb6f864674bc08c27 /usr | |
parent | f9cf51f299a7d2aa96d2ea7f67017956b5d931e6 (diff) | |
download | pfsense-40ad834c5d767b02ec3c4c6bc28153f533e88b25.zip pfsense-40ad834c5d767b02ec3c4c6bc28153f533e88b25.tar.gz |
Fixed column alignment for new schedule column
Diffstat (limited to 'usr')
-rwxr-xr-x | usr/local/www/firewall_rules.php | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/usr/local/www/firewall_rules.php b/usr/local/www/firewall_rules.php index d2b4bba..c061689 100755 --- a/usr/local/www/firewall_rules.php +++ b/usr/local/www/firewall_rules.php @@ -253,7 +253,8 @@ echo "<script type=\"text/javascript\" language=\"javascript\" src=\"/javascript <td class="listr" style="background-color: #e0e0e0">*</td> <td class="listr" style="background-color: #e0e0e0">*</td> <td class="listr" style="background-color: #e0e0e0">*</td> - <td class="listr" style="background-color: #e0e0e0">*</td> + <td class="listr" style="background-color: #e0e0e0">*</td> + <td class="listr" style="background-color: #e0e0e0">*</td> <td class="listbg" style="background-color: #990000"><font color="white">Block private networks</td> <td valign="middle" nowrap class="list"> <table border="0" cellspacing="0" cellpadding="1"> @@ -274,11 +275,12 @@ echo "<script type=\"text/javascript\" language=\"javascript\" src=\"/javascript <td width="3%" class="list"> </td> <td class="listt" align="center"><img src="./themes/<?= $g['theme']; ?>/images/icons/icon_block.gif" width="11" height="11" border="0"></td> <td class="listlr" style="background-color: #e0e0e0">*</td> - <td class="listr" style="background-color: #e0e0e0">reserved/not assigned by IANA</td> + <td class="listr" style="background-color: #e0e0e0">Reserved/not assigned by IANA</td> <td class="listr" style="background-color: #e0e0e0">*</td> <td class="listr" style="background-color: #e0e0e0">*</td> <td class="listr" style="background-color: #e0e0e0">*</td> - <td class="listr" style="background-color: #e0e0e0">*</td> + <td class="listr" style="background-color: #e0e0e0">*</td> + <td class="listr" style="background-color: #e0e0e0">*</td> <td class="listbg" style="background-color: #990000"><font color="white">Block private networks</td> <td valign="middle" nowrap class="list"> <table border="0" cellspacing="0" cellpadding="1"> @@ -424,7 +426,7 @@ echo "<script type=\"text/javascript\" language=\"javascript\" src=\"/javascript <?php if ($nrules == 0): ?> <td class="listt"></td> <td class="listt"></td> - <td class="listlr" colspan="7" align="center" valign="middle"> + <td class="listlr" colspan="8" align="center" valign="middle"> <span class="gray"> No rules are currently defined for this interface.<br> All incoming connections on this interface will be blocked until you add pass rules.<br><br> |