summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_aliases_edit.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-08-30 19:52:54 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-08-30 19:52:54 +0000
commitc823d56b3617a2ad63264dcfbe9e5e0612a74554 (patch)
treef9b3f77bea628f392021f8d15a8c673a3fbfa579 /usr/local/www/firewall_aliases_edit.php
parentfa157587dbb377ad5d9a38b5aa4d79675890b16e (diff)
downloadpfsense-c823d56b3617a2ad63264dcfbe9e5e0612a74554.zip
pfsense-c823d56b3617a2ad63264dcfbe9e5e0612a74554.tar.gz
Show header when alias is not in use
Diffstat (limited to 'usr/local/www/firewall_aliases_edit.php')
-rwxr-xr-xusr/local/www/firewall_aliases_edit.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr/local/www/firewall_aliases_edit.php b/usr/local/www/firewall_aliases_edit.php
index 1c11e50..27b4f70 100755
--- a/usr/local/www/firewall_aliases_edit.php
+++ b/usr/local/www/firewall_aliases_edit.php
@@ -397,10 +397,10 @@ EOD;
<form action="firewall_aliases_edit.php" method="post" name="iform" id="iform">
<table width="100%" border="0" cellpadding="6" cellspacing="0">
+ <tr>
+ <td colspan="2" valign="top" class="listtopic">Alias Edit</td>
+ </tr>
<?php if(is_alias_inuse($pconfig['name']) == true): ?>
- <tr>
- <td colspan="2" valign="top" class="listtopic">Alias Edit</td>
- </tr>
<tr>
<td valign="top" class="vncellreq">Name</td>
<td class="vtable"> <input name="name" type="hidden" id="name" size="40" value="<?=htmlspecialchars($pconfig['name']);?>" />
OpenPOWER on IntegriCloud