Lines 188-194
Link Here
|
188 |
</select> |
188 |
</select> |
189 |
<span class="change-status">Changed. <a href="#" class="reset" id="reset_new_matcher_id">Reset</a></span> |
189 |
<span class="change-status">Changed. <a href="#" class="reset" id="reset_new_matcher_id">Reset</a></span> |
190 |
[% ELSE %] |
190 |
[% ELSE %] |
191 |
<span class="label">Matching rule applied</span> |
191 |
<span class="label">Matching rule applied:</span> |
192 |
[% IF ( current_matcher_id ) %] |
192 |
[% IF ( current_matcher_id ) %] |
193 |
[% current_matcher_code | html %] ([% current_matcher_description | html %]) |
193 |
[% current_matcher_code | html %] ([% current_matcher_description | html %]) |
194 |
[% ELSE %] |
194 |
[% ELSE %] |
195 |
- |
|
|