From c40e36b38ceb9d0d2ff8b8826f7527773cf74433 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 Signed-off-by: Roman Dolny --- 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