Bugzilla – Attachment 21127 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]
[SIGNED-OFF] Bug 10894 Add id to main address in member entry
SIGNED-OFF-Bug-10894-Add-id-to-main-address-in-mem.patch (text/plain), 1.17 KB, created by
Owen Leonard
on 2013-09-16 18:57:58 UTC
(
hide
)
Description:
[SIGNED-OFF] Bug 10894 Add id to main address in member entry
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2013-09-16 18:57:58 UTC
Size:
1.17 KB
patch
obsolete
>From d71d0459fbf04f5445884c5ba4b620fd90464838 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] [SIGNED-OFF] Bug 10894 Add id to main address in member > entry >Content-Type: text/plain; charset="utf-8" > >Add an id to wase customization via jquery, an id is already present >on alt address but missing from main address > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >--- > .../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.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 10894
:
21123
|
21127
|
21284