mirror of
https://github.com/wekan/wekan.git
synced 2025-04-22 21:17:18 -04:00
My Cards and Broken Cards: Added popup title and horizontal line between menu options.
Thanks to xet7 !
This commit is contained in:
parent
72e5cb00b3
commit
9293de541b
3 changed files with 4 additions and 0 deletions
|
@ -56,6 +56,7 @@ template(name="dueCardsViewChangePopup")
|
|||
| {{_ 'dueCardsViewChange-choice-me'}}
|
||||
if $eq Utils.dueCardsView "me"
|
||||
i.fa.fa-check
|
||||
hr
|
||||
li
|
||||
with "dueCardsViewChange-choice-all"
|
||||
a.js-due-cards-view-all
|
||||
|
|
|
@ -78,6 +78,7 @@ template(name="myCardsSortChangePopup")
|
|||
| {{_ 'myCardsSortChange-choice-board'}}
|
||||
if $eq Utils.myCardsSort "board"
|
||||
i.fa.fa-check
|
||||
hr
|
||||
li
|
||||
with "my-cards-sort-dueat"
|
||||
a.js-my-cards-sort-dueat
|
||||
|
|
|
@ -855,10 +855,12 @@
|
|||
"board": "Board",
|
||||
"context-separator": "/",
|
||||
"myCardsSortChange-title": "My Cards Sort",
|
||||
"myCardsSortChangePopup-title": "My Cards Sort",
|
||||
"myCardsSortChange-choice-board": "By Board",
|
||||
"myCardsSortChange-choice-dueat": "By Due Date",
|
||||
"dueCards-title": "Due Cards",
|
||||
"dueCardsViewChange-title": "Due Cards View",
|
||||
"dueCardsViewChangePopup-title": "Due Cards View",
|
||||
"dueCardsViewChange-choice-me": "Me",
|
||||
"dueCardsViewChange-choice-all": "All Users",
|
||||
"dueCardsViewChange-choice-all-description": "Shows all incomplete cards with a *Due* date from boards for which the user has permission.",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue