Bugzilla – Attachment 21123 Details for
Bug 10894
ID required for mainaddress fieldset in create new patron
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
proposed patch
0001-Bug-10894-Add-id-to-main-address-in-member-entry.patch (text/plain), 1.08 KB, created by
Colin Campbell
on 2013-09-16 15:56:12 UTC
(
hide
)
Description:
proposed patch
Filename:
MIME Type:
Creator:
Colin Campbell
Created:
2013-09-16 15:56:12 UTC
Size:
1.08 KB
patch
obsolete
>From 107e05f1ab17b9650140ca467e6a057e6df05c2f Mon Sep 17 00:00:00 2001 >From: David Roberts <david.roberts@ptfs-europe.com> >Date: Mon, 16 Sep 2013 16:51:33 +0100 >Subject: [PATCH] Bug 10894 Add id to main address in member entry > >Add an id to wase customization via jquery, an id is already present >on alt address but missing from main address >--- > koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >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 2cb1bb3..cfd81c8 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt >@@ -415,7 +415,7 @@ > > [% END %] > [% UNLESS noaddress && noaddress2 && nocity && nostate && nozipcode && nocountry %] >-<fieldset class="rows"> >+<fieldset class="rows" id="memberentry_mainaddress"> > <legend id="main_address_lgd">Main address</legend><ol> > [% UNLESS nostreetnumber %] > <li> >-- >1.8.3.1 >
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 10894
:
21123
|
21127
|
21284