From fb3f2dcad18553ce95777d786633e7933aaf8de1 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Sun, 3 Feb 2013 08:14:10 -0500 Subject: [PATCH] [PASSED QA] 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. --- .../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 d70bdbd..985ece5 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 ) %] -- 1.7.9.5