We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d57af9f commit cb39c40Copy full SHA for cb39c40
web/templates/admin/edit_user.html
@@ -135,9 +135,7 @@
135
<?php } ?>
136
</td>
137
</tr>
138
- <?php if ($v_username == 'admin') {?>
139
- <!-- Hide option to change 'admin' user's role-->
140
- <? } else { ?>
+
141
<tr>
142
<td class="vst-text input-label">
143
<?php print _('Language');?>
@@ -162,7 +160,9 @@
162
160
</select>
163
161
164
165
- <? } ?>
+ <?php if ($v_username == 'admin') {?>
+ <!-- Hide option to change 'admin' user's role-->
+ <? } else { ?>
166
167
168
<?php print _('Role');?>
@@ -176,6 +176,7 @@
176
177
178
179
+ <? } ?>
180
181
182
<?php print _('Package');?>
0 commit comments