From 85d2e32eb73a65efca76bc9f68414413b9843690 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Thu, 21 Feb 2013 15:46:48 -0500 Subject: [PATCH] Bug 9688 - Replace YUI button on Authority MARC framework toolbar with Bootstrap Content-Type: text/plain; charset="utf-8" This patch converts the toolbar used on the Authority MARC framework toolbar to Bootstrap, replacing YUI button code with Bootstrap markup. To test, view auth_tag_structure.pl for any authority framework. Confirm that the 'New tag' button looks correct and works correctly. --- .../prog/en/modules/admin/auth_tag_structure.tt | 18 +++--------------- 1 file changed, 3 insertions(+), 15 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_tag_structure.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_tag_structure.tt index 0ef4e06..771174a 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_tag_structure.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_tag_structure.tt @@ -196,21 +196,9 @@ return false; [% IF ( else ) %] -
- -
+
+ +

Select an authority framework

-- 1.7.9.5