Revision c045cbca
Added by Renato Botelho about 15 years ago
usr/local/www/firewall_shaper_wizards.php | ||
---|---|---|
73 | 73 |
$pgtitle = array(gettext("Firewall"),gettext("Traffic Shaper"),gettext("Wizards")); |
74 | 74 |
$statusurl = "status_queues.php"; |
75 | 75 |
|
76 |
$wizards = array(gettext("Single Lan multi Wan") => "traffic_shaper_wizard.xml", |
|
76 |
$wizards = array(gettext("Single Lan multi Wan")) => "traffic_shaper_wizard.xml",
|
|
77 | 77 |
gettext("Single Wan multi Lan") => "traffic_shaper_wizard_multi_lan.xml", |
78 | 78 |
gettext("Multiple Lan/Wan") => "traffic_shaper_wizard_multi_all.xml", |
79 | 79 |
gettext("Dedicated Links") => "traffic_shaper_wizard_dedicated.xml", |
80 |
);
|
|
80 |
; |
|
81 | 81 |
|
82 | 82 |
include("head.inc"); |
83 | 83 |
?> |
... | ... | |
93 | 93 |
|
94 | 94 |
<?php if ($savemsg) print_info_box($savemsg); ?> |
95 | 95 |
<?php if (is_subsystem_dirty('shaper')): ?><p> |
96 |
<?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>
|
|
96 |
<?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>
|
|
97 | 97 |
<?php endif; ?> |
98 | 98 |
<table width="100%" border="0" cellpadding="0" cellspacing="0"> |
99 | 99 |
<tr><td> |
Also available in: Unified diff
Revert "Review gettext() calls on firewall_shaper_wizards.php"
This reverts commit ba0da919d5d762c3df61b4102747626719da4a40.
Applied on correct branch