Bugzilla – Attachment 108375 Details for
Bug 25364
Add "Other" to the gender options in a patron record
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 25364: Undo change to 'None specified'
Bug-25364-Undo-change-to-None-specified.patch (text/plain), 4.59 KB, created by
Katrin Fischer
on 2020-08-16 21:43:06 UTC
(
hide
)
Description:
Bug 25364: Undo change to 'None specified'
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2020-08-16 21:43:06 UTC
Size:
4.59 KB
patch
obsolete
>From 0da23cf2267baf456a86f836a75faa1c2a2df5c7 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Sat, 15 Aug 2020 18:53:25 +0000 >Subject: [PATCH] Bug 25364: Undo change to 'None specified' > >As this has been a little controversial, this patch undoes >the change to "None specified / Prefer not to say" to be >"None specified" again as before this patch set. > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt | 6 +++--- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-memberentry.tt | 2 +- > 2 files changed, 4 insertions(+), 4 deletions(-) > >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 416ca5b706..e60bb9a803 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt >@@ -394,15 +394,15 @@ legend:hover { > <label for="sex-other"><input type="radio" name="sex" id="sex-other" value="O" /><span class="patronsex-other"> Other</span></label> > [% END %] > [% IF ( none ) %] >- <label for="sex-none"><input type="radio" name="sex" id="sex-none" value="" checked="checked" /><span class="patronsex-none"> None specified / Prefer not to say</span></label> >+ <label for="sex-none"><input type="radio" name="sex" id="sex-none" value="" checked="checked" /><span class="patronsex-none"> None specified</span></label> > [% ELSE %] >- <label for="sex-none"><input type="radio" name="sex" id="sex-none" value="" /><span class="patronsex-none"> None specified / Prefer not to say</span></label> >+ <label for="sex-none"><input type="radio" name="sex" id="sex-none" value="" /><span class="patronsex-none"> None specified</span></label> > [% END %] > [% ELSE %] > <label for="sex-female"><span class="patronsex-female">Female </span></label><input type="radio" name="sex" id="sex-female" value="F" /> > <label for="sex-male"><span class="patronsex-male">Male </span></label><input type="radio" name="sex" id="sex-male" value="M" /> > <label for="sex-other"><span class="patronsex-other">Other </span></label><input type="radio" name="sex" id="sex-other" value="O" /> >- <label for="sex-none"><span class="patronsex-none">None specified / Prefer not to say </span></label><input type="radio" name="sex" id="sex-none" value="" checked="checked" /> >+ <label for="sex-none"><span class="patronsex-none">None specified </span></label><input type="radio" name="sex" id="sex-none" value="" checked="checked" /> > [% END # /UNLESS ( opduplicate )%] > </li> > [% END # /UNLESS nosex %] >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 612c7690ce..2d542dfac3 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-memberentry.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-memberentry.tt >@@ -394,7 +394,7 @@ > [% END %] > > >- <label for="sex-none" class="radio inline"><span class="patronsex-none">None specified / Prefer not to say:</span></label> >+ <label for="sex-none" class="radio inline"><span class="patronsex-none">None specified:</span></label> > [% IF borrower.sex == '' %] > <input type="radio" name="borrower_sex" id="sex-none" value="" checked="checked" /> > [% ELSE %] >-- >2.11.0
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 25364
:
104245
|
104454
|
104523
|
104614
|
104617
|
105162
| 108375