Bug 15990: (follow-up) Making record matching rules actions buttons
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 14 Mar 2016 16:49:50 +0000 (16:49 +0000)
committerBrendan Gallagher <brendan@bywatersolutions.com>
Fri, 18 Mar 2016 07:10:29 +0000 (07:10 +0000)
Adds the actions class to the td elt to keep the buttons next to each
other.

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Brendan Gallagher brendan@bywatersolutions.com
koha-tmpl/intranet-tmpl/prog/en/modules/admin/matching-rules.tt

index 83be701..e8aecf1 100644 (file)
@@ -573,7 +573,7 @@ function CheckRuleForm(f) {
     <td>[% available_matching_rule.matcher_id %]</td>
     <td>[% available_matching_rule.code %]</td>
     <td>[% available_matching_rule.description %]</td>
-    <td>
+    <td class="actions">
       <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>
       <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>
     </td>