From c4631937f38064537684f0c287ecfb27da2aa7e4 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Sat, 2 Feb 2013 18:49:52 -0500 Subject: [PATCH] Bug 9631 - Replace YUI buttons on classification sources administration page with Bootstrap This patch converts the toolbar on the class sources administration page to Bootstrap, replacing YUI button code with Bootstrap markup. To test, view the class sources administration page. Buttons should look correct and work correctly. Signed-off-by: Bernardo Gonzalez Kriegel Comment: Works as described. Change "rules" to singular. No errors. Signed-off-by: Katrin Fischer Works nicely, no problems found. http://bugs.koha-community.org/show_bug.cgi?id=9613 Signed-off-by: Jared Camins-Esakov --- .../prog/en/modules/admin/classsources.tt | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/classsources.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/classsources.tt index 21eb0ead81..140c0335ec 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/classsources.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/classsources.tt @@ -64,12 +64,6 @@ function CheckRuleForm(f) { alert(alertString2); } } - -$(document).ready(function() { - new YAHOO.widget.Button("newsource"); - new YAHOO.widget.Button("newrule"); -}); - //]]> @@ -232,11 +226,10 @@ $(document).ready(function() { [% IF ( display_lists ) %] - +

Classification sources

[% IF ( added_source ) %] -- 2.20.1