mirror of
https://github.com/Piwigo/Piwigo.git
synced 2025-04-26 19:29:58 +03:00
[mcs] disable filesize input on filter
temporarily disable input, committed by accident when not finished keep input but disable them for now
This commit is contained in:
parent
b3151e0129
commit
9d4b2a6693
1 changed files with 2 additions and 2 deletions
|
@ -583,11 +583,11 @@ const prefix_icon = 'gallery-icon-';
|
|||
<div class="slider_input">
|
||||
<div class="min_input">
|
||||
<p>Min</p>
|
||||
<input type="number" step=".1" min="0" name="filter_filesize_min_text" value="{$FILESIZE.selected.min}">
|
||||
<input type="number" step=".1" min="0" name="filter_filesize_min_text" value="{$FILESIZE.selected.min}" disabled>
|
||||
</div>
|
||||
<div class="max_input">
|
||||
<p>Max</p>
|
||||
<input type="number" step=".1" min="0" name="filter_filesize_max_text" value="{$FILESIZE.selected.max}">
|
||||
<input type="number" step=".1" min="0" name="filter_filesize_max_text" value="{$FILESIZE.selected.max}" disabled>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue