mirror of
https://github.com/wekan/wekan.git
synced 2026-01-06 17:48:49 +01:00
Settings, "Show cards count" keyboard input possible
This commit is contained in:
parent
2972351e79
commit
b79fc53265
2 changed files with 12 additions and 2 deletions
|
|
@ -143,7 +143,7 @@ template(name="changeSettingsPopup")
|
|||
label.bold.clear
|
||||
i.fa.fa-sort-numeric-asc
|
||||
| {{_ 'show-cards-minimum-count'}}
|
||||
input#show-cards-count-at.inline-input.left(type="number" value="#{showCardsCountAt}" min="0" max="99" onkeydown="return false")
|
||||
input#show-cards-count-at.inline-input.left(type="number" value="#{showCardsCountAt}" min="0" max="99")
|
||||
label.bold.clear
|
||||
i.fa.fa-calendar
|
||||
| {{_ 'start-day-of-week'}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue