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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/matching-rules.tt (-3 / +2 lines)
Lines 574-581 function CheckRuleForm(f) { Link Here
574
    <td>[% available_matching_rule.code %]</td>
574
    <td>[% available_matching_rule.code %]</td>
575
    <td>[% available_matching_rule.description %]</td>
575
    <td>[% available_matching_rule.description %]</td>
576
    <td>
576
    <td>
577
      <a href="[% available_matching_rule.script_name %]?op=edit_matching_rule&amp;matcher_id=[% available_matching_rule.matcher_id |html %]">Edit</a>
577
      <a class="btn btn-mini" href="[% available_matching_rule.script_name %]?op=edit_matching_rule&amp;matcher_id=[% available_matching_rule.matcher_id |html %]"><i class="fa fa-pencil"></i> Edit</a>
578
      <a href="[% available_matching_rule.script_name %]?op=delete_matching_rule&amp;matcher_id=[% available_matching_rule.matcher_id |html %]">Delete</a>
578
      <a class="btn btn-mini" href="[% available_matching_rule.script_name %]?op=delete_matching_rule&amp;matcher_id=[% available_matching_rule.matcher_id |html %]"><i class="fa fa-trash"></i> Delete</a>
579
    </td>
579
    </td>
580
  </tr>
580
  </tr>
581
  [% END %]
581
  [% END %]
582
- 

Return to bug 15990