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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt (-2 / +2 lines)
Lines 375-381 $(document).ready(function () { Link Here
375
        <p>Fines for returned items are forgiven.</p>
375
        <p>Fines for returned items are forgiven.</p>
376
    </div>
376
    </div>
377
    <div id="dropboxmode" class="dialog message" style="display:none;">
377
    <div id="dropboxmode" class="dialog message" style="display:none;">
378
        <p>Dropbox Mode.  (Effective checkin date is [% dropboxdate %] ).</p>
378
        <p>Book Drop Mode.  (Effective checkin date is [% dropboxdate %] ).</p>
379
    </div>
379
    </div>
380
</div>
380
</div>
381
	<div class="yui-g">
381
	<div class="yui-g">
Lines 420-426 $(document).ready(function () { Link Here
420
                        [% ELSE %]
420
                        [% ELSE %]
421
                        <input type="checkbox" id="dropboxcheck" name="dropboxmode" value="dropboxmode" />
421
                        <input type="checkbox" id="dropboxcheck" name="dropboxmode" value="dropboxmode" />
422
                        [% END %]
422
                        [% END %]
423
                        <label for="dropboxcheck">Dropbox mode</label>
423
                        <label for="dropboxcheck">Book Drop mode</label>
424
                    </p>
424
                    </p>
425
            </fieldset>
425
            </fieldset>
426
        </div>
426
        </div>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/help/circ/returns.tt (-2 / +1 lines)
Lines 15-21 Link Here
15
15
16
<p>To check an item in scan the barcode for the item into the box provided. A summary of all items checked in will appear below the checkin box</p>
16
<p>To check an item in scan the barcode for the item into the box provided. A summary of all items checked in will appear below the checkin box</p>
17
17
18
<p>If you are checking items in that were put in the dropbox while the library was closed you can check the 'Dropbox mode' box before scanning items. This will effectively roll back the returned date to the last date the library was open.</p>
18
<p>If you are checking items in that were put in the book drop while the library was closed you can check the 'Book Drop mode' box before scanning items. This will effectively roll back the returned date to the last date the library was open.</p>
19
19
20
<ul>
20
<ul>
21
    <li>This requires that you have your closings added to the Holidays & Calendar Tool</li>
21
    <li>This requires that you have your closings added to the Holidays & Calendar Tool</li>
22
- 

Return to bug 10785