Bugzilla – Attachment 5153 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 translation processing / results
Bug-6458-Incorrect-translation-processing--results.patch (text/plain), 4.79 KB, created by
Katrin Fischer
on 2011-08-25 22:54:33 UTC
(
hide
)
Description:
Bug 6458: Incorrect translation processing / results
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2011-08-25 22:54:33 UTC
Size:
4.79 KB
patch
obsolete
>From ed7b808cd5d0497d6789f960c41ba7ea1b576607 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <Katrin.Fischer.83@web.de> >Date: Thu, 25 Aug 2011 00:40:56 +0200 >Subject: [PATCH] Bug 6458: Incorrect translation processing / results >Content-Type: text/plain; charset="utf-8" > >Removed template toolkit directives from within HTML tags. > >Advanced Search > Scan Index > Search results > >Additional changes: >- removes entry 'Series Title' from the index pull down as it was the same > index as 'Series' >--- > .../prog/en/modules/catalogue/results.tt | 34 +++++++++++++------- > 1 files changed, 22 insertions(+), 12 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt >index e1f84b8..7a1039d 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt >@@ -318,18 +318,28 @@ YAHOO.util.Event.onContentReady("searchheader", function () { > <label for="scan-index">Indexed in:</label> > <select name="idx" id="scan-index"> > <option value="">Any Word</option> >- <option [% IF (ms_anycommaphr) %] selected="selected" [% END %] value="any,phr">Any Phrase</option> >- <option [% IF ( ms_ti ) %] selected="selected" [% END %] value="ti">Title</option> >- <option [% IF (ms_ticommaphr) %] selected="selected" [% END %] value="ti,phr">Title Phrase</option> >- <option [% IF (ms_aucommaphr) %] selected="selected" [% END %] value="au,phr">Author</option> >- <option [% IF ( ms_su ) %] selected="selected" [% END %] value="su">Subject</option> >- <option [% IF (ms_sucommaphr) %] selected="selected" [% END %] value="su,phr">Subject Phrase</option> >- <option [% IF ( ms_se ) %] selected="selected" [% END %] value="se">Series</option> >- <option [% IF ( ms_pb ) %] selected="selected" [% END %] value="pb">Publisher</option> >- <option [% IF ( ms_nt ) %] selected="selected" [% END %] value="nt">Notes</option> >- <option [% IF ( ms_se ) %] selected="selected" [% END %] value="se">Series Title</option> >- <option [% IF ( ms_sn ) %] selected="selected" [% END %] value="sn">ISBN</option> >- <option [% IF ( ms_ss ) %] selected="selected" [% END %] value="ss">ISSN</option> >+ [% IF ( ms_anycommaphr) %]<option selected="selected" value="any,phr">Any Phrase</option> >+ [% ELSE %]<option value="any,phr">Any Phrase</option>[% END %] >+ [% IF ( ms_ti ) %]<option selected="selected" value="ti">Title</option> >+ [% ELSE %]<option value="ti">Title</option>[% END %] >+ [% IF ( ms_ticommaphr ) %]<option selected="selected" value="ti,phr">Title Phrase</option> >+ [% ELSE %]<option value="ti,phr">Title Phrase</option>[% END %] >+ [% IF ( ms_aucommaphr ) %]<option selected="selected" value="au,phr">Author</option> >+ [% ELSE %]<option value"au,phr">Author</option>[% END %] >+ [% IF ( ms_su ) %]<option selected="selected" value="su">Subject</option> >+ [% ELSE %]<option value="su">Subject</option>[% END %] >+ [% IF ( ms_sucommaphr ) %]<option selected="selected" value="su,phr">Subject Phrase</option> >+ [% ELSE %]<option value="su,phr">Subject Phrase</option>[% END %] >+ [% IF ( ms_se ) %]<option selected="selected" value="se">Series</option> >+ [% ELSE %]<option value="su">Series</option>[% END %] >+ [% IF ( ms_pb ) %]<option selected="selected" value="pb">Publisher</option> >+ [% ELSE %]<option value="pb">Publisher</option>[% END %] >+ [% IF ( ms_nt ) %]<option selected="selected" value="nt">Notes</option> >+ [% ELSE %]<option value="nt">Notes</option>[% END %] >+ [% IF ( ms_sn ) %]<option selected="selected" value="sn">ISBN</option> >+ [% ELSE %]<option value="sn">ISBN</option>[% END %] >+ [% IF ( ms_ss ) %]<option selected="selected" value="ss">ISSN</option> >+ [% ELSE %]<option value="ss">ISSN</option>[% END %] > </select> > <input type="hidden" name="scan" value="1" /> > </td> >-- >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