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 706-712 legend.collapsed i.fa.fa-caret-down::before { Link Here
706
                                                            <select class="relationship" name="relationship" required="required">
706
                                                            <select class="relationship" name="relationship" required="required">
707
                                                        [% ELSE %]
707
                                                        [% ELSE %]
708
                                                            <label for="relationship">Relationship: </label>
708
                                                            <label for="relationship">Relationship: </label>
709
                                                            <select class="relationship" name="relationship">
709
                                                            <select class="relationship" name="relationship" id="relationship">
710
                                                        [% END %]
710
                                                        [% END %]
711
                                                            <option value=""></option>
711
                                                            <option value=""></option>
712
                                                            [% FOREACH pr IN possible_relationships.split('\|') %]
712
                                                            [% FOREACH pr IN possible_relationships.split('\|') %]
713
- 

Return to bug 31470