From 8727117e924831cec84168c6fe6ff3a97c62320d Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Sat, 2 Feb 2013 13:33:39 -0500 Subject: [PATCH] [PASSED QA] Bug 9641 - Replace YUI button on the Koha news management page with Bootstrap This patch converts the toolbar include file used by the Koha news editor to Bootstrap, replacing YUI button and menu code with Bootstrap markup. To test, open the Koha news editor and test the "New entry" button. It sould look correct and work correctly. Signed-off-by: Bernardo Gonzalez Kriegel Comment: The button works and looks correct. No errors. Signed-off-by: Katrin Fischer Works nicely, no problems found. --- .../prog/en/modules/tools/koha-news.tt | 21 ++++---------------- 1 file changed, 4 insertions(+), 17 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/koha-news.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/koha-news.tt index 195dcef..d84f8c5 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/koha-news.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/koha-news.tt @@ -55,24 +55,11 @@ Edit News Item[% ELSE %]Add News Item[% END %][% ELSE %]News[% END %]
- + [% UNLESS ( add_form ) %] -
- -
+ [% END %] [% IF ( add_form ) %] -- 1.7.9.5