From 0e8f896e85472c51345bb5ea9a7721bae455e49a Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Sun, 3 Feb 2013 07:53:30 -0500 Subject: [PATCH] Bug 9639 - Replace YUI button on MARC tag structure toolbar with Bootstrap This patch converts the toolbar used on the MARC tag structure toolbar to Bootstrap, replacing YUI button code with Bootstrap markup. To test, view marctagstructure.pl for any framework. Confirm that the 'New tag' button looks correct and works correctly. Signed-off-by: Bernardo Gonzalez Kriegel Comment: Confirmed that 'New tag' looks and works correctly. No errors. Signed-off-by: Katrin Fischer Works nicely, no problems found. Signed-off-by: Jared Camins-Esakov --- .../prog/en/modules/admin/marctagstructure.tt | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marctagstructure.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marctagstructure.tt index d0f01326df..8886fcf08e 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marctagstructure.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marctagstructure.tt @@ -30,10 +30,6 @@ function Check(f) { alert(alertString2); } } - -$(document).ready(function() { - new YAHOO.widget.Button("addtag"); -}); //]]> @@ -65,10 +61,9 @@ $(document).ready(function() {
[% IF ( else ) %] -
-
[% END %] +[% END %]

MARC Framework for [% IF ( frameworkcode ) %][% frameworktext %] ([% frameworkcode %])[% ELSE %]default MARC framework[% END %]

-- 2.39.2