Bugzilla – Attachment 12866 Details for
Bug 8934
fix typo and language on transport cost matrix
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 8934: Fix transport cost matrix help language
Bug-8934-Fix-transport-cost-matrix-help-language.patch (text/plain), 1.61 KB, created by
Nicole C. Engard
on 2012-10-16 19:29:40 UTC
(
hide
)
Description:
Bug 8934: Fix transport cost matrix help language
Filename:
MIME Type:
Creator:
Nicole C. Engard
Created:
2012-10-16 19:29:40 UTC
Size:
1.61 KB
patch
obsolete
>From 3f588f9137fc0bf7d1dfb76975bad0640c8b4157 Mon Sep 17 00:00:00 2001 >From: Nicole C. Engard <nengard@bywatersolutions.com> >Date: Sat, 13 Oct 2012 07:33:31 -0400 >Subject: [PATCH] Bug 8934: Fix transport cost matrix help language > >The transport cost matrix has a typo (arbitrarymax) and the help >text could be worded better. This patch makes those changes. >--- > .../prog/en/modules/admin/transport-cost-matrix.tt | 6 +++--- > 1 files changed, 3 insertions(+), 3 deletions(-) > >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 8d12419..e254282 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 >@@ -77,9 +77,9 @@ $(document).ready(function() { > <input type="hidden" name="op" value="set-cost-matrix" /> > <div id="transport-cost-matrix"> > <div class="help"> >- <p>Costs are decimal values 0 to some arbitrarymax value (1 or 100), 0 being minimum (no) cost.</p> >- <p>Red cells signify no transfer allowed</p> >- <p>Click on the cell to edit</p> >+ <p>Costs are decimal values between some arbitrary maximum value (e.g. 1 or 100) and 0 which is the minimum (no) cost.</p> >+ <p>Red cells signify no transfer allowed.</p> >+ <p>Click on individual cells to edit.</p> > </div> > <ul class="errors" %]> > [% FOR e IN errors %] >-- >1.7.2.3
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 8934
:
12866
|
12878