Bugzilla – Attachment 181846 Details for
Bug 39782
Staff interface patron registration form - field label missing for gender selection
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 39782: Add gender label to patron registration form radio buttons
Bug-39782-Add-gender-label-to-patron-registration-.patch (text/plain), 2.02 KB, created by
Baptiste Wojtkowski (bwoj)
on 2025-05-02 07:26:36 UTC
(
hide
)
Description:
Bug 39782: Add gender label to patron registration form radio buttons
Filename:
MIME Type:
Creator:
Baptiste Wojtkowski (bwoj)
Created:
2025-05-02 07:26:36 UTC
Size:
2.02 KB
patch
obsolete
>From daa4be5386cf1c51996855d70454aa7968a15801 Mon Sep 17 00:00:00 2001 >From: Laura_Escamilla <laura.escamilla@bywatersolutions.com> >Date: Tue, 29 Apr 2025 20:33:07 +0000 >Subject: [PATCH] Bug 39782: Add gender label to patron registration form radio > buttons > >This fixes the patron registration form in the staff interface. There is >no "Gender" label before the radio buttons. > >Test plan: >1. Go to Patrons > +New patron > [Select any patron type] > (http://localhost:8081/cgi-bin/koha/opac-memberentry.pl). >2. In the patron identity section you will see four radio buttons used > to choose a gender. Note that there is no label next to the buttons. >3. Apply the patch and refresh the page.. >4. The label "Gender" is now visible next to the radio buttons. >5. Sign off and have an amazing day! :D > >Signed-off-by: David Nind <david@davidnind.com> >Signed-off-by: Baptiste Wojtkowski <baptiste.wojtkowski@biblibre.com> >--- > .../intranet-tmpl/prog/en/modules/members/memberentrygen.tt | 1 + > 1 file changed, 1 insertion(+) > >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 bfb3fa35..69f102b0 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt >@@ -427,6 +427,7 @@ > [% UNLESS ( patron_category.category_type == 'I' ) %] > [% UNLESS nosex %] > <li class="radio"> >+ <label for="gender">Gender:</label> > [% UNLESS ( op == 'duplicate' ) %] > [% IF ( female ) %] > <label for="sex-female"><input type="radio" name="sex" id="sex-female" value="F" checked="checked" /><span class="patronsex-female"> Female</span></label> >-- >2.30.2
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 39782
:
181688
|
181691
| 181846