From 775ed7d0bc4446b543ebe6e997175ff1bf73d4a0 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Sun, 3 Feb 2013 08:14:10 -0500 Subject: [PATCH] Bug 9642 - Replace YUI button on the patron attribute types page with Bootstrap This patch converts the toolbar on the patron attributes administration page to Bootstrap, replacing YUI button code with Bootstrap markup. To test, view the patron attribute types administration page and confirm that the "New patron attribute type" button looks correct and works correctly. Signed-off-by: Bernardo Gonzalez Kriegel Comment: Button looks and works correctly. No errors. Signed-off-by: Katrin Fischer Works nicely, no problems found. Signed-off-by: Jared Camins-Esakov --- .../prog/en/modules/admin/patron-attr-types.tt | 18 +++--------------- 1 file changed, 3 insertions(+), 15 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 d70bdbd23b..985ece5635 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 @@ -261,21 +261,9 @@ function CheckAttributeTypeForm(f) { [% IF ( display_list ) %] -
- -
+

Patron attribute types

[% IF ( added_attribute_type ) %] -- 2.39.2