added Quicklog User Option

pull/2554/head
HB9HIL 2023-11-04 18:32:16 +01:00
rodzic 802c4ab2e6
commit 08fd2bc992
2 zmienionych plików z 18 dodań i 0 usunięć

Wyświetl plik

@ -165,6 +165,15 @@
<small id="SelectDateFormatHelp" class="form-text text-muted"><?php echo lang('account_log_end_time_hint'); ?></small>
</div>
<div class="form-group">
<label for="quicklog">Quicklog Feature</label>
<select class="custom-select" id="quicklog" name="user_quicklog">
<option value="1" <?php if ($user_quicklog == 1) { echo " selected =\"selected\""; } ?>><?php echo lang('general_word_yes'); ?></option>
<option value="0" <?php if ($user_quicklog == 0) { echo " selected =\"selected\""; } ?>><?php echo lang('general_word_no'); ?></option>
</select>
<small id="SelectDateFormatHelp" class="form-text text-muted">Quicklog Feature Description</small>
</div>
<div class="form-group">
<label for="SelectDateFormat"><?php echo lang('account_date_format'); ?></label>
<select name="user_date_format" class="custom-select" id="SelectDateFormat"

Wyświetl plik

@ -174,6 +174,15 @@
<small id="SelectDateFormatHelp" class="form-text text-muted"><?php echo lang('account_log_end_time_hint'); ?></small>
</div>
<div class="form-group">
<label for="quicklog">Quicklog Feature</label>
<select class="custom-select" id="quicklog" name="user_quicklog">
<option value="1" <?php if ($user_quicklog == 1) { echo " selected =\"selected\""; } ?>><?php echo lang('general_word_yes'); ?></option>
<option value="0" <?php if ($user_quicklog == 0) { echo " selected =\"selected\""; } ?>><?php echo lang('general_word_no'); ?></option>
</select>
<small id="SelectDateFormatHelp" class="form-text text-muted">Quicklog Feature Description</small>
</div>
<div class="form-group">
<label for="SelectDateFormat"><?php echo lang('account_date_format'); ?></label>
<select name="user_date_format" class="custom-select" id="SelectDateFormat" aria-describedby="SelectDateFormatHelp">