From f566e7f89bd1ebcfa3a2d653ff5b09a54b897834 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Sat, 2 Feb 2013 13:33:39 -0500 Subject: [PATCH] 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. Signed-off-by: Jared Camins-Esakov --- .../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 195dcef870..d84f8c5718 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 ) %] -- 2.20.1