Bugzilla – Attachment 5150 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]
Signed-off patch correcting sco-main.tt
0001-1-SIGNED-OFF-Bug-6458-Incorrect-translation-processing.patch (text/plain), 2.46 KB, created by
Owen Leonard
on 2011-08-25 17:49:32 UTC
(
hide
)
Description:
Signed-off patch correcting sco-main.tt
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2011-08-25 17:49:32 UTC
Size:
2.46 KB
patch
obsolete
>From c17e0ad4016933dbb992e1535ddd58aae3ff7c7c Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <Katrin.Fischer.83@web.de> >Date: Sat, 20 Aug 2011 19:02:01 +0200 >Subject: [PATCH] [SIGNED-OFF] Bug 6458: Incorrect translation processing / sco-main.tt >Content-Type: text/plain; charset="utf-8" > >Patch removes templates directives from HTML tags in sco-main.tt > >Problems were related to buttons for renewing items. > >Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz> > >Before >opac-tmpl/prog/en/modules/sco/sco-main.tt: 135, 222 > >After, no errors > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >--- > .../opac-tmpl/prog/en/modules/sco/sco-main.tt | 6 ++++-- > 1 files changed, 4 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/prog/en/modules/sco/sco-main.tt b/koha-tmpl/opac-tmpl/prog/en/modules/sco/sco-main.tt >index ddb6dfa..67b5ba8 100644 >--- a/koha-tmpl/opac-tmpl/prog/en/modules/sco/sco-main.tt >+++ b/koha-tmpl/opac-tmpl/prog/en/modules/sco/sco-main.tt >@@ -132,7 +132,8 @@ $(document).ready(function() { > <input type="button" value="Return Item" name="confirm" class="return" onclick="this.form.op.value='returnbook';this.form.submit();" /> > [% END %] > [% END %] >-<input type="button" value="Renew Item" [% UNLESS ( renew ) %] name="confirm"[% END %] class="renew" onclick="this.form.confirmed.value='1';this.form.submit();" /> >+[% UNLESS ( renew ) %]<input type="button" value="Renew Item" name="confirm" class="renew" onclick="this.form.confirmed.value='1';this.form.submit();" /> >+[% ELSE %]<input type="button" value="Renew Item" class="renew" onclick="this.form.confirmed.value='1';this.form.submit();" />[% END %] > <input type="button" value="Cancel" class="cancel" onclick="this.form.op.value='';this.form.submit();return true;" /> > </form> > </div> >@@ -219,7 +220,8 @@ Sorry, This Self-Checkout Station has lost authentication. Please contact the a > <span>No renewals allowed</span> > [% END %] > [% ELSE %] >- <input type="button" value="Renew Item" [% UNLESS ( ISSUE.renew ) %] name="confirm"[% END %] class="renew" onclick="this.form.confirmed.value='1';this.form.submit();" /> >+ [% UNLESS ( ISSUE.renew ) %]<input type="button" value="Renew Item" name="confirm" class="renew" onclick="this.form.confirmed.value='1';this.form.submit();" /> >+ [% ELSE %]<input type="button" value="Renew Item" class="renew" onclick="this.form.confirmed.value='1';this.form.submit();" />[% END %] > [% END %] > </form> > </td> >-- >1.7.3 >
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