File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 7575 </ tr >
7676 < tr >
7777 < td >
78- < input type ="text " size ="20 " class ="vst-input " name ="v_fname " value ="<?=htmlentities(trim($v_fname, "'"))?> " tabindex="6 " >
78+ < input type ="text " size ="20 " class ="vst-input " name ="v_fname " value ="<?=htmlentities(trim($v_fname, "'"))?> " tabindex="3 " >
7979 </ td >
8080 </ tr >
8181 < tr >
8585 </ tr >
8686 < tr >
8787 < td >
88- < input type ="text " size ="20 " class ="vst-input " name ="v_lname " value ="<?=htmlentities(trim($v_lname, "'"))?> " tabindex="7 " >
88+ < input type ="text " size ="20 " class ="vst-input " name ="v_lname " value ="<?=htmlentities(trim($v_lname, "'"))?> " tabindex="4 " >
8989 </ td >
9090 </ tr >
9191 < tr >
9595 </ tr >
9696 < tr >
9797 < td >
98- < input type ="text " size ="20 " class ="vst-input " name ="v_email " id ='v_email ' value ="<?=htmlentities(trim($v_email, "'"))?> " tabindex="3 " >
98+ < input type ="text " size ="20 " class ="vst-input " name ="v_email " id ='v_email ' value ="<?=htmlentities(trim($v_email, "'"))?> " tabindex="5 " >
9999 </ td >
100100 </ tr >
101101 < tr >
105105 </ tr >
106106 < tr >
107107 < td >
108- < select class ="vst-list " name ="v_package " tabindex ="4 " >
108+ < select class ="vst-list " name ="v_package " tabindex ="6 " >
109109 < ?php
110110 foreach ($data as $key => $value) {
111111 echo "\n\t\t\t\t\t\t\t\t\t\t\t\t\t< option value =\ "".htmlentities($key)."\"";
129129 </ tr >
130130 < tr >
131131 < td >
132- < select class ="vst-list " name ="v_language " tabindex ="5 " >
132+ < select class ="vst-list " name ="v_language " tabindex ="7 " >
133133 < ?php
134134 foreach ($languages as $key => $value) {
135135 echo "\n\t\t\t\t\t\t\t\t\t< option value =\ "".htmlentities($value)."\"";
You can’t perform that action at this time.
0 commit comments