Fix for Bug 4244, Use "checkouts" instead of "issues"
authorOwen Leonard <oleonard@myacpl.org>
Tue, 23 Feb 2010 13:53:02 +0000 (08:53 -0500)
committerGalen Charlton <gmcharlt@gmail.com>
Wed, 17 Mar 2010 13:11:58 +0000 (09:11 -0400)
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
koha-tmpl/intranet-tmpl/prog/en/modules/members/member.tmpl
koha-tmpl/intranet-tmpl/prog/en/modules/reports/bor_issues_top.tmpl
koha-tmpl/intranet-tmpl/prog/en/modules/reports/borrowers_out.tmpl
koha-tmpl/opac-tmpl/prog/en/modules/sco/help.tmpl
koha-tmpl/opac-tmpl/prog/en/modules/sco/receipt.tmpl
koha-tmpl/opac-tmpl/prog/en/modules/sco/sco-main.tmpl

index 0cf952a..39dd8f7 100644 (file)
@@ -37,7 +37,7 @@
                                                        <th>Cat</th>
                                                        <th>Library</th>
                                                        <th>Expires on</th>
-                                                       <th>OD/Issues</th>
+                                                       <th>OD/Checkouts</th>
                                                        <th>Fines</th>
                                                        <th>Circ note</th>
                                                        <th>&nbsp;</th>
index 689d478..b20a2f7 100644 (file)
@@ -42,7 +42,7 @@ function Dopop(link) {
                        <tr>
                                <!-- TMPL_LOOP NAME="loopcol" -->
                                        <th>Patron</th>
-                                       <th>Issues count</th>
+                                       <th>Checkout count</th>
                                <!-- /TMPL_LOOP -->
                        </tr>
                                <!-- TMPL_LOOP NAME="looprow" -->
index 4525103..d624f99 100644 (file)
@@ -58,7 +58,7 @@
      <!--/TMPL_LOOP --> 
     </select>
 </li>
-       <li><label for="to">Without issues since: </label> <input size="10" id="to" name="Filter" value="" type="text" />
+       <li><label for="to">Not checked out since: </label> <input size="10" id="to" name="Filter" value="" type="text" />
                         <img src="<!-- TMPL_VAR Name="themelang" -->/lib/calendar/cal.gif" alt="Show Calendar" id="openCalendarTo" style="cursor: pointer;" border="0" />
                             <script type="text/javascript">
                                 Calendar.setup(
index 01abb42..9f594c6 100644 (file)
@@ -21,7 +21,7 @@ yourself started.</p>
 
 <h3>Step Two: Scan the barcode for each item, one at a time</h3>
 <p>Scan each item and wait for the page to reload before scanning the next item.
-The checked-out item should appear in your issues list.
+The checked-out item should appear in your checkouts list.
 The Submit button only needs to be clicked if you enter the barcode manually.</p>
 
 <h3>Step Three: Click the 'Click here if done' link when done</h3>
index d403a20..d4809d2 100644 (file)
@@ -36,7 +36,7 @@ function closeNow()
 
 <!-- begin code Mamata-->
 <!-- TMPL_IF name="todayissues" --><br>
-<p><b>Today's issues</b></p>
+<p><b>Today's checkouts</b></p>
 <!-- TMPL_LOOP name="todayissues" --><br>
 <!-- TMPL_VAR NAME="title" escape="html" --><br> 
 <!-- TMPL_VAR NAME="author" --><br>
index 3bfde99..0ac11f5 100644 (file)
@@ -188,7 +188,7 @@ Sorry, This Self-Checkout Station has lost authentication.  Please contact the a
 
        <div id="borrowerdetails">
        <!-- TMPL_IF NAME="issues_count" -->
-       <table id="loanTable"><caption>Issues for <!-- TMPL_VAR NAME='borrowername' --> <span class="count">(<!-- TMPL_VAR NAME="issues_count" --> total)</span></caption>
+       <table id="loanTable"><caption>Checkouts for <!-- TMPL_VAR NAME='borrowername' --> <span class="count">(<!-- TMPL_VAR NAME="issues_count" --> total)</span></caption>
        <!-- ISSUES TABLE ROWS -->
     <thead>
        <tr><th>Title</th><th>Call No.</th><th>Due</th><th>Renew</th><!-- TMPL_UNLESS NAME="nofines" --><th>Fines</th><!-- /TMPL_UNLESS --></tr>