From b8a04ac3e610580aab0edcbcc71b8d843cf584a5 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 Content-Type: text/plain; charset="utf-8" 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. --- 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