Bugzilla – Attachment 11167 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 - Follow-up - Correct and consolidate JavaScript for clearing rows
0001-Bug-8431-FOLLOW-UP-Increase-the-borrower-attribute-f.patch (text/plain), 1.27 KB, created by
Owen Leonard
on 2012-07-27 13:05:15 UTC
(
hide
)
Description:
Bug 8431 - Follow-up - Correct and consolidate JavaScript for clearing rows
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2012-07-27 13:05:15 UTC
Size:
1.27 KB
patch
obsolete
>From fd112ac37c773791581ef373b99bfb7a1ee6c755 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Fri, 27 Jul 2012 09:01:40 -0400 >Subject: [PATCH] Bug 8431 [FOLLOW-UP] Increase the borrower attribute field > size from 64 characters to 255 >Content-Type: text/plain; charset="utf-8" > >This follow-up consolidates the JavaScript for clearing the >contents of a row of patron attributes while expanding it >to include all inputs, selects, and textareas within that row. > >Previously password-type fields would be excluded. >--- > .../prog/en/modules/members/memberentrygen.tt | 3 +-- > 1 file changed, 1 insertion(+), 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 e160ea6..2a29fe3 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt >@@ -37,8 +37,7 @@ > > function clear_entry(node) { > var original = node.parentNode.parentNode; >- $("textarea", original).attr('value', ''); >- $("select", original).attr('value', ''); >+ $("input,select,textarea", original).attr('value', ''); > } > > function clone_entry(node) { >-- >1.7.9.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