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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt (-2 / +1 lines)
Lines 287-293 legend:hover { Link Here
287
                                                                    [% IF btitle == patron_title %]
287
                                                                    [% IF btitle == patron_title %]
288
                                                                        <option value="[% patron_title | html %]" selected="selected">[% patron_title | html %]</option>
288
                                                                        <option value="[% patron_title | html %]" selected="selected">[% patron_title | html %]</option>
289
                                                                    [% ELSE %]
289
                                                                    [% ELSE %]
290
                                                                        <option value="[% patron_title | html %]">[% t | html %]</option>
290
                                                                        <option value="[% patron_title | html %]">[% patron_title | html %]</option>
291
                                                                    [% END %]
291
                                                                    [% END %]
292
                                                                [% END %]
292
                                                                [% END %]
293
                                                            </select>
293
                                                            </select>
294
- 

Return to bug 35701