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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/matching-rules.tt (-2 / +1 lines)
Lines 602-608 function CheckRuleForm(f) { Link Here
602
  <tr>
602
  <tr>
603
    <td>[% available_matching_rule.matcher_id %]</td>
603
    <td>[% available_matching_rule.matcher_id %]</td>
604
    <td>[% available_matching_rule.code %]</td>
604
    <td>[% available_matching_rule.code %]</td>
605
    <td>[% available_matching_rule.description %]</td>
605
    <td>[% available_matching_rule.description |html %]</td>
606
    <td class="actions">
606
    <td class="actions">
607
      <a class="btn btn-default btn-xs" 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>
607
      <a class="btn btn-default btn-xs" 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>
608
      <a class="btn btn-default btn-xs" 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>
608
      <a class="btn btn-default btn-xs" 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>
609
- 

Return to bug 19103