]> git.agnieray.net Git - galette.git/commitdiff
Use new icons; closes #1375
authorJohan Cwiklinski <jcwiklinski@teclib.com>
Sat, 14 Dec 2019 22:02:53 +0000 (23:02 +0100)
committerJohan Cwiklinski <jcwiklinski@teclib.com>
Sat, 14 Dec 2019 22:02:53 +0000 (23:02 +0100)
galette/templates/default/gestion_titres.tpl

index b2f15c47924fe1d32a4651ac9a2287864016dbd5..52ed939c85f36731fe9e941cbf44ef1c8209aa40 100644 (file)
@@ -51,7 +51,6 @@
                             <td class="left" data-title="{_T string="Short form"}">{$title->short}</td>
                             <td class="left" data-title="{_T string="Long form"}">{$title->long}</td>
                             <td class="center actions_row">
-
                                 <a
                                     href="{path_for name="editTitle" data=["id" => $title->id]}"
                                     class="tooltip action"
                 {if $title->id eq 1 or $title->id eq 2}
                                 <img src="{base_url}/{$template_subdir}images/icon-empty.png" alt="" width="16px" height="16px"/>
                 {else}
-                                <a class="delete" href="{path_for name="removeTitle" data=["id" => $title->id]}">
-                                    <img src="{base_url}/{$template_subdir}images/icon-trash.png" alt="{_T string="Delete '%s' title" pattern="/%s/" replace=$title->short}" title="{_T string="Delete '%s' title" pattern="/%s/" replace=$title->short}" width="16" height="16" />
+                                <a
+                                    href="{path_for name="removeTitle" data=["id" => $title->id]}"
+                                    class="delete tooltip"
+                                >
+                                    <i class="fa fa-trash fa-fw"></i>
+                                    <span class="sr-only">{_T string="Delete '%s' title" pattern="/%s/" replace=$title->short}</span>
                                 </a>
                 {/if}
                             </td>