From 1dfbe758c22fa117814142c5eb0532274d7582fa Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Wed, 25 May 2016 10:49:26 -0400 Subject: [PATCH] Bug 16543 - Make edit and delete links styled buttons in patron attribute types administration MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit This patch modifies the Patron attribute types page, converting edit and delete links to Bootstrap buttons with Font Awesome icons. To test, apply the patch and go to Administration -> Patron attribute types. The 'Edit' and 'Delete' buttons should look correct and work correctly. Signed-off-by: Jan Kissig Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall (cherry picked from commit ae4be45444dd8e6a65dc7170cfc43c60de328f38) Signed-off-by: Frédéric Demians --- .../prog/en/modules/admin/patron-attr-types.tt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/patron-attr-types.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/patron-attr-types.tt index 384fc57f68..3ee2fc580a 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/patron-attr-types.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/patron-attr-types.tt @@ -283,9 +283,9 @@ $(document).ready(function() { No limitation [% END %] - - Edit - Delete + + Edit + Delete [% END %] -- 2.39.2