Bugzilla – Attachment 52816 Details for
Bug 16774
Format date on 'Transfers to receive' page to dateformat system preference
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 16774: Format date on 'Transfers to receive' page to dateformat system preference
Bug-16774-Format-date-on-Transfers-to-receive-page.patch (text/plain), 2.66 KB, created by
Kyle M Hall (khall)
on 2016-06-24 15:42:30 UTC
(
hide
)
Description:
Bug 16774: Format date on 'Transfers to receive' page to dateformat system preference
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2016-06-24 15:42:30 UTC
Size:
2.66 KB
patch
obsolete
>From 08d36621e98f4282f5fd5ae6386e27ba47dda1dc Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Marc=20V=C3=A9ron?= <veron@veron.ch> >Date: Sun, 19 Jun 2016 17:43:19 +0200 >Subject: [PATCH] Bug 16774: Format date on 'Transfers to receive' page to > dateformat system preference > >To test: >- Apply patch >- Go to Home > Circulation > Transfers to receive >- Verify that in title (Transfer made to your library as of...) is > is formatted as defined in syspref dateformat > >Additionaly, the patch changes page title and breadcrumb from: >Home > Circulation > Transfers to your library >to: >Home > Circulation > Transfers to receive >...to make them consistent with the link text on the Circulation home page > (Transfers to receive) > >Signed-off-by: Hector Castro <hector.hecaxmmx@gmail.com> >Works as advertised > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/circ/transferstoreceive.tt | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/transferstoreceive.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/transferstoreceive.tt >index 6c2f533..227c2f5 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/transferstoreceive.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/transferstoreceive.tt >@@ -1,7 +1,7 @@ > [% USE KohaDates %] > [% USE Branches %] > [% INCLUDE 'doc-head-open.inc' %] >-<title>Koha › Circulation › Transfers to your library</title> >+<title>Koha › Circulation › Transfers to receive</title> > [% INCLUDE 'doc-head-close.inc' %] > <link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" /> > [% INCLUDE 'datatables.inc' %] >@@ -27,7 +27,7 @@ $(document).ready(function() { > [% INCLUDE 'header.inc' %] > [% INCLUDE 'circ-search.inc' %] > >-<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> › <a href="/cgi-bin/koha/circ/circulation-home.pl">Circulation</a> › Transfers to your library</div> >+<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> › <a href="/cgi-bin/koha/circ/circulation-home.pl">Circulation</a> › Transfers to receive</div> > > <div id="doc" class="yui-t7"> > >@@ -35,7 +35,7 @@ $(document).ready(function() { > <div id="yui-main"> > <div class="yui-g"> > >- <h1>Transfers made to your library as of [% show_date %]</h1> >+ <h1>Transfers made to your library as of [% show_date | $KohaDates %]</h1> > [% IF ( branchesloop ) %] > <p>Your library is the destination for the following transfer(s)</p> > [% IF ( latetransfers ) %]<p>Transfers are <span class="error">considered late</span> after [% TransfersMaxDaysWarning %] days.</p>[% END %] >-- >2.1.4
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 16774
:
52553
|
52612
| 52816