Bugzilla – Attachment 181687 Details for
Bug 39661
Self-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 39661: Added a label for the gender radio buttons
Bug-39661-Added-a-label-for-the-gender-radio-butto.patch (text/plain), 1.82 KB, created by
Laura Escamilla
on 2025-04-29 20:12:49 UTC
(
hide
)
Description:
Bug 39661: Added a label for the gender radio buttons
Filename:
MIME Type:
Creator:
Laura Escamilla
Created:
2025-04-29 20:12:49 UTC
Size:
1.82 KB
patch
obsolete
>From a2580176d9f5318a364b83abcd21d9c60350d787 Mon Sep 17 00:00:00 2001 >From: Laura_Escamilla <laura.escamilla@bywatersolutions.com> >Date: Tue, 29 Apr 2025 20:12:02 +0000 >Subject: [PATCH] Bug 39661: Added a label for the gender radio buttons >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >To test: >1. Visit http://localhost:8080/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 >--- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-memberentry.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-memberentry.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-memberentry.tt >index edcbd4054d..7e54a42fe2 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-memberentry.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-memberentry.tt >@@ -473,7 +473,7 @@ > > [% UNLESS hidden.defined('sex') %] > <li class="lradio"> >- <div class="label"></div> >+ <div class="label">Gender:</div> > <label for="sex-female" class="radio inline"><span class="patronsex-female">Female:</span></label> > [% IF borrower.sex == 'F' %] > <input type="radio" name="borrower_sex" id="sex-female" value="F" checked="checked" /> >-- >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 39661
:
181046
|
181047
|
181687
|
181690
|
181715