Bugzilla – Attachment 181688 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: Added gender label to patron registration form radio buttons
Bug-39782-Added-gender-label-to-patron-registratio.patch (text/plain), 1.85 KB, created by
Laura Escamilla
on 2025-04-29 20:33:59 UTC
(
hide
)
Description:
Bug 39782: Added gender label to patron registration form radio buttons
Filename:
MIME Type:
Creator:
Laura Escamilla
Created:
2025-04-29 20:33:59 UTC
Size:
1.85 KB
patch
obsolete
>From d82350d1f4d9c6bd00b44b3045806eb3841b2881 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: Added gender label to patron registration form > radio buttons >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >To reproduce: >1. Visit http://localhost:8081/cgi-bin/koha/opac-memberentry.pl or your test OPAC self registration page. >2. Under Identity scroll down until you see four radio buttons used to choose a gender. Note that there is no label next to the buttons. >3. Apply the patch. >4. The label Ă¢GenderĂ¢ is now visible next to the radio buttons. >5. Sign off and have an amazing day! :D >--- > .../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 bfb3fa3592..69f102b0da 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.39.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 39782
:
181688
|
181691
|
181846