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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/auth-finder-search.inc (-2 / +2 lines)
Lines 141-148 Link Here
141
        <fieldset class="rows"><legend>Relationship information</legend>
141
        <fieldset class="rows"><legend>Relationship information</legend>
142
            <ol>
142
            <ol>
143
            <li>
143
            <li>
144
                <label for="relationship">Special relationship: </label>
144
                <label for="special_relationship">Special relationship: </label>
145
                <select name="relationship" id="relationship">
145
                <select name="relationship" id="special_relationship">
146
                    [% selected=relationship | html %]
146
                    [% selected=relationship | html %]
147
                    [% PROCESS selectoptionopen value='' %]None specified</option>
147
                    [% PROCESS selectoptionopen value='' %]None specified</option>
148
                    [% IF Koha.Preference('marcflavour') == 'MARC21' %]
148
                    [% IF Koha.Preference('marcflavour') == 'MARC21' %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt (-2 / +1 lines)
Lines 701-707 legend.collapsed i.fa.fa-caret-down::before { Link Here
701
                                                            <select class="relationship" name="relationship" required="required">
701
                                                            <select class="relationship" name="relationship" required="required">
702
                                                        [% ELSE %]
702
                                                        [% ELSE %]
703
                                                            <label for="relationship">Relationship: </label>
703
                                                            <label for="relationship">Relationship: </label>
704
                                                            <select class="relationship" name="relationship">
704
                                                            <select class="relationship" name="relationship" id="relationship">
705
                                                        [% END %]
705
                                                        [% END %]
706
                                                            <option value=""></option>
706
                                                            <option value=""></option>
707
                                                            [% FOREACH pr IN possible_relationships.split('\|') %]
707
                                                            [% FOREACH pr IN possible_relationships.split('\|') %]
708
- 

Return to bug 31470