Settings page finished, filter gui improved
This commit is contained in:
@@ -188,7 +188,7 @@ $opt_special = array(
|
||||
?>
|
||||
<div class="d-flex flex-nowrap gap-2">
|
||||
<label for="flt_stor"><?=_('Storage')?></label>
|
||||
<select id="flt_stor" name="flt_stor">
|
||||
<select class="form-select" id="flt_stor" name="flt_stor">
|
||||
<?php
|
||||
foreach ($opt_special + $opt_storage as $k => $v) {
|
||||
echo '<option value="', $k,'"';
|
||||
@@ -202,7 +202,7 @@ foreach ($opt_special + $opt_storage as $k => $v) {
|
||||
</div>
|
||||
<div class="d-flex flex-nowrap gap-2">
|
||||
<label for="flt_cond"><?=_('Condition')?></label>
|
||||
<select id="flt_cond" name="flt_cond">
|
||||
<select class="form-select" id="flt_cond" name="flt_cond">
|
||||
<?php
|
||||
$opt_special = array(
|
||||
-2 => _('― all ―'),
|
||||
@@ -219,7 +219,7 @@ foreach ($opt_special + $opt_invcond as $k => $v) {
|
||||
</div>
|
||||
<div class="d-flex flex-nowrap gap-2">
|
||||
<label for="flt_txt">Text</label>
|
||||
<input type="text" name="flt_txt" size="15" maxlength="30" value="<?=$flt->txt ?>">
|
||||
<input type="text" class="form-control" name="flt_txt" size="15" maxlength="30" value="<?=$flt->txt ?>">
|
||||
</div>
|
||||
</div>
|
||||
<div class="card-footer">
|
||||
|
||||
Reference in New Issue
Block a user