Bugzilla – Attachment 5121 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 - rotating_collections/...
Bug-6458-Incorrect-translation-processing---rotati.patch (text/plain), 2.87 KB, created by
Katrin Fischer
on 2011-08-24 17:51:42 UTC
(
hide
)
Description:
Bug 6458: Incorrect translation processing - rotating_collections/...
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2011-08-24 17:51:42 UTC
Size:
2.87 KB
patch
obsolete
>From 14e70b60b0715f6f0890b74fc48b54774de48ea2 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <Katrin.Fischer.83@web.de> >Date: Wed, 24 Aug 2011 19:43:58 +0200 >Subject: [PATCH] Bug 6458: Incorrect translation processing - rotating_collections/... >Content-Type: text/plain; charset="utf-8" > >Patch removes templates directives from HTML tags in the >rotating collections module. > >The module is currently not interated into Koha's staff interface. >Fixing templats to make Jenkins happy. >--- > .../en/modules/rotating_collections/addItems.tt | 3 ++- > .../rotating_collections/editCollections.tt | 6 ++++-- > 2 files changed, 6 insertions(+), 3 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/rotating_collections/addItems.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/rotating_collections/addItems.tt >index 88e6936..410ba47 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/rotating_collections/addItems.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/rotating_collections/addItems.tt >@@ -44,7 +44,8 @@ > <th><label for="barcode">Barcode: </label></td> > <td><input type="text" id="barcode" name="barcode" /></td> > <td> >- <input type="checkbox" name="removeItem" [% IF ( removeChecked ) %]checked[% END %] > >+ [% IF ( removeChecked ) %]<input type="checkbox" name="removeItem" checked="checked" /> >+ [% ELSE %]<input type="checkbox" name="removeItem" />[% END %] > <label for="removeItem">Remove Item from Collection</label> > </td> > </tr> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/rotating_collections/editCollections.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/rotating_collections/editCollections.tt >index a330423..7a50b4f 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/rotating_collections/editCollections.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/rotating_collections/editCollections.tt >@@ -89,7 +89,8 @@ > <label for="title">Title: </label> > </td> > <td> >- <input type="text" name="title" [% IF ( editColTitle ) %] value="[% editColTitle %]" [% END %] /> >+ [% IF ( editColTitle ) %]<input type="text" name="title" value="[% editColTitle %]" /> >+ [% ELSE %]<input type="text" name="title" />[% END %] > </td> > </tr> > >@@ -98,7 +99,8 @@ > <label for="description">Description: </label> > </td> > <td> >- <input type="text" size="50" name="description" [% IF ( editColDescription ) %] value="[% editColDescription %]" [% END %] /> >+ [% IF (editColDescription ) %]<input type="text" size="50" name="description" value="[ editColDescription %]" /> >+ [% ELSE %]<input type="text" size="50" name="description" />[% END %] > </td> > </tr> > >-- >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