Bug 7308: (follow-up) removing line breaks for better translatability
authorKatrin Fischer <Katrin.Fischer.83@web.de>
Sun, 21 Jul 2013 08:07:26 +0000 (10:07 +0200)
committerGalen Charlton <gmc@esilibrary.com>
Mon, 21 Apr 2014 04:01:46 +0000 (04:01 +0000)
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 <br />.

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt

index 71bcda8..93c1165 100644 (file)
@@ -241,12 +241,12 @@ var MSG_PARENT_BENEATH_BUDGET = "- " + _("New budget-parent is beneath budget")
         <tr>
             <th>Fund code</th>
             <th>Fund name</th>
-            <th>Base-level<br />allocated</th>
-            <th>Base-level<br />ordered</th>
+            <th>Base-level allocated</th>
+            <th>Base-level ordered</th>
             <th>Total ordered</th>
-            <th>Base-level<br />spent</th>
+            <th>Base-level spent</th>
             <th>Total spent</th>
-            <th>Base-level<br />available</th>
+            <th>Base-level available</th>
             <th>Total available</th>
             <th class="tooltipcontent">&nbsp;</th>
             <th>Actions</th>