Project

General

Profile

« Previous | Next » 

Revision 605aa53c

Added by Stephen Beaver almost 10 years ago

Fixed 5310
traffic_shaper_wizard_lulti_all* updated and tested for correct operation/appearance

View differences:

src/usr/local/www/wizards/traffic_shaper_wizard_dedicated.inc
1 1
<?php
2
/*
3
	traffic_shaper_wizard_dedicated.inc
4
	part of pfSense (https://www.pfsense.org/)
5

  
6
	Copyright (C) 2006 Bill Marquette - bill.marquette@gmail.com.
7
	Copyright (C) 2006 Scott Ullrich - sullrich@pfsense.com.
8
	Copyright (C) 2008-2010 Ermal Luçi
9
	All rights reserved.
10

  
11
	Redistribution and use in source and binary forms, with or without
12
	modification, are permitted provided that the following conditions are met:
13

  
14
	1. Redistributions of source code must retain the above copyright notice,
15
	   this list of conditions and the following disclaimer.
16

  
17
	2. Redistributions in binary form must reproduce the above copyright
18
	   notice, this list of conditions and the following disclaimer in the
19
	   documentation and/or other materials provided with the distribution.
20

  
21
	THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
22
	INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
23
	AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
24
	AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,
25
	OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
26
	SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
27
	INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
28
	CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
29
	ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
30
	POSSIBILITY OF SUCH DAMAGE.
31
*/
2
/* ====================================================================
3
 *	Copyright (c)  2004-2015  Electric Sheep Fencing, LLC. All rights reserved.
4
 *	Copyright (c)  2004, 2005 Scott Ullrich
5
 *
6
 *	Redistribution and use in source and binary forms, with or without modification,
7
 *	are permitted provided that the following conditions are met:
8
 *
9
 *	1. Redistributions of source code must retain the above copyright notice,
10
 *		this list of conditions and the following disclaimer.
11
 *
12
 *	2. Redistributions in binary form must reproduce the above copyright
13
 *		notice, this list of conditions and the following disclaimer in
14
 *		the documentation and/or other materials provided with the
15
 *		distribution.
16
 *
17
 *	3. All advertising materials mentioning features or use of this software
18
 *		must display the following acknowledgment:
19
 *		"This product includes software developed by the pfSense Project
20
 *		 for use in the pfSense software distribution. (http://www.pfsense.org/).
21
 *
22
 *	4. The names "pfSense" and "pfSense Project" must not be used to
23
 *		 endorse or promote products derived from this software without
24
 *		 prior written permission. For written permission, please contact
25
 *		 coreteam@pfsense.org.
26
 *
27
 *	5. Products derived from this software may not be called "pfSense"
28
 *		nor may "pfSense" appear in their names without prior written
29
 *		permission of the Electric Sheep Fencing, LLC.
30
 *
31
 *	6. Redistributions of any form whatsoever must retain the following
32
 *		acknowledgment:
33
 *
34
 *	"This product includes software developed by the pfSense Project
35
 *	for use in the pfSense software distribution (http://www.pfsense.org/).
36
 *
37
 *	THIS SOFTWARE IS PROVIDED BY THE pfSense PROJECT ``AS IS'' AND ANY
38
 *	EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
39
 *	IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
40
 *	PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE pfSense PROJECT OR
41
 *	ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
42
 *	SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
43
 *	NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
44
 *	LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
45
 *	HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
46
 *	STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
47
 *	ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
48
 *	OF THE POSSIBILITY OF SUCH DAMAGE.
49
 *
50
 *	====================================================================
51
 *
52
 */
