From 1ae24fe840816f9bcd25ab41cf245e1512429b9a 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 Content-Type: text/plain; charset="utf-8" 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) --- .../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 @@ -
- -
+
+ [% IF ( budget_period_id ) %] +
+ + +
+ + + +
+ + +
+ + [% ELSE %] + + [% END %] + +
\ No newline at end of file -- 1.7.9.5