From 809d340da717faaff61bee82ceb7cdadefe2bb27 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 Content-Type: text/plain; charset="utf-8" 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. --- .../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 ) %] -
- -
+
+ New patron attribute type +

Patron attribute types

[% IF ( added_attribute_type ) %] -- 1.7.9.5