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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt (-1 / +1 lines)
Lines 427-432 Link Here
427
                                        [% UNLESS ( patron_category.category_type == 'I' ) %]
427
                                        [% UNLESS ( patron_category.category_type == 'I' ) %]
428
                                            [% UNLESS nosex %]
428
                                            [% UNLESS nosex %]
429
                                                <li class="radio">
429
                                                <li class="radio">
430
                                                <label for="gender">Gender:</label>
430
                                                    [% UNLESS ( op == 'duplicate' ) %]
431
                                                    [% UNLESS ( op == 'duplicate' ) %]
431
                                                        [% IF ( female ) %]
432
                                                        [% IF ( female ) %]
432
                                                            <label for="sex-female"><input type="radio" name="sex" id="sex-female" value="F" checked="checked" /><span class="patronsex-female"> Female</span></label>
433
                                                            <label for="sex-female"><input type="radio" name="sex" id="sex-female" value="F" checked="checked" /><span class="patronsex-female"> Female</span></label>
433
- 

Return to bug 39782