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 140-147 Link Here
140
        <fieldset class="rows"><legend>Relationship information</legend>
140
        <fieldset class="rows"><legend>Relationship information</legend>
141
            <ol>
141
            <ol>
142
            <li>
142
            <li>
143
                <label for="relationship">Special relationship: </label>
143
                <label for="special_relationship">Special relationship: </label>
144
                <select name="relationship" id="relationship">
144
                <select name="relationship" id="special_relationship">
145
                    [% selected=relationship | html %]
145
                    [% selected=relationship | html %]
146
                    [% PROCESS selectoptionopen value='' %]None specified</option>
146
                    [% PROCESS selectoptionopen value='' %]None specified</option>
147
                    [% IF Koha.Preference('marcflavour') == 'MARC21' %]
147
                    [% IF Koha.Preference('marcflavour') == 'MARC21' %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt (-2 / +1 lines)
Lines 669-675 legend:hover { Link Here
669
                                                    [% IF possible_relationships %]
669
                                                    [% IF possible_relationships %]
670
                                                        <li>
670
                                                        <li>
671
                                                            <label for="relationship">Relationship: </label>
671
                                                            <label for="relationship">Relationship: </label>
672
                                                            <select class="relationship" name="relationship">
672
                                                            <select class="relationship" name="relationship" id="relationship">
673
                                                                <option value=""></option>
673
                                                                <option value=""></option>
674
                                                                [% FOREACH pr IN possible_relationships.split('\|') %]
674
                                                                [% FOREACH pr IN possible_relationships.split('\|') %]
675
                                                                    [% IF pr == borrower_data.relationship %]
675
                                                                    [% IF pr == borrower_data.relationship %]
676
- 

Return to bug 31470