From 03c9e9533c8821e7b802db46bc7a5d923f731568 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 Content-Type: text/plain; charset="utf-8" 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. --- .../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..e9ba27a 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 ) %] -
-
+
+ New classification source + New filing rules +

Classification sources

[% IF ( added_source ) %] -- 1.7.9.5