From c85fb7a0c1a0b88a9486e4af0404321b87815a15 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Thu, 21 Feb 2013 15:46:48 -0500 Subject: [PATCH] [PASSED QA] 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. Signed-off-by: Katrin Fischer Works nicely, no problems found. --- .../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