32 53

  
33 54
function step1_stepbeforeformdisplay() {
34 55
	global $stepid, $savemsg, $pkg;
src/usr/local/www/wizards/traffic_shaper_wizard_dedicated.xml
1 1
<?xml version="1.0"?>
2 2
<pfsensewizard>
3 3
	<copyright><![CDATA[
4
	/*
5
	traffic_shaper_wizard_dedicated.xml
6
        part of pfSense (https://www.pfsense.org/)
7

  
8
        Copyright (C) 2005 Bill Marquette - bill.marquette@gmail.com.
9
	Copyright (C) 2008-2010 Ermal Luçi
10
        All rights reserved.
11

  
12
        Redistribution and use in source and binary forms, with or without
13
        modification, are permitted provided that the following conditions are met:
14

  
15
        1. Redistributions of source code must retain the above copyright notice,
16
           this list of conditions and the following disclaimer.
17

  
18
        2. Redistributions in binary form must reproduce the above copyright
19
           notice, this list of conditions and the following disclaimer in the
20
           documentation and/or other materials provided with the distribution.
21

  
22
        THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
23
        INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
24
        AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
25
        AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,
26
        OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
27
        SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
28
        INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
29
        CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
30
        ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
31
        POSSIBILITY OF SUCH DAMAGE.
32
	*/]]></copyright>
4
	/* ====================================================================
5
 *	Copyright (c)  2004-2015  Electric Sheep Fencing, LLC. All rights reserved.
6
 *	Copyright (c)  2004, 2005 Scott Ullrich
7
 *
8
 *	Redistribution and use in source and binary forms, with or without modification,
9
 *	are permitted provided that the following conditions are met:
10
 *
11
 *	1. Redistributions of source code must retain the above copyright notice,
12
 *		this list of conditions and the following disclaimer.
13
 *
14
 *	2. Redistributions in binary form must reproduce the above copyright
15
 *		notice, this list of conditions and the following disclaimer in
16
 *		the documentation and/or other materials provided with the
17
 *		distribution.
18
 *
19
 *	3. All advertising materials mentioning features or use of this software
20
 *		must display the following acknowledgment:
21
 *		"This product includes software developed by the pfSense Project
22
 *		 for use in the pfSense software distribution. (http://www.pfsense.org/).
23
 *
24
 *	4. The names "pfSense" and "pfSense Project" must not be used to
25
 *		 endorse or promote products derived from this software without
26
 *		 prior written permission. For written permission, please contact
27
 *		 coreteam@pfsense.org.
28
 *
29
 *	5. Products derived from this software may not be called "pfSense"
30
 *		nor may "pfSense" appear in their names without prior written
31
 *		permission of the Electric Sheep Fencing, LLC.
32
 *
33
 *	6. Redistributions of any form whatsoever must retain the following
34
 *		acknowledgment:
35
 *
36
 *	"This product includes software developed by the pfSense Project
37
 *	for use in the pfSense software distribution (http://www.pfsense.org/).
38
 *
39
 *	THIS SOFTWARE IS PROVIDED BY THE pfSense PROJECT ``AS IS'' AND ANY
40
 *	EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
41
 *	IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
42
 *	PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE pfSense PROJECT OR
43
 *	ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
44
 *	SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
45
 *	NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
46
 *	LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
47
 *	HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
48
 *	STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
49
 *	ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
50
 *	OF THE POSSIBILITY OF SUCH DAMAGE.
51
 *
52
 *	====================================================================
53
 *
54
 */]]></copyright>
33 55

  
34 56
	<totalsteps>9</totalsteps>
35 57
	<step>
src/usr/local/www/wizards/traffic_shaper_wizard_multi_all.inc
1 1
<?php
2
/*
3
	traffic_shaper_wizard_multi_all.inc
4
	part of pfSense (https://www.pfsense.org/)
5

  
6
	Copyright (C) 2006 Bill Marquette - bill.marquette@gmail.com.
7
	Copyright (C) 2006 Scott Ullrich - sullrich@pfsense.com.
8
	Copyright (C) 2008-2010 Ermal Luçi
9
	All rights reserved.
10

  
11
	Redistribution and use in source and binary forms, with or without
12
	modification, are permitted provided that the following conditions are met:
13

  
14
	1. Redistributions of source code must retain the above copyright notice,
15
	   this list of conditions and the following disclaimer.
16

  
17
	2. Redistributions in binary form must reproduce the above copyright
18
	   notice, this list of conditions and the following disclaimer in the
19
	   documentation and/or other materials provided with the distribution.
20

  
21
	THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
22
	INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
23
	AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
24
	AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,
25
	OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
26
	SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
27
	INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
28
	CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
29
	ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
30
	POSSIBILITY OF SUCH DAMAGE.
31
*/
2
/* ====================================================================
3
 *	Copyright (c)  2004-2015  Electric Sheep Fencing, LLC. All rights reserved.
4
 *	Copyright (c)  2004, 2005 Scott Ullrich
5
 *
6
 *	Redistribution and use in source and binary forms, with or without modification,
7
 *	are permitted provided that the following conditions are met:
8
 *
9
 *	1. Redistributions of source code must retain the above copyright notice,
10
 *		this list of conditions and the following disclaimer.
11
 *
12
 *	2. Redistributions in binary form must reproduce the above copyright
13
 *		notice, this list of conditions and the following disclaimer in
14
 *		the documentation and/or other materials provided with the
15
 *		distribution.
16
 *
17
 *	3. All advertising materials mentioning features or use of this software
18
 *		must display the following acknowledgment:
19
 *		"This product includes software developed by the pfSense Project
20
 *		 for use in the pfSense software distribution. (http://www.pfsense.org/).
21
 *
22
 *	4. The names "pfSense" and "pfSense Project" must not be used to
23
 *		 endorse or promote products derived from this software without
24
 *		 prior written permission. For written permission, please contact
25
 *		 coreteam@pfsense.org.
26
 *
27
 *	5. Products derived from this software may not be called "pfSense"
28
 *		nor may "pfSense" appear in their names without prior written
29
 *		permission of the Electric Sheep Fencing, LLC.
30
 *
31
 *	6. Redistributions of any form whatsoever must retain the following
32
 *		acknowledgment:
33
 *
34
 *	"This product includes software developed by the pfSense Project
35
 *	for use in the pfSense software distribution (http://www.pfsense.org/).
36
 *
37
 *	THIS SOFTWARE IS PROVIDED BY THE pfSense PROJECT ``AS IS'' AND ANY
38
 *	EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
39
 *	IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
40
 *	PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE pfSense PROJECT OR
41
 *	ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
42
 *	SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
43
 *	NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
44
 *	LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
45
 *	HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
46
 *	STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
47
 *	ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
48
 *	OF THE POSSIBILITY OF SUCH DAMAGE.
49
 *
50
 *	====================================================================
51
 *
52
 */
