File tree Expand file tree Collapse file tree 1 file changed +20
-20
lines changed
Expand file tree Collapse file tree 1 file changed +20
-20
lines changed Original file line number Diff line number Diff line change 6868 < input type ="text " size ="20 " class ="vst-input password " name ="v_password " value ="<?=htmlentities(trim($v_password, "'"))?> " tabindex="2" >
6969 </ td >
7070 </ tr >
71+ < tr >
72+ < td class ="vst-text input-label ">
73+ < ?php print __('First Name');?>
74+ </ td >
75+ </ tr >
76+ < tr >
77+ < td >
78+ < input type ="text " size ="20 " class ="vst-input " name ="v_fname " value ="<?=htmlentities(trim($v_fname, "'"))?> " tabindex="6" >
79+ </ td >
80+ </ tr >
81+ < tr >
82+ < td class ="vst-text input-label ">
83+ < ?php print __('Last Name');?>
84+ </ td >
85+ </ tr >
86+ < tr >
87+ < td >
88+ < input type ="text " size ="20 " class ="vst-input " name ="v_lname " value ="<?=htmlentities(trim($v_lname, "'"))?> " tabindex="7" >
89+ </ td >
90+ </ tr >
7191 < tr >
7292 < td class ="vst-text input-label ">
7393 < ?php print __('Email');?>
128148 </ select >
129149 </ td >
130150 </ tr >
131- < tr >
132- < td class ="vst-text input-label ">
133- < ?php print __('First Name');?>
134- </ td >
135- </ tr >
136- < tr >
137- < td >
138- < input type ="text " size ="20 " class ="vst-input " name ="v_fname " value ="<?=htmlentities(trim($v_fname, "'"))?> " tabindex="6" >
139- </ td >
140- </ tr >
141- < tr >
142- < td class ="vst-text input-label ">
143- < ?php print __('Last Name');?>
144- </ td >
145- </ tr >
146- < tr >
147- < td >
148- < input type ="text " size ="20 " class ="vst-input " name ="v_lname " value ="<?=htmlentities(trim($v_lname, "'"))?> " tabindex="7" >
149- </ td >
150- </ tr >
151151 < tr >
152152 < td class ="vst-text input-label ">
153153 < ?php print __('Send login credentials to email address');?>
You can’t perform that action at this time.
0 commit comments