Bugzilla – Attachment 159693 Details for
Bug 34398
Inconsistencies in Record matching rules page titles, breadcrumbs, and header
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 34398: (QA follow-up): add missing |
Bug-34398-QA-follow-up-add-missing-.patch (text/plain), 1.96 KB, created by
Victor Grousset/tuxayo
on 2023-12-08 21:32:48 UTC
(
hide
)
Description:
Bug 34398: (QA follow-up): add missing |
Filename:
MIME Type:
Creator:
Victor Grousset/tuxayo
Created:
2023-12-08 21:32:48 UTC
Size:
1.96 KB
patch
obsolete
>From 6c3e7021a0cdf1eca3d50c982d808ce39adcda94 Mon Sep 17 00:00:00 2001 >From: Victor Grousset/tuxayo <victor@tuxayo.net> >Date: Fri, 8 Dec 2023 22:30:05 +0100 >Subject: [PATCH] Bug 34398: (QA follow-up): add missing | > >--- > 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 dea65e1bed..1bfdd7d3f3 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 >@@ -171,7 +171,7 @@ > <div id="mp_[% matchpoint.mp_num | html %]" class="matchgroup"> > <fieldset class="rows"> > <legend>Match point [% matchpoint.mp_num | html %]</legend> >- <p><a href="#" class="btn btn-link" onclick="InsertMatchpoint('mp_[% matchpoint.mp_num | html %]', 'mp_template'); return false;"><i class="fa fa-plus" aria-hidden="true"></i> New match point</a> <a href="#" class="btn btn-link" onclick="DeleteMatchpoint(this); return false;"><i class="fa fa-trash-can" aria-hidden="true"></i> Remove this match point</a></p> >+ <p><a href="#" class="btn btn-link" onclick="InsertMatchpoint('mp_[% matchpoint.mp_num | html %]', 'mp_template'); return false;"><i class="fa fa-plus" aria-hidden="true"></i> New match point</a> | <a href="#" class="btn btn-link" onclick="DeleteMatchpoint(this); return false;"><i class="fa fa-trash-can" aria-hidden="true"></i> Remove this match point</a></p> > <ol> > <li> > <label for="mp_[% matchpoint.mp_num | html %]_search_index">Search index: </label> >-- >2.43.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 34398
:
156509
|
159505
|
159692
| 159693