From 810738df6cde3f9c30252c244ab6f9e5483f90ac Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Sat, 2 Feb 2013 18:49:52 -0500 Subject: [PATCH] [SIGNED-OFF] 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. --- .../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 21eb0ea..140c033 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 ) %] -- 1.7.9.5