Further corrections for Bug 4244, Use "checkouts" instead of "issues"

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
This commit is contained in:
Owen Leonard 2010-05-05 15:38:27 -04:00 committed by Galen Charlton
parent 1127878bdc
commit 841da504e8
4 changed files with 4 additions and 4 deletions

View file

@ -229,7 +229,7 @@
<!-- /TMPL_LOOP -->
</select></li>
<li class="radio"><label for="showall">Show any items currently issued:</label>
<li class="radio"><label for="showall">Show any items currently checked out:</label>
<!-- TMPL_IF NAME="showall" -->
<input type="checkbox" id="showall" name="showall" value="show" checked="checked" />
<!-- TMPL_ELSE -->

View file

@ -74,7 +74,7 @@
</thead>
<tbody>
<tr class="hilighted">
<td>Issue date</td>
<td>Checkout date</td>
<td><input type="radio" name="Line" value="timestamp" /></td>
<td><input type="radio" name="Column" value="timestamp" /></td>
<td > <label for="from">From</label> <input type="text" readonly="readonly" size="10" id="from" name="Filter" />

View file

@ -29,7 +29,7 @@ $(document).ready(function() {
<h1>Defining <!-- TMPL_IF NAME="branch" -->overdue actions for <!-- TMPL_VAR NAME="branch" --><!-- TMPL_ELSE -->default overdue actions<!-- /TMPL_IF --></h1>
<div class="help">
<p>Delay is the number of days after an issue is due before an action is triggered. </p>
<p>Delay is the number of days after an checkout is due before an action is triggered. </p>
<p>If you want Koha to trigger an action (send a letter or debar member), a delay value is required.</p>
<p>Columns must be filled left to right: if the first column is blank, other columns will be ignored. </p>
</div>

View file

@ -60,7 +60,7 @@
<option value ="add">Add</option>
<option value ="del">Delete</option>
<option value ="mod">Modify</option>
<option value="issue">Issue</option>
<option value="issue">Checkout</option>
<option value="return">Return</option>
</select>
</li>