From b3974852cccf41278dbb8b298e1bfdd296ffcb4c Mon Sep 17 00:00:00 2001 From: Tal Rogoff 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 Signed-off-by: Nick Clemens --- 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 [% IF ( WARNING_transport_cost_matrix_off ) %] -
Because the "UseTransportCostMatrix" system preference is currently not enabled, the transport cost matrix is not being used. Go here if you wish to enable this feature.
+
Because the "UseTransportCostMatrix" system preference is currently not enabled, the transport cost matrix is not being used. Go to UseTransportCostMatrix system preference if you wish to enable this feature.
[% END %] [% IF ( errors ) %]
-- 2.11.0