From 9f22367e0fc5bce06b3d2a41b07c8d4fdf587d17 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Thu, 21 Feb 2013 15:46:48 -0500 Subject: [PATCH] [SIGNED-OFF] Bug 9688 - Replace YUI button on Authority MARC framework toolbar with Bootstrap 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. Signed-off-by: Bernardo Gonzalez Kriegel Comment: Works and looks correctly. No errors. --- .../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