File tree Expand file tree Collapse file tree 1 file changed +0
-21
lines changed
Expand file tree Collapse file tree 1 file changed +0
-21
lines changed Original file line number Diff line number Diff line change 6767 < input type ="text " size ="20 " class ="vst-input " name ="v_ip " < ?php if (!empty($v_ip)) echo "value=".htmlentities($v_ip); ?> >
6868 </ td >
6969 </ tr >
70- < tr >
71- < td class ="vst-text input-label ">
72- < ?php print __('Template');?>
73- </ td >
74- </ tr >
75- < tr >
76- < td >
77- < select class ="vst-list " name ="v_template ">
78- < ?php
79- foreach ($templates as $key => $value) {
80- echo "\t\t\t\t< option value =\ "".htmlentities($value)."\"";
81- $svalue = "'".$value."'";
82- if ((!empty($v_template)) && ( $value == $v_template ) || ($svalue == $v_template)){
83- echo ' selected' ;
84- }
85- echo "> ".htmlentities($value)."</ option > \n";
86- }
87- ?>
88- </ select >
89- </ td >
90- </ tr >
9170 < tr >
9271 < td class ="vst-text input-label ">
9372 < ?php print __('Expiration Date');?> < span class ="optional "> (< ?=__('YYYY-MM-DD');?> )</ span >
You can’t perform that action at this time.
0 commit comments