File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 6868 </ tr >
6969 < tr >
7070 < td >
71- < input type ="text " size ="20 " class ="vst-input " name ="v_name " value ="<?=htmlentities(trim($v_name, "'"))?> " tabindex="3 " >
71+ < input type ="text " size ="20 " class ="vst-input " name ="v_name " value ="<?=htmlentities(trim($v_name, "'"))?> " tabindex="2 " >
7272 </ td >
7373 </ tr >
7474 < tr >
7878 </ tr >
7979 < tr >
8080 < td >
81- < input type ="text " size ="20 " class ="vst-input " name ="v_email " id ='v_email ' value ="<?=htmlentities(trim($v_email, "'"))?> " tabindex="5 " >
81+ < input type ="text " size ="20 " class ="vst-input " name ="v_email " id ='v_email ' value ="<?=htmlentities(trim($v_email, "'"))?> " tabindex="3 " >
8282 </ td >
8383 </ tr >
8484 < tr >
8888 </ tr >
8989 < tr >
9090 < td >
91- < input type ="text " size ="20 " class ="vst-input password " name ="v_password " value ="<?=htmlentities(trim($v_password, "'"))?> " tabindex="2 " /> < br />
91+ < input type ="text " size ="20 " class ="vst-input password " name ="v_password " value ="<?=htmlentities(trim($v_password, "'"))?> " tabindex="4 " /> < br />
9292 < meter max ="4 " id ="meter "> </ meter >
9393 </ td >
9494 </ tr >
114114 </ tr >
115115 < tr >
116116 < td >
117- < select class ="vst-list " name ="v_language " tabindex ="7 " >
117+ < select class ="vst-list " name ="v_language " tabindex ="6 " >
118118 < ?php
119119 foreach ($languages as $key => $value) {
120120 echo "\n\t\t\t\t\t\t\t\t\t< option value =\ "".htmlentities($key)."\"";
139139 </ tr >
140140 < tr >
141141 < td >
142- < select class ="vst-list " name ="v_role ">
142+ < select class ="vst-list " name ="v_role " tabindex =" 7 " >
143143 < option value ="user "> < ?php print _('User');?>
144144 < option value ="admin " < ?php if($v_role == "admin" ){ echo "selected"; } ?> > < ?php print _('Administrator');?>
145145 </ select >
152152 </ tr >
153153 < tr >
154154 < td >
155- < select class ="vst-list " name ="v_package " tabindex ="6 " >
155+ < select class ="vst-list " name ="v_package " tabindex ="8 " >
156156 < ?php
157157 foreach ($data as $key => $value) {
158158 echo "\n\t\t\t\t\t\t\t\t\t\t\t\t\t< option value =\ "".htmlentities($key)."\"";
You can’t perform that action at this time.
0 commit comments