Bugzilla – Attachment 12672 Details for
Bug 8869
Duplicate member check doesn't disable submit button on bottom.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 8869 - Duplicate member check doesn't disable submit button on bottom.
Bug-8869---Duplicate-member-check-doesnt-disable-s.patch (text/plain), 1.45 KB, created by
Frédéric Demians
on 2012-10-04 08:18:48 UTC
(
hide
)
Description:
Bug 8869 - Duplicate member check doesn't disable submit button on bottom.
Filename:
MIME Type:
Creator:
Frédéric Demians
Created:
2012-10-04 08:18:48 UTC
Size:
1.45 KB
patch
obsolete
>From 11ba81cc709a2417deea26d0505eaafc6a5755d5 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Wed, 3 Oct 2012 10:49:13 -0400 >Subject: [PATCH] Bug 8869 - Duplicate member check doesn't disable submit > button on bottom. >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >Signed-off-by: Frédéric Demians <f.demians@tamil.fr> > >I confirm that after applying this patch, the submit button is removed from >patron edit page, avoiding accidentaly clicking on it, without responding to >the question about possible duplicate patron? >--- > koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt | 2 ++ > 1 file changed, 2 insertions(+) > >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 96e17c5..5bb474e 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt >@@ -1443,6 +1443,7 @@ > </fieldset> > [% END %] [% END %] > >+[% UNLESS ( check_member ) %] > <fieldset class="action"> > <input type="submit" name="save" onclick="return check_form_borrowers();" value="Save" /> > [% IF ( opadd ) %] >@@ -1451,6 +1452,7 @@ > <a class="cancel" href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% borrowernumber %]">Cancel</a> > [% END %] > </fieldset> >+[% END %] > </form> > > </div> >-- >1.7.11.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 8869
:
12663
| 12672