mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01:00
Added BIDI support to "Add Card" #884
This commit is contained in:
parent
e079b4df17
commit
ddd828083e
1 changed files with 2 additions and 2 deletions
|
|
@ -39,7 +39,7 @@ template(name="addCardForm")
|
||||||
.minicard-labels
|
.minicard-labels
|
||||||
each getLabels
|
each getLabels
|
||||||
.minicard-label(class="card-label-{{color}}" title="{{name}}")
|
.minicard-label(class="card-label-{{color}}" title="{{name}}")
|
||||||
textarea.minicard-composer-textarea.js-card-title(autofocus)
|
textarea.minicard-composer-textarea.js-card-title(autofocus dir="auto")
|
||||||
if members.get
|
if members.get
|
||||||
.minicard-members.js-minicard-composer-members
|
.minicard-members.js-minicard-composer-members
|
||||||
each members.get
|
each members.get
|
||||||
|
|
@ -96,7 +96,7 @@ template(name="searchElementPopup")
|
||||||
form
|
form
|
||||||
label
|
label
|
||||||
| {{_ 'title'}}
|
| {{_ 'title'}}
|
||||||
input.js-element-title(type="text" placeholder="{{_ 'title'}}" autofocus required)
|
input.js-element-title(type="text" placeholder="{{_ 'title'}}" autofocus required dir="auto")
|
||||||
unless isTemplateSearch
|
unless isTemplateSearch
|
||||||
label {{_ 'boards'}}:
|
label {{_ 'boards'}}:
|
||||||
.link-board-wrapper
|
.link-board-wrapper
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue