Bugzilla – Attachment 5127 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 review.tt
0001-6-SIGNED-OFF-Bug-6458-Incorrect-translation-processing.patch (text/plain), 3.12 KB, created by
Owen Leonard
on 2011-08-24 20:09:11 UTC
(
hide
)
Description:
Signed-off patch correcting review.tt
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2011-08-24 20:09:11 UTC
Size:
3.12 KB
patch
obsolete
>From 3eea9c34fe3a609d3371744cee57715103ae6e26 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <Katrin.Fischer.83@web.de> >Date: Mon, 22 Aug 2011 23:00:18 +0200 >Subject: [PATCH] [SIGNED-OFF] Bug 6458: Incorrect translation processing / review.tt >Content-Type: text/plain; charset="utf-8" > >Patch removes template directives from within HTML tags from >Tools > Tags. > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >--- > .../intranet-tmpl/prog/en/modules/tags/review.tt | 18 ++++++++++++------ > 1 files changed, 12 insertions(+), 6 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tags/review.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tags/review.tt >index 7cf3df6..5dfe91a 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tags/review.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tags/review.tt >@@ -209,7 +209,8 @@ td input,td input[type="submit"] { font-size: 85%; padding: 1px; } > <tr> > <td class="count">[% offset + loop.count %] > </td> >- <td><span><input type="checkbox" value="[% tagloo.term %]" name="tags" [% IF ( approved == 0 ) %] class="pending"[% END %] /></span> >+ [% IF ( approved == 0 ) %]<td><span><input type="checkbox" value="[% tagloo.term %]" name="tags" class="pending" /></span> >+ [% ELSE %]<td><span><input type="checkbox" value="[% tagloo.term %]" name="tags" /></span>[% END %] > </td> > [% IF ( tagloo.approved == -1 ) %]<td class="red">rejected > [% ELSIF ( tagloo.approved == 1 ) %]<td class="green"><img alt="OK" src="/intranet-tmpl/prog/img/approve.gif" /> >@@ -304,11 +305,16 @@ td input,td input[type="submit"] { font-size: 85%; padding: 1px; } > <ol> > <li><label for="tag">Term</label> <input type="text" name="tag" id="tag" value="[% filter_tag %]" /> > </li> >- <li><label for="approved">Status</label> <select name="approved" id="approved"> >- <option [% IF ( filter_approved_all ) %]selected="selected" [% END %]value="all">all</option> >- <option [% IF ( filter_approved_ok ) %]selected="selected" [% END %]value="1">approved</option> >- <option [% IF ( filter_approved_pending ) %]selected="selected" [% END %]value="0">pending</option> >- <option [% IF ( filter_approved_rej ) %]selected="selected" [% END %]value="-1">rejected</option> >+ <li><label for="approved">Status</label> >+ <select name="approved" id="approved"> >+ [% IF ( filter_approved_all ) %]<option selected="selected" value="all">all</option> >+ [% ELSE %]<option value="all">all</option>[% END %] >+ [% IF ( filter_approved_ok ) %]<option selected="selected" value="1">approved</option> >+ [% ELSE %]<option value="1">approved</option>[% END %] >+ [% IF ( filter_approved_pending ) %]<option selected="selected" value="0">pending</option> >+ [% ELSE %]<option value="0">pending</option>[% END %] >+ [% IF ( filter_approved_rej ) %]<option selected="selected" value="-1">rejected</option> >+ [% ELSE %]<option value="-1">rejected</option>[% END %] > </select> > </li> > <li><label for="approver">Reviewer</label> <input type="text" name="approver" id="approver" value="[% filter_approver %]" /> >-- >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