Bugzilla – Attachment 21284 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]
Bug 10894 Add id to main address in member entry
Bug-10894-Add-id-to-main-address-in-member-entry.patch (text/plain), 1.17 KB, created by
Kyle M Hall (khall)
on 2013-09-20 16:52:02 UTC
(
hide
)
Description:
Bug 10894 Add id to main address in member entry
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2013-09-20 16:52:02 UTC
Size:
1.17 KB
patch
obsolete
>From 1f4523806e06e8d927658caf6125489a2cc51b94 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 > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > .../prog/en/modules/members/memberentrygen.tt | 2 +- > 1 files changed, 1 insertions(+), 1 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 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.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 10894
:
21123
|
21127
| 21284