summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/firewall_aliases.php
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2016-01-07 13:56:51 -0500
committerStephen Beaver <sbeaver@netgate.com>2016-01-07 13:56:51 -0500
commit3568193009b7c2b5bde38e913f6e87dfa9265a12 (patch)
treee2445847e89928f68d3aff40377f951fb9460416 /src/usr/local/www/firewall_aliases.php
parent6ac8623c18029152d119a43e50623c259f62f013 (diff)
downloadpfsense-3568193009b7c2b5bde38e913f6e87dfa9265a12.zip
pfsense-3568193009b7c2b5bde38e913f6e87dfa9265a12.tar.gz
Change the automatic information block to look for <div class="infoblock" instrad of <div id="infoblock"
Just makes more sense to use a class for this
Diffstat (limited to 'src/usr/local/www/firewall_aliases.php')
-rw-r--r--src/usr/local/www/firewall_aliases.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/firewall_aliases.php b/src/usr/local/www/firewall_aliases.php
index f505d63..d0ff400 100644
--- a/src/usr/local/www/firewall_aliases.php
+++ b/src/usr/local/www/firewall_aliases.php
@@ -311,7 +311,7 @@ display_top_tabs($tab_array);
<!-- Information section. Icon ID must be "showinfo" and the information <div> ID must be "infoblock".
That way jQuery (in pfenseHelpers.js) will automatically take care of the display. -->
<div>
- <div id="infoblock">
+ <div class="infoblock">
<?=print_info_box(gettext('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. <br />' .
'You can enter the name of an alias instead of the host, network or port where indicated. The alias will be resolved according to the list above.' . '<br />' .
OpenPOWER on IntegriCloud