nomenclature cleanup: s/Branch/Library/ s/Document Type/Item Type/
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / reports / itemslost.tmpl
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>