Bug 28012: (QA follow-up) Add numeric imput mode to display order field
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
(cherry picked from commit 49138a6df7
)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
This commit is contained in:
parent
77e7e11c3a
commit
9be82743f1
1 changed files with 2 additions and 1 deletions
|
@ -84,7 +84,8 @@
|
|||
</li>
|
||||
<li>
|
||||
<label for="displayorder">Display order:</label>
|
||||
<input type="text" id="displayorder" name="displayorder" value="[% displayorder | html %]" />
|
||||
<input type="text" inputmode="numeric" pattern="\d*" id="displayorder" name="displayorder" value="[% displayorder | html %]" />
|
||||
<div class="hint">Only numeric characters are allowed</div>
|
||||
</li>
|
||||
</ol>
|
||||
<table>
|
||||
|
|
Loading…
Reference in a new issue