Bugzilla – Attachment 11113 Details for
Bug 8431
Increase the borrower attribute field size from 64 characters to 255
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 8431 - Followup - Increase maxlength for borrower attributes text input
Bug-8431---Followup---Increase-maxlength-for-borro.patch (text/plain), 1.58 KB, created by
Kyle M Hall (khall)
on 2012-07-24 15:23:48 UTC
(
hide
)
Description:
Bug 8431 - Followup - Increase maxlength for borrower attributes text input
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2012-07-24 15:23:48 UTC
Size:
1.58 KB
patch
obsolete
>From 0e33db8a97a088e6e70c392e0324fbe68a0b2496 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Tue, 24 Jul 2012 11:23:05 -0400 >Subject: [PATCH] Bug 8431 - Followup - Increase maxlength for borrower attributes text input > >--- > .../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 1f28b04..260355e 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt >@@ -1381,10 +1381,10 @@ > </select> > [% ELSE %] > [% IF ( opduplicate ) %] >- <input type="text" maxlength="64" value="[% patron_attribute.value %]" >+ <input type="text" maxlength="255" value="[% patron_attribute.value %]" > id="[% patron_attribute.form_id %]" name="[% patron_attribute.form_id %]" onclick="this.value=''" /> > [% ELSE %] >- <input type="text" maxlength="64" value="[% patron_attribute.value %]" >+ <input type="text" maxlength="255" value="[% patron_attribute.value %]" > id="[% patron_attribute.form_id %]" name="[% patron_attribute.form_id %]" /> > [% END %] > [% END %] >-- >1.7.2.5
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 8431
:
10799
|
11088
|
11097
|
11113
|
11114
|
11150
|
11166
|
11167
|
11169
|
12106