Skip to content

Commit bb98319

Browse files
author
Kristan Kenney
committed
Move position of user role assignment
1 parent d0fd3aa commit bb98319

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

web/templates/admin/edit_user.html

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,19 @@
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');?>
@@ -140,19 +153,6 @@
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');?>

0 commit comments

Comments
 (0)