From f05323fab4174473c733a9c0895e69278ee52997 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Fri, 1 Feb 2013 15:31:27 -0500 Subject: [PATCH] [PASSED QA] 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. --- .../prog/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 ca517f9..d36c2ca 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 -- 1.7.9.5