Bugzilla – Attachment 24936 Details for
Bug 7308
new column in admin/aqbudgets
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[PASSED QA] Bug 7308 - Follow up: removing line breaks for better translatability
Bug-7308---Follow-up-removing-line-breaks-for-bett.patch (text/plain), 1.66 KB, created by
Kyle M Hall (khall)
on 2014-01-31 12:29:15 UTC
(
hide
)
Description:
[PASSED QA] Bug 7308 - Follow up: removing line breaks for better translatability
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2014-01-31 12:29:15 UTC
Size:
1.66 KB
patch
obsolete
>From ef72cee4a3636b0b8bee0d382a6e3c65811535d3 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <Katrin.Fischer.83@web.de> >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 <br />. > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > .../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") > <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"> </th> > <th>Actions</th> >-- >1.7.2.5
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 7308
:
9167
|
12769
|
16011
|
16012
|
16381
|
16394
|
16395
|
19824
|
19825
|
19826
|
19859
|
22462
| 24936 |
24937