summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_shaper_wizards.php
diff options
context:
space:
mode:
authorVinicius Coque <vinicius.coque@bluepex.com>2010-07-02 16:09:36 -0300
committerVinicius Coque <vinicius.coque@bluepex.com>2010-07-02 16:09:36 -0300
commitc056f6250ef453546c6941de6c6ceb06c49635ea (patch)
treeac052aab22fa424266427376ed47e26e64fdb6bc /usr/local/www/firewall_shaper_wizards.php
parentab1f455639050930d4c35f267bee49490612dfed (diff)
downloadpfsense-c056f6250ef453546c6941de6c6ceb06c49635ea.zip
pfsense-c056f6250ef453546c6941de6c6ceb06c49635ea.tar.gz
Fixing gettext calls on firewall_shaper_wizards.php
Diffstat (limited to 'usr/local/www/firewall_shaper_wizards.php')
-rwxr-xr-xusr/local/www/firewall_shaper_wizards.php16
1 files changed, 8 insertions, 8 deletions
diff --git a/usr/local/www/firewall_shaper_wizards.php b/usr/local/www/firewall_shaper_wizards.php
index a2a9f09..ac6d00a 100755
--- a/usr/local/www/firewall_shaper_wizards.php
+++ b/usr/local/www/firewall_shaper_wizards.php
@@ -93,17 +93,17 @@ include("fbegin.inc");
<?php if ($savemsg) print_info_box($savemsg); ?>
<?php if (is_subsystem_dirty('shaper')): ?><p>
-<?php print_info_box_np(gettext("The traffic shaper configuration has been changed.").<br>.gettext("You must apply the changes in order for them to take effect."));?><br>
+<?php print_info_box_np(gettext("The traffic shaper configuration has been changed.")."<br>".gettext("You must apply the changes in order for them to take effect."));?><br>
<?php endif; ?>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr><td>
<?php
$tab_array = array();
- $tab_array[0] = array(gettext("By Interface")), false, "firewall_shaper.php");
- $tab_array[1] = array(gettext("By Queue")), false, "firewall_shaper_queues.php");
- $tab_array[2] = array(gettext("Limiter")), false, "firewall_shaper_vinterface.php");
- $tab_array[3] = array(gettext("Layer7")), false, "firewall_shaper_layer7.php");
- $tab_array[4] = array(gettext("Wizards")), true, "firewall_shaper_wizards.php");
+ $tab_array[0] = array(gettext("By Interface"), false, "firewall_shaper.php");
+ $tab_array[1] = array(gettext("By Queue"), false, "firewall_shaper_queues.php");
+ $tab_array[2] = array(gettext("Limiter"), false, "firewall_shaper_vinterface.php");
+ $tab_array[3] = array(gettext("Layer7"), false, "firewall_shaper_layer7.php");
+ $tab_array[4] = array(gettext("Wizards"), true, "firewall_shaper_wizards.php");
display_top_tabs($tab_array);
?>
</td></tr>
@@ -112,8 +112,8 @@ include("fbegin.inc");
<div id="mainarea">
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
- <td class="listhdrr" width="25%" align="center" >Wizard function</td>
- <td class="listhdrr" width="75%" align="center">Wizard Link</td>
+ <td class="listhdrr" width="25%" align="center" ><?=gettext("Wizard function");?></td>
+ <td class="listhdrr" width="75%" align="center"><?=gettext("Wizard Link");?></td>
</tr>
<?php foreach ($wizards as $key => $wizard): ?>
<tr class="tabcont"><td class="listlr" style="background-color: #e0e0e0" width="25%" align="center">
OpenPOWER on IntegriCloud