From 3d883a97ce3d62b2c8904a28152ffc6ccba3ecd1 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Thu, 21 Feb 2013 16:12:22 -0500 Subject: [PATCH] Bug 9689 - Replace YUI buttons on the OAI sets administration page with Bootstrap This patch converts the toolbar on the OAI sets administration page to Bootstrap, replacing YUI button code with Bootstrap markup. To test, view the OAI sets administration page and confirm that the "New set" button looks correct and works correctly. Signed-off-by: Bernardo Gonzalez Kriegel Comment: Works and looks nice. No errors. Signed-off-by: Katrin Fischer Works nicely, no problems found. Signed-off-by: Jared Camins-Esakov --- .../intranet-tmpl/prog/en/modules/admin/oai_sets.tt | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/oai_sets.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/oai_sets.tt index bd5d54a80b..a480b7463a 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/oai_sets.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/oai_sets.tt @@ -16,10 +16,6 @@ function delDescField(minusButton) { var li = $(minusButton).parent('li'); $(li).remove(); } - -$(document).ready(function() { - new YAHOO.widget.Button("newoaiset"); -}); //]]> @@ -72,10 +68,9 @@ $(document).ready(function() { [% ELSE %] -
-
+

OAI sets

[% IF sets_loop %] -- 2.39.2