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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/recalls_overdue.tt (-1 / +1 lines)
Lines 6-12 Link Here
6
<title>Koha &rsaquo; Circulation &rsaquo; Overdue recalls</title>
6
<title>Koha &rsaquo; Circulation &rsaquo; Overdue recalls</title>
7
[% INCLUDE 'doc-head-close.inc' %]
7
[% INCLUDE 'doc-head-close.inc' %]
8
<style type="text/css"> p { margin-top: 0; }</style>
8
<style type="text/css"> p { margin-top: 0; }</style>
9
<link rel="stylesheet" type="text/css" href="[% interface | url %]/[% theme | uri %]/css/datatables.css" />
9
[% Asset.css("css/datatables.css") | $raw %]
10
[% Asset.js("js/recalls.js") | $raw %]
10
[% Asset.js("js/recalls.js") | $raw %]
11
[% INCLUDE 'datatables.inc' %]
11
[% INCLUDE 'datatables.inc' %]
12
[% INCLUDE 'columns_settings.inc' %]
12
[% INCLUDE 'columns_settings.inc' %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/recalls_queue.tt (-1 / +1 lines)
Lines 7-13 Link Here
7
<title>Koha &rsaquo; Circulation &rsaquo; Recalls queue</title>
7
<title>Koha &rsaquo; Circulation &rsaquo; Recalls queue</title>
8
[% INCLUDE 'doc-head-close.inc' %]
8
[% INCLUDE 'doc-head-close.inc' %]
9
<style type="text/css"> p { margin-top: 0; }</style>
9
<style type="text/css"> p { margin-top: 0; }</style>
10
<link rel="stylesheet" type="text/css" href="[% interface | url %]/[% theme | uri %]/css/datatables.css" />
10
[% Asset.css("css/datatables.css") | $raw %]
11
</head>
11
</head>
12
<body id="circ_recalls_queue" class="circ">
12
<body id="circ_recalls_queue" class="circ">
13
[% INCLUDE 'header.inc' %]
13
[% INCLUDE 'header.inc' %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/recalls_waiting.tt (-1 / +1 lines)
Lines 6-12 Link Here
6
<title>Koha &rsaquo; Circulation &rsaquo; Recalls awaiting pickup</title>
6
<title>Koha &rsaquo; Circulation &rsaquo; Recalls awaiting pickup</title>
7
[% INCLUDE 'doc-head-close.inc' %]
7
[% INCLUDE 'doc-head-close.inc' %]
8
<style type="text/css"> p { margin-top: 0; }</style>
8
<style type="text/css"> p { margin-top: 0; }</style>
9
<link rel="stylesheet" type="text/css" href="[% interface | url %]/[% theme | uri %]/css/datatables.css" />
9
[% Asset.css("css/datatables.css") | $raw %]
10
[% Asset.js("js/recalls.js") | $raw %]
10
[% Asset.js("js/recalls.js") | $raw %]
11
[% INCLUDE 'datatables.inc' %]
11
[% INCLUDE 'datatables.inc' %]
12
<script type="text/javascript">
12
<script type="text/javascript">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/recallshistory.tt (-2 / +1 lines)
Lines 5-11 Link Here
5
[% INCLUDE 'doc-head-open.inc' %]
5
[% INCLUDE 'doc-head-open.inc' %]
6
<title>Recalls history for [% INCLUDE 'patron-title.inc' %]</title>
6
<title>Recalls history for [% INCLUDE 'patron-title.inc' %]</title>
7
[% INCLUDE 'doc-head-close.inc' %]
7
[% INCLUDE 'doc-head-close.inc' %]
8
<link rel="stylesheet" type="text/css" href="[% interface | url %]/[% theme | uri %]/css/datatables.css" />
8
[% Asset.css("css/datatables.css") | $raw %]
9
[% INCLUDE 'datatables.inc' %]
9
[% INCLUDE 'datatables.inc' %]
10
[% Asset.js("js/recalls.js") | $raw %]
10
[% Asset.js("js/recalls.js") | $raw %]
11
</head>
11
</head>
12
- 

Return to bug 19532