My Cards and Broken Cards: Added popup title and horizontal line between menu options.

Thanks to xet7 !
This commit is contained in:
Lauri Ojansivu 2021-01-10 23:18:03 +02:00
parent 72e5cb00b3
commit 9293de541b
3 changed files with 4 additions and 0 deletions

View file

@ -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

View file

@ -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

View file

@ -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.",