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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt (-8 / +3 lines)
Lines 188-194 var MSG_EXPORT_SELECT_CHECKOUTS = _("You must select checkout(s) to export"); Link Here
188
[% IF CAN_user_circulate_force_checkout %]
188
[% IF CAN_user_circulate_force_checkout %]
189
  <h3>Please confirm checkout</h3>
189
  <h3>Please confirm checkout</h3>
190
[% ELSE %]
190
[% ELSE %]
191
  <h3>Cannot checkout</h3>
191
  <h3>Cannot check out</h3>
192
[% END %]
192
[% END %]
193
193
194
<ul>
194
<ul>
Lines 267-277 var MSG_EXPORT_SELECT_CHECKOUTS = _("You must select checkout(s) to export"); Link Here
267
[% END %]
267
[% END %]
268
268
269
[% IF  HIGHHOLDS %]
269
[% IF  HIGHHOLDS %]
270
	<li>High demand item. Loan period shortened to [% HIGHHOLDS.duration %] days (due [% HIGHHOLDS.returndate %]).
270
    <li>High demand item. Loan period shortened to [% HIGHHOLDS.duration %] days (due [% HIGHHOLDS.returndate %]).</li>
271
      [% IF CAN_user_circulate_force_checkout %]
272
        Check out anyway?
273
      [% END %]
274
    </li>
275
[% END %]
271
[% END %]
276
</ul>
272
</ul>
277
273
Lines 283-289 var MSG_EXPORT_SELECT_CHECKOUTS = _("You must select checkout(s) to export"); Link Here
283
	</script>
279
	</script>
284
[% END %]
280
[% END %]
285
281
286
[% IF CAN_user_circulate_force_checkout %]
282
[% IF CAN_user_circulate_force_checkout or HIGHHOLDS %]
287
<form method="post" action="/cgi-bin/koha/circ/circulation.pl" autocomplete="off">
283
<form method="post" action="/cgi-bin/koha/circ/circulation.pl" autocomplete="off">
288
284
289
[% IF ( RESERVED ) %]
285
[% IF ( RESERVED ) %]
290
- 

Return to bug 10863