Bugzilla – Attachment 12865 Details for
Bug 8933
transport cost matrix capitalization wrong
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 8933: Update transport cost matrix styles
Bug-8933-Update-transport-cost-matrix-styles.patch (text/plain), 3.81 KB, created by
Nicole C. Engard
on 2012-10-16 19:07:17 UTC
(
hide
)
Description:
Bug 8933: Update transport cost matrix styles
Filename:
MIME Type:
Creator:
Nicole C. Engard
Created:
2012-10-16 19:07:17 UTC
Size:
3.81 KB
patch
obsolete
>From f5a0aefd9d50201cd00d18bc3afd157445465336 Mon Sep 17 00:00:00 2001 >From: Nicole C. Engard <nengard@bywatersolutions.com> >Date: Sat, 13 Oct 2012 07:11:10 -0400 >Subject: [PATCH] Bug 8933: Update transport cost matrix styles > >The transport cost matrix is capitlized wrong (based on our >rules). This patch fixes capitalization errors and adds the >matrix to the admin menu where it was missing before. >--- > .../intranet-tmpl/prog/en/includes/admin-menu.inc | 1 + > .../prog/en/modules/admin/admin-home.tt | 2 +- > .../prog/en/modules/admin/transport-cost-matrix.tt | 4 ++-- > 3 files changed, 4 insertions(+), 3 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/admin-menu.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/admin-menu.inc >index fbda324..b207da5 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/admin-menu.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/admin-menu.inc >@@ -30,6 +30,7 @@ > <li><a href="/cgi-bin/koha/admin/smart-rules.pl">Circulation and fines rules</a></li> > <li><a href="/cgi-bin/koha/admin/patron-attr-types.pl">Patron attribute types</a></li> > <li><a href="/cgi-bin/koha/admin/branch_transfer_limits.pl">Library transfer limits</a></li> >+ <li><a href="/cgi-bin/koha/admin/transport-cost-matrix.pl">Transport cost matrix</a></li> > <li><a href="/cgi-bin/koha/admin/item_circulation_alerts.pl">Item circulation alerts</a></li> > <li><a href="/cgi-bin/koha/admin/cities.pl">Cities and towns</a></li> > <li><a href="/cgi-bin/koha/admin/roadtype.pl">Road types</a></li> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/admin-home.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/admin-home.tt >index 8419f87..cbf3b92 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/admin-home.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/admin-home.tt >@@ -50,7 +50,7 @@ > <dd>Define extended attributes (identifiers and statistical categories) for patron records</dd> > <dt><a href="/cgi-bin/koha/admin/branch_transfer_limits.pl">Library transfer limits</a></dt> > <dd>Limit the ability to transfer items between libraries based on the library sending, the library receiving, and the item type involved. These rules only go into effect if the preference UseBranchTransferLimits is set to ON.</dd> >- <dt><a href="/cgi-bin/koha/admin/transport-cost-matrix.pl">Transport Cost Matrix</a></dt> >+ <dt><a href="/cgi-bin/koha/admin/transport-cost-matrix.pl">Transport cost matrix</a></dt> > <dd>Define transport costs between branches</dd> > <dt><a href="/cgi-bin/koha/admin/item_circulation_alerts.pl">Item circulation alerts</a></dt> > <dd>Define rules for check-in and checkout notifications for combinations of libraries, patron categories, and item types</dd> >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..bb86938 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 >@@ -1,5 +1,5 @@ > [% INCLUDE 'doc-head-open.inc' %] >-<title>Koha › Administration › Transport Cost Matrix</title> >+<title>Koha › Administration › Transport cost matrix</title> > [% INCLUDE 'doc-head-close.inc' %] > > <script type="text/javascript"> >@@ -58,7 +58,7 @@ $(document).ready(function() { > [% INCLUDE 'header.inc' %] > [% INCLUDE 'cat-search.inc' %] > >-<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> › <a href="/cgi-bin/koha/admin/admin-home.pl">Administration</a> › Transport Cost Matrix</div> >+<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> › <a href="/cgi-bin/koha/admin/admin-home.pl">Administration</a> › Transport cost matrix</div> > > <div id="doc3" class="yui-t1"> > >-- >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 8933
:
12865
|
12867