Bugzilla – Attachment 49125 Details for
Bug 15990
Making record matching rules actions buttons
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 15990: (follow-up) Making record matching rules actions buttons
Bug-15990-follow-up-Making-record-matching-rules-a.patch (text/plain), 1.48 KB, created by
Jonathan Druart
on 2016-03-14 16:52:12 UTC
(
hide
)
Description:
Bug 15990: (follow-up) Making record matching rules actions buttons
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2016-03-14 16:52:12 UTC
Size:
1.48 KB
patch
obsolete
>From 834b7583877f682297a86a2a04bcc6537e48df5c Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Mon, 14 Mar 2016 16:49:50 +0000 >Subject: [PATCH] Bug 15990: (follow-up) Making record matching rules actions > buttons > >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> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/admin/matching-rules.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/matching-rules.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/matching-rules.tt >index 83be701..e8aecf1 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/matching-rules.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/matching-rules.tt >@@ -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&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&matcher_id=[% available_matching_rule.matcher_id |html %]"><i class="fa fa-trash"></i> Delete</a> > </td> >-- >2.7.0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 15990
:
48713
|
48821
|
48848
|
48902
|
49057
|
49124
| 49125