From ef72cee4a3636b0b8bee0d382a6e3c65811535d3 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Sun, 21 Jul 2013 10:07:26 +0200 Subject: [PATCH] Bug 7308 - Follow up: removing line breaks for better translatability Because of the lines breaks in the table headings the strings were separated in translation. Example: Base-level allocated - Base-level - allocated If you look at a smaller screen the table headings will still break without the additional
. Signed-off-by: Kyle M Hall --- .../prog/en/modules/admin/aqbudgets.tt | 8 ++++---- 1 files changed, 4 insertions(+), 4 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 9cc8511..ae34ef5 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt @@ -243,12 +243,12 @@ var MSG_PARENT_BENEATH_BUDGET = "- " + _("New budget-parent is beneath budget") Fund code Fund name - Base-level
allocated - Base-level
ordered + Base-level allocated + Base-level ordered Total ordered - Base-level
spent + Base-level spent Total spent - Base-level
available + Base-level available Total available   Actions -- 1.7.2.5