Rename the close icon to refuse

This commit is contained in:
gregoirenovel 2017-11-30 17:35:12 +01:00
parent dd47f96424
commit 2d9313b10b
4 changed files with 4 additions and 4 deletions

View file

Before

Width:  |  Height:  |  Size: 357 B

After

Width:  |  Height:  |  Size: 357 B

View file

@ -29,8 +29,8 @@
background-image: image-url("icons/accept.svg"); background-image: image-url("icons/accept.svg");
} }
&.close { &.refuse {
background-image: image-url("icons/close.svg"); background-image: image-url("icons/refuse.svg");
} }
&.without-continuation { &.without-continuation {

View file

@ -39,7 +39,7 @@
%h4 Classer sans suite %h4 Classer sans suite
L'usager ne recevra aucune notification L'usager ne recevra aucune notification
%li{ onclick: "TPS.showMotivation('close');" } %li{ onclick: "TPS.showMotivation('close');" }
.icon.close .icon.refuse
.description .description
%h4 Refuser %h4 Refuser
L'usager sera notifié que son dossier a été refusé L'usager sera notifié que son dossier a été refusé

View file

@ -8,7 +8,7 @@
.icon.unarchive .icon.unarchive
.icon.folder .icon.folder
.icon.accept .icon.accept
.icon.close .icon.refuse
.icon.without-continuation .icon.without-continuation
.icon.edit .icon.edit
.icon.in-progress .icon.in-progress