From 8412f53f82e98d78cd3765278e0a3cbd120a61f6 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Fri, 15 Feb 2013 10:30:19 -0500 Subject: [PATCH] [SIGNED-OFF] Bug 9619 - Replace YUI buttons on libraries administration page with Bootstrap 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. Signed-off-by: Bernardo Gonzalez Kriegel Comment: Both buttons, Library and Group, works and look well. No errors. --- .../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