From e6279a029eef64af9260d41fee342dad0399c68f Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Fri, 15 Feb 2013 10:30:19 -0500 Subject: [PATCH] Bug 9619 - Replace YUI buttons on libraries administration page with Bootstrap Content-Type: text/plain; charset="utf-8" This patch converts the toolbar used by libraries administration to Bootstrap, replacing YUI button and menu code with Bootstrap markup. To test, view any the branches administration page and confirm that the buttons to add a library and add a category look correct and work correctly. --- .../prog/en/modules/admin/branches.tt | 31 +++----------------- 1 file changed, 4 insertions(+), 27 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt index 2bfefb3..7cd4b65 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt @@ -58,33 +58,10 @@ tinyMCE.init({
[% IF ( else ) %] -
- -
+ [% END %] [% IF ( add ) %] -- 1.7.9.5