Bugzilla – Attachment 8348 Details for
Bug 5482
Translation problem in guided reports - Item field names
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[SIGNED-OFF] Bug 5482 - Translation problem in guided reports - Item field names
SIGNED-OFF-Bug-5482---Translation-problem-in-guide.patch (text/plain), 1.28 KB, created by
Katrin Fischer
on 2012-03-20 13:03:09 UTC
(
hide
)
Description:
[SIGNED-OFF] Bug 5482 - Translation problem in guided reports - Item field names
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2012-03-20 13:03:09 UTC
Size:
1.28 KB
patch
obsolete
>From 03c5c39c1e16ce7e52f5411ea96ac6dbfc8fc306 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Tue, 20 Mar 2012 12:10:52 +0100 >Subject: [PATCH] [SIGNED-OFF] Bug 5482 - Translation problem in guided > reports - Item field names > >This very minor correction adds display of the column name even >if the field description exists in the columns .def file. > >Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de> >Changes the display to show description / table.column. >--- > .../en/modules/reports/guided_reports_start.tt | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt >index 8dbbb03..99052e2 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt >@@ -269,7 +269,7 @@ canned reports and writing custom SQL reports.</p> > <optgroup label="[% column.table %]"> > [% ELSE %] > <option value="[% column.name %]"> >-[% IF ( column.description ) %][% column.description %] >+[% IF ( column.description ) %][% column.description %] / [% column.name %] > [% ELSE %] > [% column.name %] > [% END %] >-- >1.7.5.4
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 5482
:
8342
| 8348 |
8358
|
8413
|
8415
|
8416