nomenclature cleanup: s/Branch/Library/ s/Document Type/Item Type/
authorJoshua Ferraro <jmf@liblime.com>
Fri, 30 May 2008 16:36:04 +0000 (11:36 -0500)
committerJoshua Ferraro <jmf@liblime.com>
Fri, 30 May 2008 16:36:04 +0000 (11:36 -0500)
19 files changed:
koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/issuehistory.tmpl
koha-tmpl/intranet-tmpl/prog/en/modules/circ/overdue.tmpl
koha-tmpl/intranet-tmpl/prog/en/modules/circ/reserveratios.tmpl
koha-tmpl/intranet-tmpl/prog/en/modules/help/circ/branchtransfers.tmpl
koha-tmpl/intranet-tmpl/prog/en/modules/labels/pcard-members-search.tmpl
koha-tmpl/intranet-tmpl/prog/en/modules/reports/bor_issues_top.tmpl
koha-tmpl/intranet-tmpl/prog/en/modules/reports/borrowers_stats.tmpl
koha-tmpl/intranet-tmpl/prog/en/modules/reports/cat_issues_top.tmpl
koha-tmpl/intranet-tmpl/prog/en/modules/reports/catalogue_out.tmpl
koha-tmpl/intranet-tmpl/prog/en/modules/reports/catalogue_stats.tmpl
koha-tmpl/intranet-tmpl/prog/en/modules/reports/issues_avg_stats.tmpl
koha-tmpl/intranet-tmpl/prog/en/modules/reports/itemslost.tmpl
koha-tmpl/intranet-tmpl/prog/en/modules/reports/stats_screen.tmpl
koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tmpl
koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-collection.tmpl
koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-recieve.tmpl
koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tmpl
koha-tmpl/opac-tmpl/prog/en/modules/opac-full-serial-issues.tmpl
koha-tmpl/opac-tmpl/prog/en/modules/opac-user.tmpl

index 24aaacb..7c09ecd 100644 (file)
@@ -25,8 +25,8 @@
             <th>Surname</th>
             <th>Firstname</th>
             <th>Barcode</th>
-            <th>Branchcode</th>
-            <th>Issuing branch</th>
+            <th>Library</th>
+            <th>Issuing Library</th>
             <th>Renew</th>
             <th>Date due</th>
             <th>Return date</th></tr>
index 8f146ee..c4f8dc4 100644 (file)
@@ -21,7 +21,7 @@
 <thead><tr>
     <th>Due Date</th>
     <th>Patron</th>
-    <th>Branch</th>
+    <th>Library</th>
     <th>Title</th>
 </tr></thead>
 
