diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2008-08-30 19:50:50 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2008-08-30 19:50:50 +0000 |
commit | fa157587dbb377ad5d9a38b5aa4d79675890b16e (patch) | |
tree | 6aacc0b22ab2ce47631fb158a8779af8c37ec374 /usr/local | |
parent | ae5b49b10a0d798e93663eaff4c50413df705079 (diff) | |
download | pfsense-fa157587dbb377ad5d9a38b5aa4d79675890b16e.zip pfsense-fa157587dbb377ad5d9a38b5aa4d79675890b16e.tar.gz |
Add CSS header like other pages use.
Diffstat (limited to 'usr/local')
-rwxr-xr-x | usr/local/www/firewall_aliases_edit.php | 3 |
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']);?>" /> |