32 53

  
33 54
function step1_stepbeforeformdisplay() {
34 55
	global $stepid, $savemsg, $pkg;
......
392 413
	$field['descritpion'] = "This will raise the priority of VOIP traffic above all other traffic.";
393 414
	$voipfields[] = $field;
394 415

  
395
	$field = array();
396
	$field['name'] = "Next";
397
	$field['type'] = "submit";
398
	$voipfields[] = $field;
399

  
400 416
	$field = array();
401 417
	$field['name'] = "VOIP specific settings";
402 418
	$field['type'] = "listtopic";
......
459 475
		$field['name'] = "conn{$i}uploadspeed";
460 476
		$enablefields[] = "conn{$i}uploadspeed";
461 477
		$field['typehint'] = "Upload bandwidth guarantee for VOIP phone(s) on connection {$i}.";
478
		$field['displayname'] = "Units";
462 479
		$field['type'] = "select";
463 480
		$field['options']['option'] = array();
464 481
		$opts = array();
......
500 517
		$field['name'] = "local{$i}downloadspeed";
501 518
		$enablefields[] = "local{$i}downloadspeed";
502 519
		$field['typehint'] = "Download bandwidth guarantee for VOIP phone(s) on connections.";
520
		$field['displayname'] = "Units";
503 521
		$field['type'] = "select";
504 522
		$field['options']['option'] = array();
505 523
		$opts = array();
src/usr/local/www/wizards/traffic_shaper_wizard_multi_all.xml
1 1
<?xml version="1.0"?>
2 2
<pfsensewizard>
3 3
	<copyright><![CDATA[
4
	/*
5
	traffic_shaper_wizard_multi_all.xml
6
        part of pfSense (https://www.pfsense.org/)
7

  
8
        Copyright (C) 2005 Bill Marquette - bill.marquette@gmail.com.
9
	Copyright (C) 2008-2010 Ermal Luçi
10
        All rights reserved.
11

  
12
        Redistribution and use in source and binary forms, with or without
13
        modification, are permitted provided that the following conditions are met:
14

  
15
        1. Redistributions of source code must retain the above copyright notice,
16
           this list of conditions and the following disclaimer.
17

  
18
        2. Redistributions in binary form must reproduce the above copyright
19
           notice, this list of conditions and the following disclaimer in the
20
           documentation and/or other materials provided with the distribution.
21

  
22
        THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
23
        INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
24
        AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
25
        AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,
26
        OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
27
        SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
28
        INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
29
        CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
30
        ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
31
        POSSIBILITY OF SUCH DAMAGE.
32
	*/]]></copyright>
4
	/* ====================================================================
5
 *	Copyright (c)  2004-2015  Electric Sheep Fencing, LLC. All rights reserved.
6
 *	Copyright (c)  2004, 2005 Scott Ullrich
7
 *
8
 *	Redistribution and use in source and binary forms, with or without modification,
9
 *	are permitted provided that the following conditions are met:
10
 *
11
 *	1. Redistributions of source code must retain the above copyright notice,
12
 *		this list of conditions and the following disclaimer.
13
 *
14
 *	2. Redistributions in binary form must reproduce the above copyright
15
 *		notice, this list of conditions and the following disclaimer in
16
 *		the documentation and/or other materials provided with the
17
 *		distribution.
18
 *
19
 *	3. All advertising materials mentioning features or use of this software
20
 *		must display the following acknowledgment:
21
 *		"This product includes software developed by the pfSense Project
22
 *		 for use in the pfSense software distribution. (http://www.pfsense.org/).
23
 *
24
 *	4. The names "pfSense" and "pfSense Project" must not be used to
25
 *		 endorse or promote products derived from this software without
26
 *		 prior written permission. For written permission, please contact
27
 *		 coreteam@pfsense.org.
28
 *
29
 *	5. Products derived from this software may not be called "pfSense"
30
 *		nor may "pfSense" appear in their names without prior written
31
 *		permission of the Electric Sheep Fencing, LLC.
32
 *
33
 *	6. Redistributions of any form whatsoever must retain the following
34
 *		acknowledgment:
35
 *
36
 *	"This product includes software developed by the pfSense Project
37
 *	for use in the pfSense software distribution (http://www.pfsense.org/).
38
 *
39
 *	THIS SOFTWARE IS PROVIDED BY THE pfSense PROJECT ``AS IS'' AND ANY
40
 *	EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
41
 *	IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
42
 *	PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE pfSense PROJECT OR
43
 *	ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
44
 *	SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
45
 *	NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
46
 *	LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
47
 *	HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
48
 *	STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
49
 *	ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
50
 *	OF THE POSSIBILITY OF SUCH DAMAGE.
51
 *
52
 *	====================================================================
53
 *
54
 */]]></copyright>
