mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01:00
This PR add 'Template' label and modify placeholder in template search
This commit is contained in:
parent
67a58daaf3
commit
3edafd6c67
2 changed files with 3 additions and 1 deletions
|
|
@ -105,6 +105,8 @@ template(name="searchElementPopup")
|
||||||
each boards
|
each boards
|
||||||
option(value="{{_id}}") {{title}}
|
option(value="{{_id}}") {{title}}
|
||||||
form.js-search-term-form
|
form.js-search-term-form
|
||||||
|
label
|
||||||
|
| {{_ 'template'}}
|
||||||
input(type="text" name="searchTerm" placeholder="{{_ 'search-example'}}" autofocus dir="auto")
|
input(type="text" name="searchTerm" placeholder="{{_ 'search-example'}}" autofocus dir="auto")
|
||||||
.list-body.search-card-results
|
.list-body.search-card-results
|
||||||
.minicards.clearfix.js-minicards
|
.minicards.clearfix.js-minicards
|
||||||
|
|
|
||||||
|
|
@ -465,7 +465,7 @@
|
||||||
"search": "Search",
|
"search": "Search",
|
||||||
"rules": "Rules",
|
"rules": "Rules",
|
||||||
"search-cards": "Search from card/list titles, descriptions and custom fields on this board",
|
"search-cards": "Search from card/list titles, descriptions and custom fields on this board",
|
||||||
"search-example": "Text to search for?",
|
"search-example": "Text your search and press Enter",
|
||||||
"select-color": "Select Color",
|
"select-color": "Select Color",
|
||||||
"set-wip-limit-value": "Set a limit for the maximum number of tasks in this list",
|
"set-wip-limit-value": "Set a limit for the maximum number of tasks in this list",
|
||||||
"setWipLimitPopup-title": "Set WIP Limit",
|
"setWipLimitPopup-title": "Set WIP Limit",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue