From 32ec5e20a239a976601c372b8679b6736eba6f9a Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Fri, 15 Feb 2013 10:30:19 -0500 Subject: [PATCH] [PASSED QA] 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. Signed-off-by: Katrin Fischer Works nicely, no problems found. --- .../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