mirror of
https://github.com/wekan/wekan.git
synced 2025-12-27 04:38:49 +01:00
CustomFields Currency, autofocus on edit
This commit is contained in:
parent
f6830ff4f3
commit
79b40cd8a9
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@ template(name="cardCustomField-checkbox")
|
|||
template(name="cardCustomField-currency")
|
||||
if canModifyCard
|
||||
+inlinedForm(classNames="js-card-customfield-currency")
|
||||
input(type="text" value=data.value)
|
||||
input(type="text" value=data.value autofocus)
|
||||
.edit-controls.clearfix
|
||||
button.primary(type="submit") {{_ 'save'}}
|
||||
a.fa.fa-times-thin.js-close-inlined-form
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue