Bugzilla – Attachment 41649 Details for
Bug 14652
Change gender option N/A to None specified
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 14652 - change gender specification from "N/A" to "None specified"
Bug-14652---change-gender-specification-from-NA-to.patch (text/plain), 3.07 KB, created by
Jonathan Druart
on 2015-08-19 07:45:41 UTC
(
hide
)
Description:
Bug 14652 - change gender specification from "N/A" to "None specified"
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2015-08-19 07:45:41 UTC
Size:
3.07 KB
patch
obsolete
>From 2dc096f9d9e7e3824334078761fa8b6521a93a6c Mon Sep 17 00:00:00 2001 >From: Liz Rea <liz@catalyst.net.nz> >Date: Thu, 6 Aug 2015 11:03:43 +1200 >Subject: [PATCH] Bug 14652 - change gender specification from "N/A" to "None > specified" > >To test: > >Edit a patron in the intranet, note that the gender options are "Female," "Male," and "None specified" > >Setting "None specified" should result in the gender not being shown on the patron detail page (unchanged functionality) > >In the opac, log in and click the "your personal details" tab, and note that the gender options are "Female," "Male," and "None specified" > >Signed-off-by: Mirko Tietgen <mirko@abunchofthings.net> > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt | 4 ++-- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-memberentry.tt | 2 +- > 2 files changed, 3 insertions(+), 3 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 f473346..d7ba93a 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt >@@ -395,9 +395,9 @@ > <label for="sex-male">Male </label><input type="radio" name="sex" id="sex-male" value="M" /> > [% END %] > [% IF ( none ) %] >- <label for="sex-none">N/A </label><input type="radio" name="sex" id="sex-none" value="" checked="checked" /> >+ <label for="sex-none">None specified </label><input type="radio" name="sex" id="sex-none" value="" checked="checked" /> > [% ELSE %] >- <label for="sex-none">N/A </label><input type="radio" name="sex" id="sex-none" value="" /> >+ <label for="sex-none">None specified </label><input type="radio" name="sex" id="sex-none" value="" /> > [% END %] > [% ELSE %] > <label for="sex-female">Female </label><input type="radio" name="sex" id="sex-female" value="F" /> >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 4eed652..b311119 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-memberentry.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-memberentry.tt >@@ -241,7 +241,7 @@ > <input type="radio" name="borrower_sex" id="sex-male" value="M" /> > [% END %] > >- <label for="sex-none" class="radio inline">N/A:</label> >+ <label for="sex-none" class="radio inline">None specified: </label> > [% IF borrower.sex == '' %] > <input type="radio" name="borrower_sex" id="sex-none" value="" checked="checked" /> > [% ELSE %] >-- >2.1.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 14652
:
41394
|
41395
|
41443
| 41649 |
41650