From 4de746a65ace55f78affb8474c45c2129d4620a7 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Mon, 28 Apr 2014 19:52:29 +0200 Subject: [PATCH] Bug 11578: QA follow-up This patch removes the error raised by tt_valid FAIL koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt FAIL tt_valid lines 310 Actually, it fails because translate script does not match strings in attribute value. In this case, we don't want to translate. This fix is not necessary. This patch also adds the licence for the new jQuery treetable plugin. Signed-off-by: Martin Renvoize Signed-off-by: Galen Charlton --- koha-tmpl/intranet-tmpl/prog/en/modules/about.tt | 3 +++ koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt | 6 +++++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt index d5b1ef0468..3092cb7b48 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt @@ -514,6 +514,9 @@

Copyright © 2003-2010 phpMyAdmin devel team

+

jQuery treetable Plugin

+ +

The jQuery treetable Plugin 3.1.0 is released under MIT license by Ludo van den Boom.

OpenJS Keyboard Shortcuts Library

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 880ce2e221..6d2703c98d 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt @@ -307,7 +307,11 @@ var MSG_PARENT_BENEATH_BUDGET = "- " + _("New budget-parent is beneath budget") [% FOREACH budget IN budgets %] - + [% IF budget.budget_parent_id %] + + [% ELSE %] + + [% END %] [% budget.budget_period_active %] Budget [% budget.budget_period_description %] [% budget.budget_code_indent %] -- 2.39.2