summaryrefslogtreecommitdiffstats
path: root/usr/local
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-08-30 19:50:50 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-08-30 19:50:50 +0000
commitfa157587dbb377ad5d9a38b5aa4d79675890b16e (patch)
tree6aacc0b22ab2ce47631fb158a8779af8c37ec374 /usr/local
parentae5b49b10a0d798e93663eaff4c50413df705079 (diff)
downloadpfsense-fa157587dbb377ad5d9a38b5aa4d79675890b16e.zip
pfsense-fa157587dbb377ad5d9a38b5aa4d79675890b16e.tar.gz
Add CSS header like other pages use.
Diffstat (limited to 'usr/local')
-rwxr-xr-xusr/local/www/firewall_aliases_edit.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/usr/local/www/firewall_aliases_edit.php b/usr/local/www/firewall_aliases_edit.php
index 9e2dac2..1c11e50 100755
--- a/usr/local/www/firewall_aliases_edit.php
+++ b/usr/local/www/firewall_aliases_edit.php
@@ -398,6 +398,9 @@ EOD;
<form action="firewall_aliases_edit.php" method="post" name="iform" id="iform">
<table width="100%" border="0" cellpadding="6" cellspacing="0">
<?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