You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Refactor radio and checkbox styles, apply to "Edit Web" template
* Remove invalid </br> HTML
* Apply new checkboxes to Edit User form
* Apply new checkboxes to edit server package forms
* Apply new checkbox to edit/add IP forms
* Apply new checkboxes add user form
* Apply new checkboxes add web form
* Move .hidden utility class with other utilities
* Apply new checkboxes edit server form
* Apply new checkboxes to add access key form
* Improve formatting of add access key form
* Apply new checkboxes to remaining forms
* Remove unnecessary .vst-text around new checkboxes
Copy file name to clipboardExpand all lines: web/templates/pages/add_user.html
+14-4Lines changed: 14 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -93,12 +93,22 @@
93
93
</tr>
94
94
<tr>
95
95
<td>
96
-
<label><inputtype="checkbox" size="20" class="vst-checkbox" onclick="javascript:elementHideShow('send-welcome');" name="v_login_disabled" <?php if ($v_login_disabled == "yes") echo "checked=yes" ?>><?=_('Do not allow user to log in to Control Panel');?></label>
0 commit comments