From 955e1df9aff1de5006c695e952f30e11d2d4bf5d 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 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. Signed-off-by: Jonathan Druart It is unusual to open the action list above the button, but it works. --- .../intranet-tmpl/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 fd4a2d8..55e8745 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.10.4