Bugzilla – Attachment 112329 Details for
Bug 26726
Improve link text on Transport cost matrix page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
bug 26726: changed the text of the "here" link on the transport cost matrix administration page
bug-26726-changed-the-text-of-the-here-link-on-the.patch (text/plain), 1.86 KB, created by
David Nind
on 2020-10-23 23:30:48 UTC
(
hide
)
Description:
bug 26726: changed the text of the "here" link on the transport cost matrix administration page
Filename:
MIME Type:
Creator:
David Nind
Created:
2020-10-23 23:30:48 UTC
Size:
1.86 KB
patch
obsolete
>From 09a949a36fdfe99bd9891f5fde3be12654b30255 Mon Sep 17 00:00:00 2001 >From: Tal Rogoff <tal.rogoff@cass.govt.nz> >Date: Fri, 23 Oct 2020 23:02:29 +0000 >Subject: [PATCH] bug 26726: changed the text of the "here" link on the > transport cost matrix administration page > >test plan: >1.Set the UseTransportCostMatrix system to disabled >2.Go to Administration>Transport cost matrix >3.Blue box at top of the page contains link labelled "here" >4.Apply patch >5.Refresh page >6.Link should now be labelled "UseTransportCostMatrix" > >Signed-off-by: David Nind <david@davidnind.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/admin/transport-cost-matrix.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/transport-cost-matrix.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/transport-cost-matrix.tt >index b9d9c6b12e..e3a4486b0d 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/transport-cost-matrix.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/transport-cost-matrix.tt >@@ -27,7 +27,7 @@ > Defining transport costs between libraries > </h1> > [% IF ( WARNING_transport_cost_matrix_off ) %] >-<div class="dialog message">Because the "UseTransportCostMatrix" system preference is currently not enabled, the transport cost matrix is not being used. Go <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=UseTransportCostMatrix">here</a> if you wish to enable this feature.</div> >+<div class="dialog message">Because the "UseTransportCostMatrix" system preference is currently not enabled, the transport cost matrix is not being used. Go to <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=UseTransportCostMatrix">UseTransportCostMatrix</a> system preference if you wish to enable this feature.</div> > [% END %] > > [% IF ( errors ) %]<div class="dialog alert"> >-- >2.11.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 26726
:
112318
|
112329
|
112338
|
112339