View | Details | Raw Unified | Return to bug 16774
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/transferstoreceive.tt (-4 / +3 lines)
Lines 1-7 Link Here
1
[% USE KohaDates %]
1
[% USE KohaDates %]
2
[% USE Branches %]
2
[% USE Branches %]
3
[% INCLUDE 'doc-head-open.inc' %]
3
[% INCLUDE 'doc-head-open.inc' %]
4
<title>Koha &rsaquo; Circulation &rsaquo; Transfers to your library</title>
4
<title>Koha &rsaquo; Circulation &rsaquo; Transfers to receive</title>
5
[% INCLUDE 'doc-head-close.inc' %]
5
[% INCLUDE 'doc-head-close.inc' %]
6
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
6
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables.css" />
7
[% INCLUDE 'datatables.inc' %]
7
[% INCLUDE 'datatables.inc' %]
Lines 27-33 $(document).ready(function() { Link Here
27
[% INCLUDE 'header.inc' %]
27
[% INCLUDE 'header.inc' %]
28
[% INCLUDE 'circ-search.inc' %]
28
[% INCLUDE 'circ-search.inc' %]
29
29
30
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/circ/circulation-home.pl">Circulation</a>  &rsaquo; Transfers to your library</div>
30
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/circ/circulation-home.pl">Circulation</a>  &rsaquo; Transfers to receive</div>
31
31
32
<div id="doc" class="yui-t7">
32
<div id="doc" class="yui-t7">
33
33
Lines 35-41 $(document).ready(function() { Link Here
35
	<div id="yui-main">
35
	<div id="yui-main">
36
	<div class="yui-g">
36
	<div class="yui-g">
37
37
38
	<h1>Transfers made to your library as of [% show_date %]</h1>
38
        <h1>Transfers made to your library as of [% show_date | $KohaDates %]</h1>
39
	[% IF ( branchesloop ) %]
39
	[% IF ( branchesloop ) %]
40
        <p>Your library is the destination for the following transfer(s)</p>
40
        <p>Your library is the destination for the following transfer(s)</p>
41
		[% IF ( latetransfers ) %]<p>Transfers are <span class="error">considered late</span> after [% TransfersMaxDaysWarning %] days.</p>[% END %]
41
		[% IF ( latetransfers ) %]<p>Transfers are <span class="error">considered late</span> after [% TransfersMaxDaysWarning %] days.</p>[% END %]
42
- 

Return to bug 16774