Bugzilla – Attachment 112339 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: (QA follow-up) Add line break and 'the' for readability
Bug-26726-QA-follow-up-Add-line-break-and-the-for-.patch (text/plain), 1.64 KB, created by
Nick Clemens (kidclamp)
on 2020-10-24 00:22:45 UTC
(
hide
)
Description:
Bug 26726: (QA follow-up) Add line break and 'the' for readability
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2020-10-24 00:22:45 UTC
Size:
1.64 KB
patch
obsolete
>From e824fa0d8b36360839d255f4e4923d6401b3653b Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Sat, 24 Oct 2020 00:21:55 +0000 >Subject: [PATCH] Bug 26726: (QA follow-up) Add line break and 'the' for > readability > >Signed-off-by: Nick Clemens <nick@bywatersolutions.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 e3a4486b0d..5479b29e8a 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 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> >+<div class="dialog message">Because the "UseTransportCostMatrix" system preference is currently not enabled, the transport cost matrix is not being used. <br/>Go to the <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