diff options
author | heper <heper@users.noreply.github.com> | 2015-12-22 20:10:14 +0100 |
---|---|---|
committer | Stephen Beaver <sbeaver@netgate.com> | 2015-12-23 07:51:58 -0500 |
commit | 159509e0106515fccb233c1d862b48a661550e28 (patch) | |
tree | e12b00538b7b89bb87c7e154975db0eefa0ccec1 /src | |
parent | ed9c5a1a4fda1f7dab63c683e2734eb6620f592a (diff) | |
download | pfsense-159509e0106515fccb233c1d862b48a661550e28.zip pfsense-159509e0106515fccb233c1d862b48a661550e28.tar.gz |
Bug #5527 wizard breadcrumb Concept
Diffstat (limited to 'src')
-rwxr-xr-x | src/usr/local/www/wizards/traffic_shaper_wizard_multi_all.xml | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/src/usr/local/www/wizards/traffic_shaper_wizard_multi_all.xml b/src/usr/local/www/wizards/traffic_shaper_wizard_multi_all.xml index dfbaf6b..f49138c 100755 --- a/src/usr/local/www/wizards/traffic_shaper_wizard_multi_all.xml +++ b/src/usr/local/www/wizards/traffic_shaper_wizard_multi_all.xml @@ -55,10 +55,10 @@ <totalsteps>9</totalsteps> <step> <id>1</id> - <title>pfSense Traffic Shaper Wizard</title> + <title>pfSense Traffic Shaper</title> <disableheader>true</disableheader> - <description>This wizard will guide you through setting up the pfSense traffic shaper. - Please be aware that Custom Bandwidths should not exceed 30% of the interface/link bandwidth. Keep this in mind during the wizard. + <description>This wizard will guide you through setting up the pfSense traffic shaper. <br/><br/> The wizard may be stopped at any time by clicking the logo image at the top of the screen. + <br/><br/> Please be aware that Custom Bandwidths should not exceed 30% of the interface/link bandwidth. Keep this in mind during the wizard. </description> <fields> <field> @@ -92,7 +92,7 @@ </step> <step> <id>2</id> - <title>pfSense Traffic Shaper Wizard</title> + <title>Shaper configuration</title> <description>Shaper configuration</description> <javascriptafterformdisplay/> <stepbeforeformdisplay>step2_stepbeforeformdisplay();</stepbeforeformdisplay> @@ -107,7 +107,7 @@ </step> <step> <id>3</id> - <title>pfSense Traffic Shaper Wizard</title> + <title>Voice over IP</title> <description>Voice over IP</description> <fields> <field> @@ -171,7 +171,7 @@ </step> <step> <id>4</id> - <title>pfSense Traffic Shaper Wizard</title> + <title>Penalty Box</title> <description>Penalty Box</description> <disableallfieldsbydefault>true</disableallfieldsbydefault> <fields> @@ -245,7 +245,7 @@ </step> <step> <id>5</id> - <title>pfSense Traffic Shaper Wizard</title> + <title>Peer to Peer networking</title> <description>Peer to Peer networking</description> <disableallfieldsbydefault>true</disableallfieldsbydefault> <fields> @@ -448,7 +448,7 @@ </step> <step> <id>6</id> - <title>pfSense Traffic Shaper Wizard</title> + <title>Network Games</title> <disableallfieldsbydefault>true</disableallfieldsbydefault> <description>Network Games</description> <fields> @@ -766,7 +766,7 @@ </step> <step> <id>7</id> - <title>pfSense Traffic Shaper Wizard</title> + <title>Raise or lower other Applications</title> <disableallfieldsbydefault>true</disableallfieldsbydefault> <description>Raise or lower other Applications</description> <fields> @@ -1640,7 +1640,7 @@ </step> <step> <id>8</id> - <title>pfSense Traffic Shaper Wizard</title> + <title>Reload Profile</title> <field> <name>Reload profile notice</name> <type>listtopic</type> |