Created attachment 181046 [details] Desktop screenshot To reproduce: Visit http://localhost:8080/cgi-bin/koha/opac-memberentry.pl Issue: On the "Register a new account" page, under the "Identity" heading, there are 4 radio buttons to choose a gender. There is no label in the left hand column as there are with the other fields on the form. It should ideally say "Gender:" next to the radio buttons on desktop. On mobile the "Gender:" label should show above the list of radio buttons, as the other field labels do. I've attached a screenshot indicating where I think the label should go. The issue is present regardless of browser and operating system.
Created attachment 181047 [details] Mobile screenshot
Note: this is also the case in the Staff interface.
Interestingly, if you specify a gender for a user, the label will appear on the moremember.pl page under "Contact information" (e.g. http://localhost:8081/cgi-bin/koha/members/moremember.pl?borrowernumber=51). This would be a good one to fix.
I realised this issue is also present in the staff interface when adding a new patron. http://localhost:8081/cgi-bin/koha/members/memberentry.pl?op=add_form&categorycode=PT
Created attachment 181687 [details] [review] Bug 39661: Added a label for the gender radio buttons 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
Created attachment 181690 [details] [review] Bug 39661: Added a label for the gender radio buttons 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 <roman.dolny@jezuici.pl>
Created attachment 181715 [details] [review] Bug 39661: Added a label for the gender radio buttons 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 <roman.dolny@jezuici.pl> Signed-off-by: Baptiste Wojtkowski <baptiste.wojtkowski@biblibre.com>
Pushed for 25.05! Well done everyone, thank you!