Lines 72-78
Link Here
|
72 |
<button type="submit" class="approve"><i class="fa fa-fw fa-check"></i> OK</button> |
72 |
<button type="submit" class="approve"><i class="fa fa-fw fa-check"></i> OK</button> |
73 |
</form> |
73 |
</form> |
74 |
</div> |
74 |
</div> |
75 |
[% END %] |
75 |
[% END # /IF messagetransfert%] |
76 |
[% IF ( waiting ) %] |
76 |
[% IF ( waiting ) %] |
77 |
<div class="dialog message"> |
77 |
<div class="dialog message"> |
78 |
<h2>This item is on hold for pick-up at your library</h2> |
78 |
<h2>This item is on hold for pick-up at your library</h2> |
Lines 83-90
Link Here
|
83 |
<button type="submit" class="approve"><i class="fa fa-fw fa-check"></i> OK</button> |
83 |
<button type="submit" class="approve"><i class="fa fa-fw fa-check"></i> OK</button> |
84 |
</form> |
84 |
</form> |
85 |
</div> |
85 |
</div> |
86 |
[% END %] |
86 |
[% END # /IF waiting %] |
87 |
[% END %] |
87 |
[% END # /FOREACH cancel_result %] |
88 |
[% ELSE %] |
88 |
[% ELSE %] |
89 |
[% IF enqueued %] |
89 |
[% IF enqueued %] |
90 |
<div class="dialog message"> |
90 |
<div class="dialog message"> |
Lines 105-111
Link Here
|
105 |
Holds with cancellation requests: [% cancel_reqs_count | html %] |
105 |
Holds with cancellation requests: [% cancel_reqs_count | html %] |
106 |
</a> |
106 |
</a> |
107 |
</li> |
107 |
</li> |
108 |
</ul> |
108 |
</ul> <!-- /.nav.nav-tabs --> |
109 |
<div class="tab-content"> |
109 |
<div class="tab-content"> |
110 |
<div role="tabpanel" class="tab-pane active" id="holdswaiting"> |
110 |
<div role="tabpanel" class="tab-pane active" id="holdswaiting"> |
111 |
[% IF ( reserveloop ) %] |
111 |
[% IF ( reserveloop ) %] |
Lines 116-122
Link Here
|
116 |
[% ELSE %] |
116 |
[% ELSE %] |
117 |
<div class="dialog message">No holds found.</div> |
117 |
<div class="dialog message">No holds found.</div> |
118 |
[% END %] |
118 |
[% END %] |
119 |
</div> |
119 |
</div> <!-- /#holdswaiting --> |
120 |
<div role="tabpanel" class="tab-pane" id="holdsover"> |
120 |
<div role="tabpanel" class="tab-pane" id="holdsover"> |
121 |
[% IF ( ReservesMaxPickUpDelay ) %] |
121 |
[% IF ( ReservesMaxPickUpDelay ) %] |
122 |
<p>Holds listed here have been awaiting pickup for more than [% ReservesMaxPickUpDelay | html %] days.</p> |
122 |
<p>Holds listed here have been awaiting pickup for more than [% ReservesMaxPickUpDelay | html %] days.</p> |
Lines 141-158
Link Here
|
141 |
[% INCLUDE waiting_holds.inc table_name='holdso' reserveloop=overloop tab='holdsover' %] |
141 |
[% INCLUDE waiting_holds.inc table_name='holdso' reserveloop=overloop tab='holdsover' %] |
142 |
[% ELSE %] |
142 |
[% ELSE %] |
143 |
<div class="dialog message">No holds found.</div> |
143 |
<div class="dialog message">No holds found.</div> |
144 |
[% END %] |
144 |
[% END # /IF( overloop ) %] |
145 |
</div> |
145 |
</div> <!-- /#holdsover --> |
146 |
<div role="tabpanel" class="tab-pane" id="holdscancelled"> |
146 |
<div role="tabpanel" class="tab-pane" id="holdscancelled"> |
147 |
[% IF cancel_reqs_count %] |
147 |
[% IF cancel_reqs_count %] |
148 |
[% INCLUDE waiting_holds.inc select_column='1' table_name='holdscr' reserveloop=cancel_reqs tab='holdscr' %] |
148 |
[% INCLUDE waiting_holds.inc select_column='1' table_name='holdscr' reserveloop=cancel_reqs tab='holdscr' %] |
149 |
[% ELSE %] |
149 |
[% ELSE %] |
150 |
<div class="dialog message">No holds found.</div> |
150 |
<div class="dialog message">No holds found.</div> |
151 |
[% END %] |
151 |
[% END %] |
152 |
</div> |
152 |
</div> <!-- /#holdscancelled --> |
153 |
</div> |
153 |
</div> <!-- /.tab-content --> |
154 |
</div> |
154 |
</div> <!-- /#resultlist.toptabs --> |
155 |
[% END %] |
155 |
[% END # /IF ( cancel_result ) %] |
156 |
</div> <!-- /.col-sm-10.col-sm-push-2 --> |
156 |
</div> <!-- /.col-sm-10.col-sm-push-2 --> |
157 |
|
157 |
|
158 |
[% IF Koha.Preference('CircSidebar') %] |
158 |
[% IF Koha.Preference('CircSidebar') %] |
Lines 190-205
Link Here
|
190 |
[% END %] |
190 |
[% END %] |
191 |
</select> |
191 |
</select> |
192 |
[% END %] |
192 |
[% END %] |
193 |
</fieldset> |
193 |
</fieldset> <!-- /.action --> |
194 |
</div> |
194 |
</div> <!-- /.modal-body --> |
195 |
|
195 |
|
196 |
<div class="modal-footer"> |
196 |
<div class="modal-footer"> |
197 |
<button id="cancelModalConfirmBtn" type="button" class="btn btn-danger">Confirm cancellation</button> |
197 |
<button id="cancelModalConfirmBtn" type="button" class="btn btn-danger">Confirm cancellation</button> |
198 |
<a href="#" data-dismiss="modal">Cancel</a> |
198 |
<a href="#" data-dismiss="modal">Cancel</a> |
199 |
</div> |
199 |
</div> <!-- /.modal-footer --> |
200 |
</div> |
200 |
</div> <!-- /.modal-content --> |
201 |
</div> |
201 |
</div> <!-- /.modal-dialog --> |
202 |
</div> |
202 |
</div> <!-- /#cancelModal --> |
203 |
|
203 |
|
204 |
[% MACRO jsinclude BLOCK %] |
204 |
[% MACRO jsinclude BLOCK %] |
205 |
[% INCLUDE 'datatables.inc' %] |
205 |
[% INCLUDE 'datatables.inc' %] |
206 |
- |
|
|