From 0541af8a8ec0b6e757d59152541ade5efd99ed0b Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Fri, 14 Feb 2014 09:53:41 -0500 Subject: [PATCH] Bug 11763 - Consolidate fund action links into menu Content-Type: text/plain; charset="utf-8" This patch moves the fund Edit/Delete/Add child links on the fund view into a pop-up menu, allow the table to be more compact and the links to be more distinct. To test you must apply the patches on Bug 11578 if necessary. Apply the patch and view the funds list page (Administration -> Funds). For each line there should be an "Actions" menu containing the Edit/Delete/Add cihld links. Each should function correctly. Test with inactive budgets shown and hidden. --- .../prog/en/modules/admin/aqbudgets.tt | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt index 4132ae6..33810a2 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt @@ -331,9 +331,16 @@ var MSG_PARENT_BENEATH_BUDGET = "- " + _("New budget-parent is beneath budget") Edit Delete [% ELSE %] - Edit - Delete - Add child fund + [% END %] -- 1.7.9.5