mirror of
https://github.com/wekan/wekan.git
synced 2026-02-14 04:04:21 +01:00
Right top User Settings / Grey Icons. Also fixed Change Language popup.
Thanks to xet7 !
This commit is contained in:
parent
1808ea7384
commit
300b653ea3
15 changed files with 237 additions and 149 deletions
|
|
@ -155,7 +155,7 @@ template(name="boardChangeColorPopup")
|
|||
span.background-box(class="board-color-{{this}}")
|
||||
span {{this}}
|
||||
if isSelected
|
||||
| ✅
|
||||
span.checkmark-no-grey ✅
|
||||
|
||||
template(name="boardChangeBackgroundImagePopup")
|
||||
form
|
||||
|
|
@ -575,7 +575,8 @@ template(name="boardMenuPopup")
|
|||
if currentUser.isBoardAdmin
|
||||
li
|
||||
a.js-open-rules-view(title="{{_ 'rules'}}")
|
||||
| ✨
|
||||
span.emoji-icon
|
||||
| ✨
|
||||
| {{_ 'rules'}}
|
||||
if currentUser.isBoardAdmin
|
||||
li
|
||||
|
|
@ -637,7 +638,8 @@ template(name="boardMenuPopup")
|
|||
// | {{_ 'delete-duplicate-lists'}}
|
||||
li
|
||||
a.js-archive-board
|
||||
| ➡️📦
|
||||
span.emoji-icon
|
||||
| ➡️📦
|
||||
| {{_ 'archive-board'}}
|
||||
|
||||
template(name="exportBoard")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue