From 8b648c94f936798b8f38a937b791c921da6c805f Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Fri, 1 Feb 2013 15:31:27 -0500 Subject: [PATCH] Bug 9628 - Replace YUI buttons and menus on budgets administration pages with Bootstrap This patch converts the toolbar include file used by budgets administration pages to Bootstrap, replacing YUI button and menu code with Bootstrap markup. To test, create, view, and edit budgets. Buttons and menus should look correct and work correctly. Functions include: - New budget - New fund - Edit budget - Duplicate budget - Plan by (months, libraries, etc) Signed-off-by: Bernardo Gonzalez Kriegel Comment: Work as described. No error. Signed-off-by: Katrin Fischer Works nicely, no problems found. Signed-off-by: Jared Camins-Esakov --- .../en/includes/budgets-admin-toolbar.inc | 171 +++++++----------- 1 file changed, 61 insertions(+), 110 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/budgets-admin-toolbar.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/budgets-admin-toolbar.inc index ca517f9109..d36c2caacd 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/budgets-admin-toolbar.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/budgets-admin-toolbar.inc @@ -1,110 +1,61 @@ -
-
    - [% UNLESS ( budget_period_id ) %]
  • New budget
  • [% END %] - [% UNLESS ( period_button_only ) %]
  • New
  • [% END %] -
  • Budgets
  • - [% UNLESS ( period_button_only ) %]
  • Budget planning
  • - [% END %] -
-
+
+ [% IF ( budget_period_id ) %] +
+ + +
+ + + +
+ + +
+ + [% ELSE %] + + [% END %] + +
\ No newline at end of file -- 2.39.2