Bugzilla – Attachment 5078 Details for
Bug 6458
incorrect parsing result in translation processing
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 6458: Incorrect parsing result in translation processing
Bug-6458-Incorrect-parsing-result-in-translation-p.patch (text/plain), 3.08 KB, created by
Chris Cormack
on 2011-08-22 03:46:21 UTC
(
hide
)
Description:
Bug 6458: Incorrect parsing result in translation processing
Filename:
MIME Type:
Creator:
Chris Cormack
Created:
2011-08-22 03:46:21 UTC
Size:
3.08 KB
patch
obsolete
>From 59336eec4be651b018a7edaf118764bcd7713124 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <Katrin.Fischer.83@web.de> >Date: Sat, 20 Aug 2011 18:29:22 +0200 >Subject: [PATCH] Bug 6458: Incorrect parsing result in translation processing > >Patch removes template directives from within HTML tags from OPAC detail view. > >Problems were related to the items tabs for holdings, subscriptions, and serial collection. > >Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz> > >Before patch >opac-tmpl/prog/en/modules/opac-detail.tt: 325, 353, 369 > >After, no errors for opac-detail.tt >--- > koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt | 14 +++++++++----- > 1 files changed, 9 insertions(+), 5 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt b/koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt >index 40af8f5..b6498b5 100644 >--- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt >+++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt >@@ -322,9 +322,9 @@ YAHOO.util.Event.onContentReady("furtherm", function () { > <div id="bibliodescriptions" class="toptabs"> > > <ul> >-<li[% IF ( defaulttab == 'holdings' ) %] class="ui-tabs-selected"[% END %]><a href="/cgi-bin/koha/opac-detail.pl?biblionumber=[% biblionumber %]#holdings">Holdings >- ( [% count %] )</a> >- </li> >+[% IF ( defaulttab == 'holdings' ) %]<li class="ui-tabs-selected"> >+[% ELSE %]<li class="ui-tabs-selected">[% END %] >+ <a href="/cgi-bin/koha/opac-detail.pl?biblionumber=[% biblionumber %]#holdings">Holdings ( [% count %] )</a></li> > <li> <a href="/cgi-bin/koha/opac-detail.pl?biblionumber=[% biblionumber %]#descriptions">Title Notes</a></li> > [% IF ( SYNDETICS_TOC ) %] > <li> <a href="/cgi-bin/koha/opac-detail.pl?biblionumber=[% biblionumber %]#toc">TOC</a></li> >@@ -350,7 +350,9 @@ YAHOO.util.Event.onContentReady("furtherm", function () { > <li> <a href="/cgi-bin/koha/opac-detail.pl?biblionumber=[% biblionumber %]#LTFLTagBrowse">Tag Browser</a></li> > [% END %] > [% END %] >-[% IF ( subscriptionsnumber ) %]<li[% IF ( defaulttab == 'subscriptions' ) %] class="ui-tabs-selected"[% END %]> >+[% IF ( subscriptionsnumber ) %] >+ [% IF ( defaulttab == 'subscriptions' ) %]<li class="ui-tabs-selected"> >+ [% ELSE %]<li class="ui-tabs-selected">[% END %] > <a href="/cgi-bin/koha/opac-detail.pl?biblionumber=[% biblionumber %]#subscriptions">Subscriptions</a> > </li>[% END %] > [% IF ( reviewson ) %] >@@ -366,7 +368,9 @@ YAHOO.util.Event.onContentReady("furtherm", function () { > [% IF ( Babeltheque ) %]<li><a href="/cgi-bin/koha/opac-detail.pl?biblionumber=[% biblionumber %]#babeltheque">Babelthèque</a></li>[% END %] > > [% IF ( serialcollection ) %] >- <li[% IF ( defaulttab == 'serialcollection' ) %] class="ui-tabs-selected"[% END %]><a href="/cgi-bin/koha/opac-detail.pl?biblionumber=[% biblionumber %]#serialcollection">Serial Collection</a></li> >+ [% IF ( defaulttab == 'serialcollection' ) %]<li class="ui-tabs-selected"> >+ [% ELSE %]<li class="ui-tabs-selected">[% END %] >+ <a href="/cgi-bin/koha/opac-detail.pl?biblionumber=[% biblionumber %]#serialcollection">Serial Collection</a></li> > [% END %] > </ul> > >-- >1.7.4.1
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 6458
:
4695
|
4697
|
4699
|
4729
|
4968
|
5070
|
5071
|
5072
|
5074
|
5078
|
5079
|
5080
|
5081
|
5082
|
5090
|
5091
|
5092
|
5093
|
5094
|
5095
|
5096
|
5121
|
5125
|
5126
|
5127
|
5128
|
5129
|
5130
|
5131
|
5132
|
5133
|
5147
|
5148
|
5149
|
5150
|
5152
|
5153
|
5155
|
5156
|
5157
|
5158
|
5159
|
5160
|
5168
|
5169
|
5170
|
5258
|
5259
|
5260
|
5261
|
5262
|
5263
|
5273
|
5274
|
5286
|
5287
|
5288
|
5289
|
5292
|
5293
|
5299
|
5300
|
5416
|
5417
|
5418
|
5419
|
5420
|
5425
|
5426
|
5427