mirror of
https://github.com/wekan/wekan.git
synced 2026-02-03 23:21:47 +01:00
FontAwesome 6.4.2, adding back the previous icons because now all icons are included into Wekan
This commit is contained in:
parent
7eea0207e4
commit
ea39cfbf5a
9 changed files with 35 additions and 31 deletions
|
|
@ -91,7 +91,7 @@ template(name="attachmentGallery")
|
|||
unless currentUser.isCommentOnly
|
||||
unless currentUser.isWorker
|
||||
a.js-rename
|
||||
i.fa.fa-pen-to-square.icon(title="{{_ 'rename'}}")
|
||||
i.fa.fa-pencil-square-o.icon(title="{{_ 'rename'}}")
|
||||
a.js-confirm-delete
|
||||
i.fa.fa-trash.icon(title="{{_ 'delete'}}")
|
||||
a.fa.fa-navicon.icon.js-open-attachment-menu(data-attachment-link="{{link}}" title="{{_ 'attachmentActionsPopup-title'}}")
|
||||
|
|
@ -103,7 +103,7 @@ template(name="attachmentActionsPopup")
|
|||
if isImage
|
||||
a(class="{{#if isCover}}js-remove-cover{{else}}js-add-cover{{/if}}")
|
||||
i.fa.fa-book
|
||||
i.fa.fa-image
|
||||
i.fa.fa-picture-o
|
||||
if isCover
|
||||
| {{_ 'remove-cover'}}
|
||||
else
|
||||
|
|
@ -111,7 +111,7 @@ template(name="attachmentActionsPopup")
|
|||
if currentUser.isBoardAdmin
|
||||
if isImage
|
||||
a(class="{{#if isBackgroundImage}}js-remove-background-image{{else}}js-add-background-image{{/if}}")
|
||||
i.fa.fa-image
|
||||
i.fa.fa-picture-o
|
||||
if isBackgroundImage
|
||||
| {{_ 'remove-background-image'}}
|
||||
else
|
||||
|
|
|
|||
|
|
@ -659,7 +659,7 @@ template(name="cardDetailsActionsPopup")
|
|||
//li: a.js-end-date {{_ 'editCardEndDatePopup-title'}}
|
||||
li
|
||||
a.js-spent-time
|
||||
i.fa.fa-clock
|
||||
i.fa.fa-clock-o
|
||||
| {{_ 'editCardSpentTimePopup-title'}}
|
||||
li
|
||||
a.js-set-card-color
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue