Cleaned up the HTML for adding users
这个提交包含在:
父节点
305f8d3eb6
当前提交
b5774a76b0
共有 1 个文件被更改,包括 51 次插入 和 52 次删除
|
|
@ -29,7 +29,6 @@
|
|||
<label>User Role</label>
|
||||
<select class="custom-select" name="user_type">
|
||||
<?php
|
||||
|
||||
$levels = $this->config->item('auth_level');
|
||||
while (list($key, $val) = each($levels)) {
|
||||
?>
|
||||
|
|
@ -82,7 +81,6 @@
|
|||
?>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="form-group">
|
||||
<label for="SelectDateFormat">Date Format</label>
|
||||
<select name="user_date_format" class="custom-select" id="SelectDateFormat" aria-describedby="SelectDateFormatHelp">
|
||||
|
|
@ -93,6 +91,7 @@
|
|||
<option value="d.m.Y"><?php echo date('d.m.Y'); ?></option>
|
||||
<option value="Y-m-d"><?php echo date('Y-m-d'); ?></option>
|
||||
</select>
|
||||
|
||||
<small id="SelectDateFormatHelp" class="form-text text-muted">Select how you would like dates shown when logged into your account.</small>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
正在加载…
在新工单中引用