Bugzilla – Attachment 48902 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: Making record matching rules actions buttons
Bug-15990-Making-record-matching-rules-actions-but.patch (text/plain), 1.72 KB, created by
Aleisha Amohia
on 2016-03-10 01:48:00 UTC
(
hide
)
Description:
Bug 15990: Making record matching rules actions buttons
Filename:
MIME Type:
Creator:
Aleisha Amohia
Created:
2016-03-10 01:48:00 UTC
Size:
1.72 KB
patch
obsolete
>From 30c7a801da715d20456071cef24e0f5c2ff51b70 Mon Sep 17 00:00:00 2001 >From: Aleisha <aleishaamohia@hotmail.com> >Date: Thu, 10 Mar 2016 01:46:57 +0000 >Subject: [PATCH] Bug 15990: Making record matching rules actions buttons > >To test: > >1) Go to Administration -> Record matching rules >2) Confirm that the actions 'Edit' and 'Delete' are not buttons and behave as expected. > >Sponsored-by: Catalyst IT >--- > koha-tmpl/intranet-tmpl/prog/en/modules/admin/matching-rules.tt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >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 b362d9b..83be701 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 >@@ -574,8 +574,8 @@ function CheckRuleForm(f) { > <td>[% available_matching_rule.code %]</td> > <td>[% available_matching_rule.description %]</td> > <td> >- <a href="[% available_matching_rule.script_name %]?op=edit_matching_rule&matcher_id=[% available_matching_rule.matcher_id |html %]">Edit</a> >- <a href="[% available_matching_rule.script_name %]?op=delete_matching_rule&matcher_id=[% available_matching_rule.matcher_id |html %]">Delete</a> >+ <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> > </tr> > [% END %] >-- >1.7.10.4
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