From 55a5fba540c9ff2903c476546fd59452ad0a6b30 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 Content-Type: text/plain; charset="utf-8" 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. --- .../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