File tree Expand file tree Collapse file tree 2 files changed +40
-40
lines changed
Expand file tree Collapse file tree 2 files changed +40
-40
lines changed Original file line number Diff line number Diff line change 8282 < ?php } ?>
8383 </ td >
8484 </ tr >
85+ < tr >
86+ < td class ="vst-text input-label ">
87+ < ?php print __('First Name');?>
88+ </ td >
89+ </ tr >
90+ < tr >
91+ < td >
92+ < input type ="text " size ="20 " class ="vst-input " name ="v_fname " value ="<?=htmlentities(trim($v_fname, "'"))?> ">
93+ </ td >
94+ </ tr >
95+ < tr >
96+ < td class ="vst-text input-label ">
97+ < ?php print __('Last Name');?>
98+ </ td >
99+ </ tr >
100+ < tr >
101+ < td >
102+ < input type ="text " size ="20 " class ="vst-input " name ="v_lname " value ="<?=htmlentities(trim($v_lname, "'"))?> ">
103+ </ td >
104+ </ tr >
85105 < tr >
86106 < td class ="vst-text input-label ">
87107 < ?php print __('Email');?>
137157 </ select >
138158 </ td >
139159 </ tr >
140- < tr >
141- < td class ="vst-text input-label ">
142- < ?php print __('First Name');?>
143- </ td >
144- </ tr >
145- < tr >
146- < td >
147- < input type ="text " size ="20 " class ="vst-input " name ="v_fname " value ="<?=htmlentities(trim($v_fname, "'"))?> ">
148- </ td >
149- </ tr >
150- < tr >
151- < td class ="vst-text input-label ">
152- < ?php print __('Last Name');?>
153- </ td >
154- </ tr >
155- < tr >
156- < td >
157- < input type ="text " size ="20 " class ="vst-input " name ="v_lname " value ="<?=htmlentities(trim($v_lname, "'"))?> ">
158- </ td >
159- </ tr >
160160 < tr >
161161 < td class ="vst-text input-label ">
162162 < ?php print __('SSH Access');?>
Original file line number Diff line number Diff line change 8282 < ?php } ?>
8383 </ td >
8484 </ tr >
85+ < tr >
86+ < td class ="vst-text input-label ">
87+ < ?php print __('First Name');?>
88+ </ td >
89+ </ tr >
90+ < tr >
91+ < td >
92+ < input type ="text " size ="20 " class ="vst-input " name ="v_fname " value ="<?=htmlentities(trim($v_fname, "'"))?> ">
93+ </ td >
94+ </ tr >
95+ < tr >
96+ < td class ="vst-text input-label ">
97+ < ?php print __('Last Name');?>
98+ </ td >
99+ </ tr >
100+ < tr >
101+ < td >
102+ < input type ="text " size ="20 " class ="vst-input " name ="v_lname " value ="<?=htmlentities(trim($v_lname, "'"))?> ">
103+ </ td >
104+ </ tr >
85105 < tr >
86106 < td class ="vst-text input-label ">
87107 < ?php print __('Email');?>
116136 </ select >
117137 </ td >
118138 </ tr >
119- < tr >
120- < td class ="vst-text input-label ">
121- < ?php print __('First Name');?>
122- </ td >
123- </ tr >
124- < tr >
125- < td >
126- < input type ="text " size ="20 " class ="vst-input " name ="v_fname " value ="<?=htmlentities(trim($v_fname, "'"))?> ">
127- </ td >
128- </ tr >
129- < tr >
130- < td class ="vst-text input-label ">
131- < ?php print __('Last Name');?>
132- </ td >
133- </ tr >
134- < tr >
135- < td >
136- < input type ="text " size ="20 " class ="vst-input " name ="v_lname " value ="<?=htmlentities(trim($v_lname, "'"))?> ">
137- </ td >
138- </ tr >
139139 < tr >
140140 < td class ="vst-text input-label ">
141141 < ?php print __('Default Name Servers');?>
You can’t perform that action at this time.
0 commit comments