File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed
Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change 9999 < ?php } ?>
100100 </ td >
101101 </ tr >
102+ < tr >
103+ < td class ="vst-text input-label ">
104+ < ?php print _('Role');?>
105+ </ td >
106+ </ tr >
107+ < tr >
108+ < td >
109+ < select class ="vst-list " name ="v_role ">
110+ < option value ="user "> < ?php print _('User');?>
111+ < option value ="admin " < ?php if($v_role == "admin" ){ echo "selected"; } ?> > < ?php print _('Administrator');?>
112+ </ select >
113+ </ td >
114+ </ tr >
102115 < tr >
103116 < td class ="vst-text input-label ">
104117 < ?php print _('Contact');?>
140153 </ select >
141154 </ td >
142155 </ tr >
143- < tr >
144- < td class ="vst-text input-label ">
145- < ?php print _('Role');?>
146- </ td >
147- </ tr >
148- < tr >
149- < td >
150- < select class ="vst-list " name ="v_role ">
151- < option value ="user "> < ?php print _('User');?>
152- < option value ="admin " < ?php if($v_role == "admin" ){ echo "selected"; } ?> > < ?php print _('Administrator');?>
153- </ select >
154- </ td >
155- </ tr >
156156 < tr >
157157 < td class ="vst-text input-label ">
158158 < ?php print _('Language');?>
You can’t perform that action at this time.
0 commit comments