From 7a662de14a8a7208d617248f8650207dec180fbd 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
. --- .../prog/en/modules/admin/aqbudgets.tt | 8 ++++---- 1 file 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 1abd720..f33492b 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt @@ -245,12 +245,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.9.5