Bug 35378: 'This authority type is used {count} times' missing dot
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / recalls / recalls_old_queue.tt
1 [% USE raw %]
2 [% USE Koha %]
3 [% USE KohaDates %]
4 [% USE Asset %]
5 [% PROCESS 'i18n.inc' %]
6 [% SET footerjs = 1 %]
7 [% INCLUDE 'doc-head-open.inc' %]
8 <title>[% FILTER collapse %]
9     [% t("Old recalls") | html %] &rsaquo;
10     [% t("Circulation") | html %] &rsaquo;
11     [% t("Koha") | html %]
12 [% END %]</title>
13 [% INCLUDE 'doc-head-close.inc' %]
14 </head>
15 <body id="circ_recalls_old_queue" class="circ">
16 [% WRAPPER 'header.inc' %]
17     [% INCLUDE 'cat-search.inc' %]
18 [% END %]
19
20 [% WRAPPER 'sub-header.inc' %]
21     [% WRAPPER breadcrumbs %]
22         [% WRAPPER breadcrumb_item %]
23             <a href="/cgi-bin/koha/circ/circulation-home.pl">Circulation</a>
24         [% END %]
25         [% WRAPPER breadcrumb_item bc_active= 1 %]
26             <span>Old recalls</span>
27         [% END %]
28     [% END #/ WRAPPER breadcrumbs %]
29 [% END #/ WRAPPER sub-header.inc %]
30
31 <div class="main container-fluid">
32     <div class="row">
33         [% IF Koha.Preference('CircSidebar') %]
34             <div class="col-sm-10 col-sm-push-2">
35         [% ELSE %]
36             <div class="col-md-10 col-md-offset-1 col-lg-8 col-lg-offset-2">
37         [% END %]
38         <main>
39
40         <h1>Old recalls</h1>
41         [% IF Koha.Preference('UseRecalls') %]
42             <div class="page-section">
43                 [% INCLUDE 'recalls.inc' %]
44             </div> <!-- /.page-section -->
45         [% ELSE %]
46             <div class="dialog message">Recalls have not been enabled. Enable the <a href="/cgi-bin/koha/admin/preferences.pl?tab=circulation">UseRecalls</a> system preference to use recalls.</div>
47         [% END %]
48
49         </main>
50         </div> <!-- /.col-etc -->
51
52         [% IF Koha.Preference('CircSidebar') %]
53             <div class="col-sm-2 col-sm-pull-10">
54                 <aside>
55                     [% INCLUDE 'circ-nav.inc' %]
56                 </aside>
57             </div> <!-- /.col-sm-2.col-sm-pull-10 -->
58         [% END %]
59
60     </div> <!-- /.row -->
61 </div>
62
63 [% MACRO jsinclude BLOCK %]
64     [% INCLUDE 'datatables.inc' %]
65     [% INCLUDE 'columns_settings.inc' %]
66     [% Asset.js("js/recalls.js") | $raw %]
67 [% END %]
68
69 [% INCLUDE 'intranet-bottom.inc' %]