Bug 10785: change 'Dropbox' labels to 'Book drop'
authorKetan Kulkarni <ketan@carvingit.com>
Wed, 9 Oct 2013 13:27:03 +0000 (18:57 +0530)
committerGalen Charlton <gmc@esilibrary.com>
Tue, 22 Oct 2013 05:39:58 +0000 (05:39 +0000)
Signed-off-by: KohaCon13 demo <brendan@bywatersolutions.com>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
Checked the book drop still works, also grepped for
other appearances of the term.
Fixed capitalization.

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt
koha-tmpl/intranet-tmpl/prog/en/modules/help/circ/returns.tt

index 1e2f875..4b72422 100644 (file)
@@ -375,7 +375,7 @@ $(document).ready(function () {
         <p>Fines for returned items are forgiven.</p>
     </div>
     <div id="dropboxmode" class="dialog message" style="display:none;">
-        <p>Dropbox Mode.  (Effective checkin date is [% dropboxdate %] ).</p>
+        <p>Book drop Mode.  (Effective checkin date is [% dropboxdate %] ).</p>
     </div>
 </div>
        <div class="yui-g">
@@ -420,7 +420,7 @@ $(document).ready(function () {
                         [% ELSE %]
                         <input type="checkbox" id="dropboxcheck" name="dropboxmode" value="dropboxmode" />
                         [% END %]
-                        <label for="dropboxcheck">Dropbox mode</label>
+                        <label for="dropboxcheck">Book drop mode</label>
                     </p>
             </fieldset>
         </div>
index 7046796..f6fb9a6 100644 (file)
@@ -15,7 +15,7 @@
 
 <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>
 
-<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>
+<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>
 
 <ul>
     <li>This requires that you have your closings added to the Holidays & Calendar Tool</li>