Bugzilla – Attachment 6421 Details for
Bug 6328
Fine in days does not work
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 6328 : Previous patches broke templates, this is fixing them
Bug-6328--Previous-patches-broke-templates-this-is.patch (text/plain), 2.08 KB, created by
Chris Cormack
on 2011-11-27 07:31:41 UTC
(
hide
)
Description:
Bug 6328 : Previous patches broke templates, this is fixing them
Filename:
MIME Type:
Creator:
Chris Cormack
Created:
2011-11-27 07:31:41 UTC
Size:
2.08 KB
patch
obsolete
>From 1dfaaccad5b9fd543974eb33e0dd18a449205871 Mon Sep 17 00:00:00 2001 >From: Chris Cormack <chrisc@catalyst.net.nz> >Date: Sun, 27 Nov 2011 20:30:49 +1300 >Subject: [PATCH] Bug 6328 : Previous patches broke templates, this is fixing > them > >--- > .../prog/en/modules/members/memberentrygen.tt | 12 ++++++++++-- > 1 files changed, 10 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 937b28e..b9371b6 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt >@@ -1145,7 +1145,11 @@ > > <br /> > <label for="datedebarred" class="radio">until:</label> >- <input type="text" name="datedebarred" id="debarred" class="debarred" value="[% datedebarred %]"[% IF ( opduplicate ) %] onclick="this.value=''"[% END %] /> >+ [% IF opduplicate %] >+ <input type="text" name="datedebarred" id="debarred" class="debarred" value="[% datedebarred %]" onclick="this.value=''" /> >+ [% ELSE %] >+ <input type="text" name="datedebarred" id="debarred" class="debarred" value="[% datedebarred %]" /> >+ [% END %] > <img src="[% themelang %]/lib/calendar/cal.gif" id="debarred_button" alt="Show Calendar" /> > <script language="JavaScript" type="text/javascript"> > Calendar.setup( >@@ -1158,7 +1162,11 @@ > </script> > <br /> > <label for="debarredcomment" class="radio">Comment:</label> >- <textarea id="debarredcomment" name="debarredcomment" cols="55" rows="3" [% IF ( opduplicate ) %] onclick="this.value=''"[% END %]>[% debarredcomment %]</textarea> >+ [% IF ( opduplicate ) %] >+ <textarea id="debarredcomment" name="debarredcomment" cols="55" rows="3" onclick="this.value=''">[% debarredcomment %]</textarea> >+ [% ELSE %] >+ <textarea id="debarredcomment" name="debarredcomment" cols="55" rows="3" ">[% debarredcomment %]</textarea> >+ [% END %] > </li> > > </ol> >-- >1.7.5.4
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 6328
:
4074
|
4098
|
4152
|
4153
|
4154
|
4155
|
4156
|
4186
|
4187
|
4188
|
4277
|
5283
|
5561
|
5841
|
6019
|
6421
|
6429
|
7248