From: Owen Leonard Date: Fri, 1 Feb 2013 20:31:27 +0000 (-0500) Subject: Bug 9628 - Replace YUI buttons and menus on budgets administration pages with Bootstrap X-Git-Tag: v3.12.00-alpha~106^2 X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=commitdiff_plain;h=8b648c94f936798b8f38a937b791c921da6c805f;p=koha_fer 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 --- 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