diff options
author | Bill Marquette <billm@pfsense.org> | 2005-02-22 00:57:34 +0000 |
---|---|---|
committer | Bill Marquette <billm@pfsense.org> | 2005-02-22 00:57:34 +0000 |
commit | 1068174824d248ab118dad178c81c806592c9015 (patch) | |
tree | dd010c47dbf749bb9414d593537310892c1ab651 /usr | |
parent | 700697582772ffddfd72f2a9e6d17b2230a74468 (diff) | |
download | pfsense-1068174824d248ab118dad178c81c806592c9015.zip pfsense-1068174824d248ab118dad178c81c806592c9015.tar.gz |
alias table is above, not below note
Diffstat (limited to 'usr')
-rwxr-xr-x | usr/local/www/firewall_aliases.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/firewall_aliases.php b/usr/local/www/firewall_aliases.php index eaf0639..8d71d76 100755 --- a/usr/local/www/firewall_aliases.php +++ b/usr/local/www/firewall_aliases.php @@ -128,7 +128,7 @@ if ($_GET['act'] == "del") { </tr> <tr> <td class="tabcont" colspan="3"> - <p><span class="vexpl"><span class="red"><strong>Note:<br></strong></span>Aliases act as placeholders for real Hosts, Networks or Ports. They can be used to minimize the number of changes that have to be made if a host, network or port changes. You can enter the name of an alias instead of the host, network or port in all fields that have a red background. The alias will be resolved to the alias settings according to the list below. If an alias cannot be resolved (e.g. because you deleted it), the corresponding element (e.g. filter/NAT/shaper rule) will be considered invalid and skipped.</span></p> + <p><span class="vexpl"><span class="red"><strong>Note:<br></strong></span>Aliases act as placeholders for real Hosts, Networks or Ports. They can be used to minimize the number of changes that have to be made if a host, network or port changes. You can enter the name of an alias instead of the host, network or port in all fields that have a red background. The alias will be resolved according to the list above. If an alias cannot be resolved (e.g. because you deleted it), the corresponding element (e.g. filter/NAT/shaper rule) will be considered invalid and skipped.</span></p> </td> </tr> </table> |