33 55

  
34 56
	<totalsteps>9</totalsteps>
35 57
	<step>
......
143 165
				<typehint>Total bandwidth in percentage(%)(should be between 5 and 40) guarantee for VOIP traffic.</typehint>
144 166
				<bindstofield>ezshaper-&gt;step3-&gt;bandwidth</bindstofield>
145 167
			</field>
146
			<field>
147
				<name>Next</name>
148
				<type>submit</type>
149
			</field>
150 168
		</fields>
151 169
		<stepbeforeformdisplay>step3_stepbeforeformdisplay();</stepbeforeformdisplay>
152 170
		<stepsubmitphpaction>step3_stepsubmitphpaction();</stepsubmitphpaction>
......
167 185
				<enablefields>Address,Bandwidth,BandwidthSpeed</enablefields>
168 186
				<bindstofield>ezshaper-&gt;step4-&gt;enable</bindstofield>
169 187
			</field>
170
			<field>
171
				<name>Next</name>
172
				<type>submit</type>
173
			</field>
174 188
			<field>
175 189
				<name>PenaltyBox specific settings</name>
176 190
				<type>listtopic</type>
......
245 259
				<enablefields>p2pCatchAll,Bandwidth,BandwidthSpeed,Aimster,BitTorrent,BuddyShare,CuteMX,DCplusplus,dcc,DirectConnect,DirectFileExpress,EDonkey2000,FastTrack,Gnutella,grouper,hotComm,HotlineConnect,iMesh,Napster,OpenNap,Scour,Shareaza,SongSpy,WinMX</enablefields>
246 260
				<bindstofield>ezshaper-&gt;step5-&gt;enable</bindstofield>
247 261
			</field>
248
			<field>
249
				<name>Next</name>
250
				<type>submit</type>
251
			</field>
252 262
			<field>
253 263
				<name>p2p Catch all</name>
254 264
				<type>listtopic</type>
......
452 462
				<donotdisable>true</donotdisable>
453 463
				<bindstofield>ezshaper-&gt;step6-&gt;enable</bindstofield>
454 464
			</field>
455
			<field>
456
				<name>Next</name>
457
				<type>submit</type>
458
			</field>
459 465
			<field>
460 466
				<name>Enable/Disable specific game consoles and services</name>
461 467
				<type>listtopic</type>
......
774 780
				<donotdisable>true</donotdisable>
775 781
				<bindstofield>ezshaper-&gt;step7-&gt;enable</bindstofield>
776 782
			</field>
777
			<field>
778
				<name>Next</name>
779
				<type>submit</type>
780
			</field>
781 783
			<field>
782 784
				<name>Remote Service / Terminal emulation</name>
783 785
				<type>listtopic</type>

Also available in: Unified diff