File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed
Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change 9494 < tr >
9595 < td class ="step-left ">
9696 < table style ="display:<?php if (empty($v_proxy)) { echo 'none';} else {echo 'block';}?> ; " id ="proxytable ">
97+ < tr >
98+ < td class ="vst-text input-label ">
99+ < ?php print __('Proxy Template');?>
100+ </ td >
101+ </ tr >
102+ < tr >
103+ < td >
104+ < select class ="vst-list " name ="v_proxy_template ">
105+ < ?php
106+ foreach ($proxy_templates as $key => $value) {
107+ echo "\t\t\t\t< option value =\ "".htmlentities($value)."\"";
108+ $svalue = "'".$value."'";
109+ if ((!empty($v_proxy_template)) && ( $value == $v_proxy_template ) || ($svalue == $v_proxy_template)){
110+ echo ' selected' ;
111+ }
112+ if ((empty($v_proxy_template)) && ($value == 'default')){
113+ echo ' selected' ;
114+ }
115+ echo "> ".htmlentities($value)."</ option > \n";
116+ }
117+ ?>
118+ </ select >
119+ </ td >
120+ </ tr >
97121 < tr >
98122 < td class ="vst-text input-label ">
99123 < ?php print __('Proxy Extensions');?>
You can’t perform that action at this time.
0 commit comments