[Koha-patches] [PATCH] Fix for Bug 4244, Use "checkouts" instead of "issues"

Owen Leonard oleonard at myacpl.org
Tue Feb 23 14:53:02 CET 2010


---
 .../prog/en/modules/members/member.tmpl            |    2 +-
 .../prog/en/modules/reports/bor_issues_top.tmpl    |    2 +-
 .../prog/en/modules/reports/borrowers_out.tmpl     |    2 +-
 koha-tmpl/opac-tmpl/prog/en/modules/sco/help.tmpl  |    2 +-
 .../opac-tmpl/prog/en/modules/sco/receipt.tmpl     |    2 +-
 .../opac-tmpl/prog/en/modules/sco/sco-main.tmpl    |    2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/member.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/members/member.tmpl
index 0cf952a..39dd8f7 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/member.tmpl
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/member.tmpl
@@ -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>
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/bor_issues_top.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/bor_issues_top.tmpl
index 689d478..b20a2f7 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/bor_issues_top.tmpl
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/bor_issues_top.tmpl
@@ -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" -->
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/borrowers_out.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/borrowers_out.tmpl
index 4525103..d624f99 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/borrowers_out.tmpl
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/borrowers_out.tmpl
@@ -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(
diff --git a/koha-tmpl/opac-tmpl/prog/en/modules/sco/help.tmpl b/koha-tmpl/opac-tmpl/prog/en/modules/sco/help.tmpl
index 01abb42..9f594c6 100644
--- a/koha-tmpl/opac-tmpl/prog/en/modules/sco/help.tmpl
+++ b/koha-tmpl/opac-tmpl/prog/en/modules/sco/help.tmpl
@@ -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>
diff --git a/koha-tmpl/opac-tmpl/prog/en/modules/sco/receipt.tmpl b/koha-tmpl/opac-tmpl/prog/en/modules/sco/receipt.tmpl
index d403a20..d4809d2 100644
--- a/koha-tmpl/opac-tmpl/prog/en/modules/sco/receipt.tmpl
+++ b/koha-tmpl/opac-tmpl/prog/en/modules/sco/receipt.tmpl
@@ -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>
diff --git a/koha-tmpl/opac-tmpl/prog/en/modules/sco/sco-main.tmpl b/koha-tmpl/opac-tmpl/prog/en/modules/sco/sco-main.tmpl
index 3bfde99..0ac11f5 100644
--- a/koha-tmpl/opac-tmpl/prog/en/modules/sco/sco-main.tmpl
+++ b/koha-tmpl/opac-tmpl/prog/en/modules/sco/sco-main.tmpl
@@ -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>
-- 
1.6.3.3




More information about the Koha-patches mailing list