Lines 14-20
Link Here
|
14 |
|
14 |
|
15 |
<div class="row"> |
15 |
<div class="row"> |
16 |
|
16 |
|
17 |
<div class="col-sm-6 col-md-3"> |
17 |
<div class="col-sm-5 col-md-4"> |
18 |
<h3>Circulation</h3> |
18 |
<h3>Circulation</h3> |
19 |
|
19 |
|
20 |
<ul class="buttons-list"> |
20 |
<ul class="buttons-list"> |
Lines 42-49
Link Here
|
42 |
</ul> |
42 |
</ul> |
43 |
</div> |
43 |
</div> |
44 |
|
44 |
|
45 |
<div class="col-sm-6 col-md-3"> |
45 |
<div class="col-sm-5 col-md-4"> |
46 |
<h3>Holds management</h3> |
46 |
<h3>Holds</h3> |
47 |
|
47 |
|
48 |
<ul class="buttons-list"> |
48 |
<ul class="buttons-list"> |
49 |
<li> |
49 |
<li> |
Lines 64-72
Link Here
|
64 |
<!-- Add the extra clearfix for only the required viewport --> |
64 |
<!-- Add the extra clearfix for only the required viewport --> |
65 |
<div class="clearfix visible-sm-block"></div> |
65 |
<div class="clearfix visible-sm-block"></div> |
66 |
|
66 |
|
67 |
<div class="col-sm-6 col-md-3"> |
67 |
<div class="col-sm-5 col-md-4"> |
68 |
[% IF Koha.Preference('ArticleRequests') %] |
68 |
[% IF Koha.Preference('ArticleRequests') %] |
69 |
<h3>Patron request management</h3> |
69 |
<h3>Patron request</h3> |
70 |
<ul class="buttons-list"> |
70 |
<ul class="buttons-list"> |
71 |
<li> |
71 |
<li> |
72 |
<a class="circ-button" href="/cgi-bin/koha/circ/article-requests.pl" title="Article requests"><i class="fa fa-newspaper-o"></i> Article requests</a> |
72 |
<a class="circ-button" href="/cgi-bin/koha/circ/article-requests.pl" title="Article requests"><i class="fa fa-newspaper-o"></i> Article requests</a> |
Lines 74-80
Link Here
|
74 |
</ul> |
74 |
</ul> |
75 |
[% END %] |
75 |
[% END %] |
76 |
|
76 |
|
77 |
<h3>Transfers management</h3> |
77 |
<h3>Transfers</h3> |
78 |
|
78 |
|
79 |
<ul class="buttons-list"> |
79 |
<ul class="buttons-list"> |
80 |
[% IF Branches.InIndependentBranchesMode %] |
80 |
[% IF Branches.InIndependentBranchesMode %] |
Lines 87-93
Link Here
|
87 |
</li> |
87 |
</li> |
88 |
</ul> |
88 |
</ul> |
89 |
|
89 |
|
90 |
<h3>Overdues management</h3> |
90 |
<h3>Overdues</h3> |
91 |
|
91 |
|
92 |
<ul class="buttons-list"> |
92 |
<ul class="buttons-list"> |
93 |
[% IF ( CAN_user_circulate_overdues_report ) %] |
93 |
[% IF ( CAN_user_circulate_overdues_report ) %] |
Lines 105-140
Link Here
|
105 |
[% END %] |
105 |
[% END %] |
106 |
</ul> |
106 |
</ul> |
107 |
</div> |
107 |
</div> |
108 |
|
|
|
109 |
<div class="col-sm-6 col-md-3"> |
110 |
<h3>Offline circulation</h3> |
111 |
|
112 |
<ul class="buttons-list"> |
113 |
[% IF (AllowOfflineCirculation) %] |
114 |
<li> |
115 |
<a class="circ-button" href="/cgi-bin/koha/circ/offline.pl">Built-in offline circulation interface</a> |
116 |
</li> |
117 |
[% END %] |
118 |
<li> |
119 |
<a class="circ-button" href="/cgi-bin/koha/offline_circ/process_koc.pl">Upload offline circulation file (.koc)</a> |
120 |
</li> |
121 |
<li> |
122 |
<a class="circ-button" href="/cgi-bin/koha/offline_circ/list.pl">Pending offline circulation actions</a> |
123 |
</li> |
124 |
</ul> |
125 |
|
126 |
<p><a class="document windows-link" href="https://github.com/bywatersolutions/koha-offline-circulation/releases">Get desktop application</a></p> |
127 |
|
128 |
<p><a class="document firefox-link" href="https://addons.mozilla.org/[% lang %]/firefox/addon/koct/">Get Firefox add-on</a></p> |
129 |
|
130 |
</div> |
131 |
</div> |
108 |
</div> |
132 |
|
|
|
133 |
<div class="row" id="intranet-circulation-home-html"> |
109 |
<div class="row" id="intranet-circulation-home-html"> |
134 |
<div class="col-md-12"> |
110 |
<div class="col-md-12"> |
135 |
[% Koha.Preference('IntranetCirculationHomeHTML') %] |
111 |
[% Koha.Preference('IntranetCirculationHomeHTML') %] |
136 |
</div> |
112 |
</div> |
137 |
</div> |
113 |
</div> |
138 |
</div> |
114 |
<div class="row" id="offline-circulation"> |
|
|
115 |
<div class="col-md-12"> |
116 |
<h4>Offline circulation</h4> |
117 |
<div class="col-sm-5 col-md-3"> |
118 |
[% IF (AllowOfflineCirculation) %] |
119 |
<a href="/cgi-bin/koha/circ/offline.pl">Built-in offline circulation interface</a> |
120 |
[% END %] |
121 |
<p><a href="/cgi-bin/koha/offline_circ/process_koc.pl">Upload offline circulation file (.koc)</a></p> |
122 |
<p><a href="/cgi-bin/koha/offline_circ/list.pl">Pending offline circulation actions</a></p> |
123 |
</div> |
124 |
<div class="col-sm-5 col-md-3"> |
125 |
<p><a class="document windows-link" href="https://github.com/bywatersolutions/koha-offline-circulation/releases">Get desktop application</a></p> |
126 |
<p><a class="document firefox-link" href="https://addons.mozilla.org/[% lang %]/firefox/addon/koct/">Get Firefox add-on</a></p> |
127 |
</div> |
128 |
</div> |
129 |
</div> |
139 |
|
130 |
|
|
|
131 |
</div> |
140 |
[% INCLUDE 'intranet-bottom.inc' %] |
132 |
[% INCLUDE 'intranet-bottom.inc' %] |
141 |
- |
|
|