Bugzilla – Attachment 5287 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]
Fix for Bug 6458 Follow-up for memberentrygen.tt
Fix-for-Bug-6458-Follow-up-for-memberentrygentt.patch (text/plain), 1.38 KB, created by
Katrin Fischer
on 2011-09-02 12:17:16 UTC
(
hide
)
Description:
Fix for Bug 6458 Follow-up for memberentrygen.tt
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2011-09-02 12:17:16 UTC
Size:
1.38 KB
patch
obsolete
>From 8ed5dfe835f297b14afb50beda8585e81c0161a6 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer@bsz-bw.de> >Date: Wed, 11 Aug 2010 02:27:39 +0200 >Subject: [PATCH] Fix for Bug 6458 Follow-up for memberentrygen.tt >Content-Type: text/plain; charset="utf-8" > >The registration date field would show up twice after applying the first >patch for memberentrygen.tt. > >This patch fixes the problem. >--- > .../prog/en/modules/members/memberentrygen.tt | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt >index a0ddf20..47ea6c9 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt >@@ -991,8 +991,8 @@ > [% ELSE %] > [% UNLESS ( opadd ) %] > <input type="text" id="dateexpiry" name="dateexpiry" maxlength="10" size="10" value="[% dateexpiry %]" /> >- >- <input type="text" id="dateexpiry" name="dateexpiry" maxlength="10" size="10" value="[% UNLESS ( opadd ) %][% dateexpiry %][% END %]" /> >+ [% ELSE %] >+ <input type="text" id="dateexpiry" name="dateexpiry" maxlength="10" size="10" /> > [% END %] > [% END %] > <img src="[% themelang %]/lib/calendar/cal.gif" id="dateexpiry_button" alt="Show Calendar" /> >-- >1.6.3.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