From b0b9d51a488009891033257c1fac26d340a48c13 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Mon, 28 Apr 2014 19:52:29 +0200 Subject: [PATCH] [PASSED QA] 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 --- koha-tmpl/intranet-tmpl/prog/en/modules/about.tt | 4 ++++ koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt | 6 +++++- 2 files changed, 9 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 1362eb2..5b39850 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt @@ -509,6 +509,10 @@

Copyright © 2008 Fyneworks.com

+

jQuery treetable Plugin

+ +

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

+

OpenJS Keyboard Shortcuts Library

The 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 880ce2e..6d2703c 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 %] -- 1.7.10.4