dedicated id's
这个提交包含在:
父节点
0479f36a4e
当前提交
5f8ab7b801
共有 2 个文件被更改,包括 4 次插入 和 4 次删除
|
|
@ -242,8 +242,8 @@
|
|||
<small id="SelectDateFormatHelp" class="form-text text-muted"><?php echo lang('account_quicklog_feature_hint'); ?></small>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="quicklog"><?php echo lang('account_quicklog_enter'); ?></label>
|
||||
<select class="custom-select" id="quicklog" name="user_quicklog_enter">
|
||||
<label for="quicklog_enter"><?php echo lang('account_quicklog_enter'); ?></label>
|
||||
<select class="custom-select" id="quicklog_enter" name="user_quicklog_enter">
|
||||
<option value="0"><?php echo lang('account_quicklog_enter_log'); ?></option>
|
||||
<option value="1"><?php echo lang('account_quicklog_enter_search'); ?></option>
|
||||
</select>
|
||||
|
|
|
|||
|
|
@ -318,8 +318,8 @@
|
|||
<small id="SelectDateFormatHelp" class="form-text text-muted"><?php echo lang('account_quicklog_feature_hint'); ?></small>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="quicklog"><?php echo lang('account_quicklog_enter'); ?></label>
|
||||
<select class="custom-select" id="quicklog" name="user_quicklog_enter">
|
||||
<label for="quicklog_enter"><?php echo lang('account_quicklog_enter'); ?></label>
|
||||
<select class="custom-select" id="quicklog_enter" name="user_quicklog_enter">
|
||||
<option value="0" <?php if ($user_quicklog_enter == 0) { echo " selected =\"selected\""; } ?>><?php echo lang('account_quicklog_enter_log'); ?></option>
|
||||
<option value="1" <?php if ($user_quicklog_enter == 1) { echo " selected =\"selected\""; } ?>><?php echo lang('account_quicklog_enter_search'); ?></option>
|
||||
</select>
|
||||
|
|
|
|||
正在加载…
在新工单中引用