From 62a32d7226a09bd5d57311ff68e91de1f1f37add 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 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 --- koha-tmpl/intranet-tmpl/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 384fc57..3ee2fc5 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.1.4