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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/matching-rules.tt (-2 / +1 lines)
Lines 171-177 Link Here
171
                                    <div id="mp_[% matchpoint.mp_num | html %]" class="matchgroup">
171
                                    <div id="mp_[% matchpoint.mp_num | html %]" class="matchgroup">
172
                                        <fieldset class="rows">
172
                                        <fieldset class="rows">
173
                                            <legend>Match point [% matchpoint.mp_num | html %]</legend>
173
                                            <legend>Match point [% matchpoint.mp_num | html %]</legend>
174
                                            <p><a href="#" class="btn btn-link" onclick="InsertMatchpoint('mp_[% matchpoint.mp_num | html %]', 'mp_template'); return false;"><i class="fa fa-plus" aria-hidden="true"></i> New match point</a> <a href="#" class="btn btn-link" onclick="DeleteMatchpoint(this); return false;"><i class="fa fa-trash-can" aria-hidden="true"></i> Remove this match point</a></p>
174
                                            <p><a href="#" class="btn btn-link" onclick="InsertMatchpoint('mp_[% matchpoint.mp_num | html %]', 'mp_template'); return false;"><i class="fa fa-plus" aria-hidden="true"></i> New match point</a> | <a href="#" class="btn btn-link" onclick="DeleteMatchpoint(this); return false;"><i class="fa fa-trash-can" aria-hidden="true"></i> Remove this match point</a></p>
175
                                            <ol>
175
                                            <ol>
176
                                                <li>
176
                                                <li>
177
                                                    <label for="mp_[% matchpoint.mp_num | html %]_search_index">Search index: </label>
177
                                                    <label for="mp_[% matchpoint.mp_num | html %]_search_index">Search index: </label>
178
- 

Return to bug 34398