Bugzilla – Attachment 38845 Details for
Bug 14125
Version variable not properly replaced in csv profiles help page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[PASSED QA] Bug 14125: Fix template problems on csv profiles help page
PASSED-QA-Bug-14125-Fix-template-problems-on-csv-p.patch (text/plain), 1.76 KB, created by
Kyle M Hall (khall)
on 2015-05-05 10:46:02 UTC
(
hide
)
Description:
[PASSED QA] Bug 14125: Fix template problems on csv profiles help page
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2015-05-05 10:46:02 UTC
Size:
1.76 KB
patch
obsolete
>From 4594c8fefbc78cb5ea485bd65c81e466ce2e25ad Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <Katrin.Fischer.83@web.de> >Date: Mon, 4 May 2015 08:18:47 +0200 >Subject: [PATCH] [PASSED QA] Bug 14125: Fix template problems on csv profiles help page > >Page uses TAGS Directive in order to print TT directives >in the manual without having them interpreted, but fails >to switch back/change all following TT code, causing >problems in displaying the file correctly. > >See TT documentation: >http://www.template-toolkit.org/docs/manual/Directives.html#section_TAGS > >As [- ... -] showed up in translations, I chose to switch back >instead of changing the TT variable and INCLUDE. > >To test: >- Go to tools > csv profiles >- Open the help page >- Verify the link to the manual includes the version and works >- Verify the footer shows up correctly with the edit buttons > >Works as expected. >Signed-off-by: Marc Veron <veron@veron.ch> > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > .../prog/en/modules/help/tools/csv-profiles.tt | 3 ++- > 1 files changed, 2 insertions(+), 1 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/csv-profiles.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/csv-profiles.tt >index 096ffca..2ff291b 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/csv-profiles.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/csv-profiles.tt >@@ -136,7 +136,8 @@ > </li> > </ul> > <p>Note that the authorized values won't be replaced by their descriptions.</p> >+[- TAGS default -] > > <p><strong>See the full documentation for CSV Profiles in the <a href="http://manual.koha-community.org/[% helpVersion %]/en/csvprofiles.html">manual</a> (online).</strong></p> > >-[- INCLUDE 'help-bottom.inc' -] >+[% INCLUDE 'help-bottom.inc' %] >-- >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 14125
:
38797
|
38799
| 38845