From a2580176d9f5318a364b83abcd21d9c60350d787 Mon Sep 17 00:00:00 2001 From: Laura_Escamilla 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') %]
  • -
    +
    Gender:
    [% IF borrower.sex == 'F' %] -- 2.39.5