summaryrefslogtreecommitdiffstats
path: root/usr/local/www/wizards
diff options
context:
space:
mode:
authorBill Marquette <billm@pfsense.org>2005-06-20 03:03:32 +0000
committerBill Marquette <billm@pfsense.org>2005-06-20 03:03:32 +0000
commit0f9dec81b1c84ca281a72e8a4a41dbac5749d512 (patch)
treedb02ff658b61215e98de3e91c90081c6e7f71843 /usr/local/www/wizards
parente0c16106b44c00149c4bc5198d732e9d18629db7 (diff)
downloadpfsense-0f9dec81b1c84ca281a72e8a4a41dbac5749d512.zip
pfsense-0f9dec81b1c84ca281a72e8a4a41dbac5749d512.tar.gz
standardize all ezshaper screens
Diffstat (limited to 'usr/local/www/wizards')
-rw-r--r--usr/local/www/wizards/traffic_shaper_wizard.xml24
1 files changed, 20 insertions, 4 deletions
diff --git a/usr/local/www/wizards/traffic_shaper_wizard.xml b/usr/local/www/wizards/traffic_shaper_wizard.xml
index 586c34a..6e90a50 100644
--- a/usr/local/www/wizards/traffic_shaper_wizard.xml
+++ b/usr/local/www/wizards/traffic_shaper_wizard.xml
@@ -195,6 +195,14 @@
<bindstofield>ezshaper->step3->enable</bindstofield>
</field>
<field>
+ <name>Next</name>
+ <type>submit</type>
+ </field>
+ <field>
+ <name>VOIP specific settings</name>
+ <type>listtopic</type>
+ </field>
+ <field>
<name>Provider</name>
<type>select</type>
<description>Choose Generic if your provider isn't listed.</description>
@@ -348,8 +356,8 @@
$queue['upperlimit1'] = $_POST['bandwidth'] . "Kb";
$queue['upperlimit2'] = "1";
$queue['upperlimit3'] = $_POST['bandwidth'] . "Kb";
- $queue['bandwidth'] = 0;
- $queue['bandwidthtype'] = "Kb";
+ $queue['bandwidth'] = 0;
+ $queue['bandwidthtype'] = "Kb";
$queue['attachtoqueue'] = "qLANRoot";
$config['shaper']['queue'][] = $queue;
@@ -718,7 +726,11 @@
<bindstofield>ezshaper->step5->enable</bindstofield>
</field>
<field>
- <name>Enable/Disable specific P2P protocols</name>
+ <name>Next</name>
+ <type>submit</type>
+ </field>
+ <field>
+ <name>Enable/Disable specific games</name>
<type>listtopic</type>
</field>
<field>
@@ -908,12 +920,16 @@
<name>Enable</name>
<type>checkbox</type>
<typehint>Other networking protocols</typehint>
- <description>This will help raise the priority of other protocols higher than most traffic.</description>
+ <description>This will help raise or lower the priority of other protocols higher than most traffic.</description>
<enablefields>MSRDP,PPTP,IPSEC,StreamingMP3,IRC,DNS,HTTP,SMTP,POP3,ICMP,IMAP,SMB</enablefields>
<donotdisable>true</donotdisable>
<bindstofield>ezshaper->step6->enable</bindstofield>
</field>
<field>
+ <name>Next</name>
+ <type>submit</type>
+ </field>
+ <field>
<name>Enable/Disable other protocols</name>
<type>listtopic</type>
</field>
OpenPOWER on IntegriCloud