Follow Up Bug 5869 Fix String Errors
authorNicole C. Engard <nengard@bywatersolutions.com>
Tue, 15 Mar 2011 17:01:24 +0000 (13:01 -0400)
committerChris Cormack <chrisc@catalyst.net.nz>
Thu, 17 Mar 2011 01:33:11 +0000 (14:33 +1300)
This patch fixes all occurences of 'reserves' to 'holds.' It also
added Holds to the menu include and updates capitalization and spacing.

Signed-off-by: Nicole C. Engard <nengard@bywatersolutions.com>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
koha-tmpl/intranet-tmpl/prog/en/includes/reports-menu.inc
koha-tmpl/intranet-tmpl/prog/en/modules/reports/reserves_stats.tmpl

index 25ed4ad..8b2df92 100644 (file)
@@ -9,7 +9,8 @@
                <li><a href="/cgi-bin/koha/reports/borrowers_stats.pl">Patrons</a></li>
                <li><a href="/cgi-bin/koha/reports/catalogue_stats.pl">Catalog</a></li>
                <li><a href="/cgi-bin/koha/reports/issues_stats.pl">Circulation</a></li>
-                <li><a href="/cgi-bin/koha/reports/serials_stats.pl">Serials</a></li>
+        <li><a href="/cgi-bin/koha/reports/serials_stats.pl">Serials</a></li>
+        <li><a href="/cgi-bin/koha/reports/reserves_stats.pl">Holds</a></li>        
        </ul>
 
 
index 2b78133..3c2195f 100644 (file)
@@ -10,7 +10,7 @@
 <!-- TMPL_INCLUDE NAME="header.inc" -->
 <!-- TMPL_INCLUDE NAME="cat-search.inc" -->
 
-<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/reports/reports-home.pl">Reports</a> <!-- TMPL_IF NAME="do_it" -->&rsaquo; <a href="/cgi-bin/koha/reports/reserves_stats.pl">Reserves statistics</a> &rsaquo; Results <!-- TMPL_ELSE -->&rsaquo; Reserves statistics<!-- /TMPL_IF --></div>
+<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/reports/reports-home.pl">Reports</a> <!-- TMPL_IF NAME="do_it" -->&rsaquo; <a href="/cgi-bin/koha/reports/reserves_stats.pl">Holds statistics</a> &rsaquo; Results <!-- TMPL_ELSE -->&rsaquo; Holds statistics<!-- /TMPL_IF --></div>
 
 <div id="doc3" class="yui-t2">
 
@@ -20,7 +20,7 @@
 
 <!-- TMPL_IF NAME="do_it" -->
     <!-- TMPL_IF NAME="mainloop" -->
-        <h1>Reserves statistics</h1>
+        <h1>Holds statistics</h1>
         <!-- TMPL_IF NAME="loopfilter" -->
             <p>Filtered on</p>
             <ul>
@@ -70,7 +70,7 @@
 
     <form method="post" action="/cgi-bin/koha/reports/reserves_stats.pl">
     <fieldset class="rows">
-       <legend>Reserve statistics</legend><table>
+       <legend>Holds statistics</legend><table>
         <thead>
             <tr>
                 <th>Title</th>
         </thead>
         <tbody>
                <tr >
-                <td>Reserve status </td>
+                <td>Hold Status </td>
                 <td><input type="radio" name="Line" value="reservestatus" /></td>
                 <td><input type="radio" name="Column" value="reservestatus" checked="checked" /></td>
                 <td>
-                               <input type="checkbox" name="filter_reservestatus_or_1" value="1">Asked</input>
+                               <input type="checkbox" name="filter_reservestatus_or_1" value="1"> Asked</input>
                                <input type="checkbox" name="filter_reservestatus_or_2" value="2"> Processing</input>
-                               <input type="checkbox" name="filter_reservestatus_or_3" value="3">Waiting</input>
-                               <input type="checkbox" name="filter_reservestatus_or_4" value="4">Satisfied</input>
-                               <input type="checkbox" name="filter_reservestatus_or_5" value="5">cancelled</input>
+                               <input type="checkbox" name="filter_reservestatus_or_3" value="3"> Waiting</input>
+                               <input type="checkbox" name="filter_reservestatus_or_4" value="4"> Satisfied</input>
+                               <input type="checkbox" name="filter_reservestatus_or_5" value="5"> Cancelled</input>
                                </td>
              </tr>
              <tr class="highlight">
-                <td>reserve date</td>
+                <td>Hold Date</td>
                 <td><input type="radio" name="Line" value="reservedate" /></td>
                 <td><input type="radio" name="Column" value="reservedate" /></td>
                 <td><label for="reservedate_begin">From</label> <input type="text"  size="10" id="filter_reservedate_begin" name="filter_reservedate_begin" />
                     </td>
                 </tr>
             <tr>
-                <td>notification date</td>
+                <td>Notification Date</td>
                 <td><input type="radio" name="Line" value="notificationdate" /></td>
                 <td><input type="radio" name="Column" value="notificationdate" /></td>
                 <td><label for="filter_notificationdate_begin">From</label> <input type="text"  size="10" id="filter_notificationdate_begin" name="filter_notificationdate_begin" />
                     </td>
              </tr>
             <tr>
-                <td>Reminder date</td>
+                <td>Reminder Date</td>
                 <td><input type="radio" name="Line" value="reminderdate" /></td>
                 <td><input type="radio" name="Column" value="reminderdate" /></td>
                 <td><label for="filter_reminderdate_begin">From</label> <input type="text"  size="10" id="filter_reminderdate_begin" name="Filter" />
                     </td>
              </tr>
             <tr>
-                <td>Waiting date</td>
+                <td>Waiting Date</td>
                 <td><input type="radio" name="Line" value="waitingdate" /></td>
                 <td><input type="radio" name="Column" value="waitingdate" /></td>
                 <td><label for="filter_waitingdate_begin">From</label> <input type="text"  size="10" id="filter_waitingdate_begin" name="filter_waitingdate_begin" />
                     </td>
              </tr>
                         <tr>
-                <td>cancellation date</td>
+                <td>Cancellation Date</td>
                 <td><input type="radio" name="Line" value="cancellationdate" /></td>
                 <td><input type="radio" name="Column" value="cancellationdate" /></td>
                 <td><label for="filter_cancellationdate_begin">From</label> <input type="text"  size="10" id="filter_cancellationdate_begin" name="filter_cancellationdate_begin" />
         </tbody>
     </table><br /></fieldset>
 
-<fieldset class="rows"><legend>Cell value </legend><ol><li><label for="cellvalue1">Count reserves</label> <input type="radio" name="Cellvalue" value="1" id="cellvalue1" checked="checked" /> </li>
+<fieldset class="rows"><legend>Cell value </legend><ol><li><label for="cellvalue1">Count holds</label> <input type="radio" name="Cellvalue" value="1" id="cellvalue1" checked="checked" /> </li>
             <li><label for="cellvalue2">Count unique borrowers</label> <input type="radio" name="Cellvalue" value="2" id="cellvalue2" /> </li><li><label for="cellvalue3">Count unique items</label> <input type="radio" name="Cellvalue" id="cellvalue3" value="3" /> </li><li><label for="cellvalue4">Count unique biblios</label> <input type="radio" name="Cellvalue" id="cellvalue4" value="4" /> </li></ol></fieldset>
                        
        <fieldset class="rows">