index 17749a4..4be12be 100644 (file)
@@ -56,7 +56,7 @@ $.tablesorter.addParser({
         <th>Title
         <a href="/cgi-bin/koha/circ/reserveratios.pl?ratio=<!-- TMPL_VAR NAME="ratio" -->&amp;order=biblio&amp;from=<!-- TMPL_VAR NAME="from" -->&amp;to=<!-- TMPL_VAR NAME="to" -->">Sort</a>
         </th>
-        <th>Holding Branches
+        <th>Holding Libraries
         <a href="/cgi-bin/koha/circ/reserveratios.pl?ratio=<!-- TMPL_VAR NAME="ratio" -->&amp;order=branch&amp;from=<!-- TMPL_VAR NAME="from" -->&amp;to=<!-- TMPL_VAR NAME="to" -->">Sort</a>
         </th>
         <th>Location
index b45ec8e..8f9608f 100644 (file)
@@ -5,14 +5,14 @@
 
 <h2><a id="qwhat_is_circulation_transfers" name="qwhat_is_circulation_transfers"></a>Q: What is Circulation Transfers?
 </h2>
-<p>  A:  Allows reassignment of an item to another Branch.   </p> 
+<p>  A:  Allows reassignment of an item to another Library.   </p> 
  
 <h2><a id="qhow_do_i_use_circulation_transfers" name="qhow_do_i_use_circulation_transfers"></a>Q:  How do I use Circulation Transfers?</h2>
 
-<p> A: Enter the item&rsquo;s barcode, select the destination branch, click on the &ldquo;transfer button&rdquo;. A successful transfer will result in a &ldquo;Transferred Items&rdquo; confirmation box appearing. </p> 
+<p> A: Enter the item&rsquo;s barcode, select the destination library, click on the &ldquo;transfer button&rdquo;. A successful transfer will result in a &ldquo;Transferred Items&rdquo; confirmation box appearing. </p> 
 
 
 <h2><a id="qhow_does_circulation_transfers_change_the_status_of_the_item" name="qhow_does_circulation_transfers_change_the_status_of_the_item"></a>Q: How does Circulation Transfers change the status of the item?
-</h2><p>  A: The item is shown as belonging to the transferred branch. </p>
+</h2><p>  A: The item is shown as belonging to the transferred library. </p>
 
-<!-- TMPL_INCLUDE name="help-bottom.inc" -->
\ No newline at end of file
+<!-- TMPL_INCLUDE name="help-bottom.inc" -->
index 2c6bc6d..59bd0d0 100644 (file)
@@ -94,8 +94,8 @@ function add_item3(borrowernumber){
     <th><label for="patron<!-- TMPL_VAR NAME="borrowernumber" -->" style="font-weight:bold;">Select</label></th>
     <th><a href="pcard-member-search.pl?member=<!--TMPL_VAR Name="member" -->&amp;orderby=cardnumber">Card</a></th>
     <th><a href="pcard-member-search.pl?member=<!--TMPL_VAR Name="member" -->&amp;orderby=surname">Name</a></th>
-    <th><a href="pcard-member-search.pl?member=<!--TMPL_VAR Name="member" -->&amp;orderby=borrowers.categorycode">Cat</a></th>
-    <th><a href="pcard-member-search.pl?member=<!--TMPL_VAR Name="member" -->&amp;orderby=branchcode">Branch</a></th>
+    <th><a href="pcard-member-search.pl?member=<!--TMPL_VAR Name="member" -->&amp;orderby=borrowers.categorycode">Category</a></th>
+    <th><a href="pcard-member-search.pl?member=<!--TMPL_VAR Name="member" -->&amp;orderby=branchcode">Library</a></th>
     <th>Expires on</th>
     <th>Notes</th>
     <th></th>
index ece173b..9f5ffba 100644 (file)
@@ -184,14 +184,14 @@ function Dopop(link) {
                                                                );
                                                        </script></li>
                        <li> 
-                               <label for="branch">Branch: </label>
-<select name="Filter" id="branch"><option value="" > Any Branch</option>
+                               <label for="branch">Library: </label>
+<select name="Filter" id="branch"><option value="" > Any Library</option>
     <!--TMPL_LOOP Name="branchloop"-->
         <option value="<!--TMPL_VAR Name="value"-->" ><!--TMPL_VAR Name="branchname"--> </option>  
      <!--/TMPL_LOOP --> 
     </select>                  </li>
                        <li> 
-                               <label for="documenttype">Document Type: </label><select name="Filter" id="documenttype"><option value="" > Any Document type</option>
+                               <label for="documenttype">Item Type: </label><select name="Filter" id="documenttype"><option value="" > Any item type</option>
     <!--TMPL_LOOP Name="itemtypeloop"-->
         <option value="<!--TMPL_VAR Name="value"-->" ><!--TMPL_VAR Name="description"--> </option>  
      <!--/TMPL_LOOP --> 
@@ -234,7 +234,7 @@ function Dopop(link) {
                                        </select></li>
                <li><label for="criteria">By: </label> <select name="Criteria" id="criteria">
                                                <option value ="" selected="selected">None</option>
-                                               <option value ="branchcode">Branch</option>
+                                               <option value ="branchcode">Library</option>
                                                <option value ="categorycode">Categorycode</option>
                                                <option value ="itemtype">Itemtype</option>
                                                <option value ="Day">Day</option>
index b9f3086..c83da5f 100644 (file)
                        </tr>
                        <tr class="hilighted">
                        <td>
-                       Branch
+                       Library
                        </td>
                        <td><input type="radio" name="Line" value="branchcode" /></td>
                        <td><input type="radio" name="Column" value="branchcode" /></td>
 <!-- TMPL_INCLUDE NAME="reports-menu.inc" -->
 </div>
 </div>
-<!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->
\ No newline at end of file
+<!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->
index 682e16e..3191e99 100644 (file)
@@ -192,14 +192,14 @@ function Dopop(link) {
                                                                        }
                                                                );
                                                        </script></li>
-                               <li><label for="branch">Branch: </label>
-<select name="Filter" id="branch"><option value="" > Any Branch</option>
+                               <li><label for="branch">Library: </label>
+<select name="Filter" id="branch"><option value="" > Any Library</option>
     <!--TMPL_LOOP Name="branchloop"-->
         <option value="<!--TMPL_VAR Name="value"-->" ><!--TMPL_VAR Name="branchname"--> </option>  
      <!--/TMPL_LOOP --> 
     </select>     </li>
       <li> 
-        <label for="documenttype">Document Type: </label><select name="Filter" id="documenttype"><option value="" > Any Document type</option>
+        <label for="documenttype">Item Type: </label><select name="Filter" id="documenttype"><option value="" > Any item type</option>
     <!--TMPL_LOOP Name="itemtypeloop"-->
         <option value="<!--TMPL_VAR Name="value"-->" ><!--TMPL_VAR Name="description"--> </option>  
      <!--/TMPL_LOOP --> 
@@ -233,7 +233,7 @@ function Dopop(link) {
                                        </select></li>
        <li><label for="criteria">By: </label><select name="Criteria" id="criteria">
                                                <option value ="" selected="selected">None</option>
-                                               <option value ="issuingbranch">Branch</option>
+                                               <option value ="issuingbranch">Library</option>
                                                <option value ="categorycode">Categorycode</option>
                                                <option value ="itemtype">Itemtype</option>
                                                <option value ="Day">Day</option>
index 9af0360..c8b2d73 100644 (file)
@@ -51,8 +51,8 @@
        
        <fieldset class="rows">
                <ol>
-                       <li>        <label for="branch">Branch: </label>
-<select name="Filter" id="branch"><option value="" > Any Branch</option>
+                       <li>        <label for="branch">Library: </label>
+<select name="Filter" id="branch"><option value="" > Any Library</option>
     <!--TMPL_LOOP Name="branchloop"-->
         <option value="<!--TMPL_VAR Name="value"-->" ><!--TMPL_VAR Name="branchname"--> </option>  
      <!--/TMPL_LOOP --> 
@@ -83,7 +83,7 @@
                                        </select></li>
                <li><label for="criteria">By: </label><select name="Criteria" id="criteria">
                                                <option value ="" selected="selected">None</option>
-                                               <option value ="homebranch">Branch</option>
+                                               <option value ="homebranch">Library</option>
                                                <option value ="itemtype">Itemtype</option>
                                        </select></li>
                </ol>
index eb81d0f..396ca46 100644 (file)
                                <td><label for="pubyearFrom">From</label> <input type="text" name="Filter" id="pubyearFrom" /> <label for="pubyearTo">To</label> <input type="text" name="Filter" id="pubyearTo" /></td>
                        </tr>
                        <tr>
-                               <td>Home Branch</td>
+                               <td>Home Library</td>
                                <td><input type="radio" name="Line" value="items.homebranch" /></td>
                                <td><input type="radio" name="Column" value="items.homebranch" /></td>
                                <td><select name="Filter" id="branch">
index e3678e8..2e93aa7 100644 (file)
                        </tr>
 <!-- Modified according to statistics table
                        <tr>
-                               <td>Issuing Branch</td>
+                               <td>Issuing Library</td>
                                <td><input type="radio" name="Line" value="issuingbranch"></td>
                                <td><input type="radio" name="Column" value="issuingbranch"></td>
                                <td ><! TMPL_VAR NAME="CGIBranch" ></td>
index c1d819e..e075ce1 100644 (file)
@@ -35,7 +35,7 @@
         <th>Date last seen</th>
         <th>Price</th>
         <th>Rep.Price</th>
-        <th>Branch</th>
+        <th>Library</th>
         <th>Itemtype</th>
         <th>Holdingbranch</th>
         <th>Location</th>
@@ -69,7 +69,7 @@
         <option value=""> --- </option>
         <option value="title">Title</option>
         <option value="author">Author</option>
-        <option value="homebranch">Branch</option>
+        <option value="homebranch">Library</option>
         <option value="itype">Itemtypes</option>
         <option value="barcode">Barcode</option>
         <option value="price">Price</option>
@@ -80,7 +80,7 @@
     </select></li>
        
        <li><label for="barcodefilter">Barcode: </label><input type="text" name="barcodefilter" id="barcodefilter" size="6" /></li>
-       <li><label for="branchfilter">Branch: </label><select name="branchfilter" id="branchfilter">
+       <li><label for="branchfilter">Library: </label><select name="branchfilter" id="branchfilter">
                 <option value="">All</option>
             <!-- TMPL_LOOP name="branchloop" -->
                 <!-- TMPL_IF NAME="selected" --><option value="<!-- TMPL_VAR NAME="value" -->" selected="selected"><!-- TMPL_VAR NAME="branchname" --></option>
index 747c739..4318511 100644 (file)
@@ -50,7 +50,7 @@
 
         <table>
                 <tr>
-                        <th>Branch</th>
+                        <th>Library</th>
                         <th>Date/time</th>
                         <th>Surname</th>
                         <th>Firstname</th>
@@ -85,7 +85,7 @@
 
         <table>
                 <tr>
-                        <th>Branch</th>
+                        <th>Library</th>
                         <th>Date/time</th>
                         <th>Surname</th>
                         <th>Firstname</th>
 
         <table>
                 <tr>
-                        <th>Branch</th>
+                        <th>Library</th>
                         <th>Date/time</th>
                         <th>Surname</th>
                         <th>Firstname</th>
 <!-- TMPL_INCLUDE NAME="reports-menu.inc" -->
 </div>
 </div>
-<!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->
\ No newline at end of file
+<!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->
index f16dcb8..caea831 100644 (file)
@@ -144,7 +144,7 @@ if (alreadyreserved > "0"){
       <li><a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=<!-- TMPL_VAR NAME="borrowernumber" -->"><!-- TMPL_VAR NAME="borrowerfirstname" --> <!-- TMPL_VAR NAME="borrowersurname" --> </a>'s <strong>account has expired</strong></li>
     <!-- /TMPL_IF -->
 
-<!-- TMPL_IF NAME="diffbranch" --><h3>Branch Mismatch</h3>
+<!-- TMPL_IF NAME="diffbranch" --><h3>Pickup Library Mismatch</h3>
       <li> <strong>Pickup library is different</strong> than <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=<!-- TMPL_VAR NAME="borrowernumber" -->"><!-- TMPL_VAR NAME="borrowerfirstname" --> <!-- TMPL_VAR NAME="borrowersurname" --> </a>'s home library (<!-- TMPL_VAR NAME="borrower_branchname" --> / <!-- TMPL_VAR NAME="borrower_branchcode" --> )</li>
     <!-- /TMPL_IF -->
 </ul></div>
index 2a9a7a9..f32c776 100644 (file)
@@ -68,7 +68,7 @@ $(document).ready(function() {
   <th>Subscription Num. </th>
   <th>Frequency</th>
   <th>Numbering pattern</th>
-  <th>Branch</th>
+  <th>Library</th>
   <th>Call Number</th>
   <th>Notes</th>
   <th>Routing</th>
index 5a821ed..b8d7b00 100644 (file)
@@ -98,7 +98,7 @@ function barcode_check(){
                        <!--TMPL_IF Name="serialadditems" -->
                                <br /><br />
                                <select name="branch">
-                                               <option value="">Branch</option>
+                                               <option value="">Library</option>
                        <!-- TMPL_LOOP name="branchloop" --><!-- TMPL_IF NAME="selected" --><option value="<!-- TMPL_VAR NAME="value" -->" selected="selected"><!-- TMPL_VAR NAME="branchname" --></option>
                                <!-- TMPL_ELSE -->
                                <option value="<!-- TMPL_VAR NAME="value" -->"><!-- TMPL_VAR NAME="branchname" --></option>
@@ -212,7 +212,7 @@ function barcode_check(){
                        <!--TMPL_IF Name="serialadditems" -->
                                <br /><br />
                                <select name="branch">
-                                               <option value="">Branch</option>
+                                               <option value="">Library</option>
                        <!-- TMPL_LOOP name="branchloop" -->
                                <!-- TMPL_IF NAME="selected" --><option value="<!-- TMPL_VAR NAME="value" -->" selected="selected"><!-- TMPL_VAR NAME="branchname" --></option>
                                <!-- TMPL_ELSE -->
index f2aa85c..8a4a329 100644 (file)
@@ -47,7 +47,7 @@ $(document).ready(function(){
         <fieldset class="rows">
         <legend>Select items you want to check</legend>
         <ol><li>
-        <label for="branchloop">Branch</label><select id="branchloop" name="branchcode">
+        <label for="branchloop">Library</label><select id="branchloop" name="branchcode">
         <!-- TMPL_LOOP NAME="branchloop" -->
             <!-- TMPL_IF name="selected" -->
                 <option value="<!-- TMPL_VAR NAME="value" -->" selected="selected"><!-- TMPL_VAR NAME='branchname' --></option>
index 9ff0b34..07276f3 100644 (file)
@@ -32,7 +32,7 @@
                 </th>
                 <th>Date received
                 </th>
-                <th>Branch
+                <th>Library
                 </th>
                 <th>Number
                 </th>
@@ -87,4 +87,4 @@ function showlayer(numlayer)
 </div>
 </div><!-- /TMPL_IF -->
 </div>
-<!-- TMPL_INCLUDE NAME="opac-bottom.inc" -->
\ No newline at end of file
+<!-- TMPL_INCLUDE NAME="opac-bottom.inc" -->
index 92f1fae..09a58e7 100644 (file)
@@ -127,7 +127,7 @@ $.tablesorter.addParser({
             <tr>
                 <th colspan="2">Title</th>
                 <th>Hold date</th>
-                <th>Pick Up Branch</th>
+                <th>Pick Up Library</th>
             </tr>
             <!-- TMPL_LOOP NAME="WAITING" -->
                 <tr>