View | Details | Raw Unified | Return to bug 39661
Collapse All | Expand All

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-memberentry.tt (-2 / +1 lines)
Lines 473-479 Link Here
473
473
474
                                            [% UNLESS hidden.defined('sex') %]
474
                                            [% UNLESS hidden.defined('sex') %]
475
                                                <li class="lradio">
475
                                                <li class="lradio">
476
                                                    <div class="label"></div>
476
                                                    <div class="label">Gender:</div>
477
                                                    <label for="sex-female" class="radio inline"><span class="patronsex-female">Female:</span></label>
477
                                                    <label for="sex-female" class="radio inline"><span class="patronsex-female">Female:</span></label>
478
                                                    [% IF borrower.sex == 'F' %]
478
                                                    [% IF borrower.sex == 'F' %]
479
                                                        <input type="radio" name="borrower_sex" id="sex-female" value="F" checked="checked" />
479
                                                        <input type="radio" name="borrower_sex" id="sex-female" value="F" checked="checked" />
480
- 

Return to bug 39661