[Koha-cvs] koha koha-tmpl/intranet-tmpl/prog/en/bookshelve...

Joshua Ferraro jmf at liblime.com
Sat Mar 10 18:01:00 CET 2007


CVSROOT:	/sources/koha
Module name:	koha
Changes by:	Joshua Ferraro <kados>	07/03/10 17:01:00

Modified files:
	koha-tmpl/intranet-tmpl/prog/en/bookshelves: 
	                                             addbookbybiblionumber.tmpl 
	                                             shelves.tmpl 
	koha-tmpl/intranet-tmpl/prog/en/catalogue: advsearch.tmpl 
	koha-tmpl/intranet-tmpl/prog/en/cataloguing: addbooks.tmpl 
	koha-tmpl/intranet-tmpl/prog/en/members: guarantor_search.tmpl 
	                                         memberentryC.tmpl 
	koha-tmpl/intranet-tmpl/prog/en/reports: borrowers_out.tmpl 
	                                         catalogue_out.tmpl 
	                                         reports-home.tmpl 
	koha-tmpl/intranet-tmpl/prog/en/reviews: reviewswaiting.tmpl 
	reports        : issues_by_borrower_category.plugin 
	                 itemtypes.plugin manager.pl 
Added files:
	koha-tmpl/intranet-tmpl/prog/en/includes: menu-reviews.inc 

Log message:
	language cleanups
	switch from HTML::Template to HTML::Template::Pro for report plugins

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/prog/en/bookshelves/addbookbybiblionumber.tmpl?cvsroot=koha&r1=1.2&r2=1.3
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/prog/en/bookshelves/shelves.tmpl?cvsroot=koha&r1=1.2&r2=1.3
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/prog/en/catalogue/advsearch.tmpl?cvsroot=koha&r1=1.3&r2=1.4
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/prog/en/cataloguing/addbooks.tmpl?cvsroot=koha&r1=1.3&r2=1.4
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/prog/en/includes/menu-reviews.inc?cvsroot=koha&rev=1.1
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/prog/en/members/guarantor_search.tmpl?cvsroot=koha&r1=1.3&r2=1.4
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/prog/en/members/memberentryC.tmpl?cvsroot=koha&r1=1.13&r2=1.14
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/prog/en/reports/borrowers_out.tmpl?cvsroot=koha&r1=1.2&r2=1.3
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/prog/en/reports/catalogue_out.tmpl?cvsroot=koha&r1=1.2&r2=1.3
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/prog/en/reports/reports-home.tmpl?cvsroot=koha&r1=1.4&r2=1.5
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/prog/en/reviews/reviewswaiting.tmpl?cvsroot=koha&r1=1.4&r2=1.5
http://cvs.savannah.gnu.org/viewcvs/koha/reports/issues_by_borrower_category.plugin?cvsroot=koha&r1=1.6&r2=1.7
http://cvs.savannah.gnu.org/viewcvs/koha/reports/itemtypes.plugin?cvsroot=koha&r1=1.5&r2=1.6
http://cvs.savannah.gnu.org/viewcvs/koha/reports/manager.pl?cvsroot=koha&r1=1.5&r2=1.6

Patches:
Index: koha-tmpl/intranet-tmpl/prog/en/bookshelves/addbookbybiblionumber.tmpl
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/intranet-tmpl/prog/en/bookshelves/addbookbybiblionumber.tmpl,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- koha-tmpl/intranet-tmpl/prog/en/bookshelves/addbookbybiblionumber.tmpl	9 Mar 2007 14:47:38 -0000	1.2
+++ koha-tmpl/intranet-tmpl/prog/en/bookshelves/addbookbybiblionumber.tmpl	10 Mar 2007 17:01:00 -0000	1.3
@@ -1,18 +1,18 @@
 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
-Koha -- Add to Virtual Shelf
+Koha &rsaquo; Add to Virtual Shelf
 <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
 
 <h1>Add 
     <i><!-- TMPL_VAR NAME="title" --></i>
     <!-- TMPL_IF NAME="author" -->
         by <!-- TMPL_VAR NAME="author" -->
-    <!-- /TMPL_IF --> to a Virtual Shelf
+    <!-- /TMPL_IF --> to a virtual shelf
 </h1>
 
 <form name="f1" method="POST" action="/cgi-bin/koha/bookshelves/addbookbybiblionumber.pl">
     <input type="hidden" name="biblionumber" value="<!-- TMPL_VAR NAME="biblionumber" -->">
     
-    <b>Select an Existing Bookshelf</b>
+    <b>Select an existing shelf</b>
     <p>
         <label>Add to virtual shelf</label><!-- TMPL_VAR NAME="CGIbookshelves" -->
     </p>
@@ -21,10 +21,10 @@
 </form>
 <p>...or...</p>
 <form name="f2" method="POST" action="/cgi-bin/koha/bookshelves/addbookbybiblionumber.pl">
-    <b>Add to a New Bookshelf:</b>
+    <b>Add to a new shelf:</b>
         <p>
             <label for="newbookshelf">
-                Shelf Name:
+                Shelf name:
             </label>
             <input type="text" name="newbookshelf" id="newbookshelf" size="40" />
         </p>

Index: koha-tmpl/intranet-tmpl/prog/en/bookshelves/shelves.tmpl
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/intranet-tmpl/prog/en/bookshelves/shelves.tmpl,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- koha-tmpl/intranet-tmpl/prog/en/bookshelves/shelves.tmpl	9 Mar 2007 14:47:38 -0000	1.2
+++ koha-tmpl/intranet-tmpl/prog/en/bookshelves/shelves.tmpl	10 Mar 2007 17:01:00 -0000	1.3
@@ -1,5 +1,5 @@
 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
-Koha -- Add to Virtual Shelf
+Koha &rsaquo; Add to Virtual Shelf
 <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
 
 <!-- TMPL_INCLUDE NAME="menus.inc" -->
@@ -8,10 +8,10 @@
 <!-- TMPL_IF Name="viewshelf" -->
 
 <div id="action">
-    <a class="button" href="/cgi-bin/koha/bookshelves/shelves.pl">Back to Virtual Shelves</a>
+    <a class="button" href="/cgi-bin/koha/bookshelves/shelves.pl">Back to virtual Shelves</a>
     <!-- TMPL_IF name="manageshelf" -->
     <a class="button" href="/cgi-bin/koha/bookshelves/shelves.pl?op=modif&shelf=<!-- TMPL_VAR Name="shelfnumber" -->">
-        Modify this Shelf</a>
+        Modify this shelf</a>
     <!-- /TMPL_IF -->
 </div>
 
@@ -70,7 +70,7 @@
         <input type="hidden" name="DEL-<!-- TMPL_VAR NAME="shelfnumber" -->" />
         <input type="hidden" name="shelves" value="1" />
         <input type="submit" class="icon delete"
-               value="Delete this Shelf"
+               value="Delete this shelf"
                onclick="return confirmDelete('Are you sure you want to delete this shelf?')" />
         <!-- /TMPL_UNLESS -->
         <!-- /TMPL_IF -->
@@ -91,7 +91,7 @@
 <br />
 <form action="/cgi-bin/koha/bookshelves/shelves.pl" method="post">
     <table>
-        <tr><th colspan="2">Add an Item to this Shelf by Barcode</th></tr>
+        <tr><th colspan="2">Add an item to this shelf by barcode</th></tr>
         <tr>
             <td>
                 <label for="addbarcode">Barcode:</label>
@@ -118,9 +118,9 @@
         <!-- /TMPL_LOOP -->
     <form method="post" action="/cgi-bin/koha/bookshelves/shelves.pl">
         <input type="hidden" name="shelves" value="1">
-        <h3>Create a New a Virtual Shelf</h3>
+        <h3>Create a new virtual shelf</h3>
         <table>
-        <tr><th scope="row"><label for="addshelf">Shelf Name:</label> </th><td> <input id="addshelf" type="text" name="addshelf" size="25"></td></tr>
+        <tr><th scope="row"><label for="addshelf">Shelf name:</label> </th><td> <input id="addshelf" type="text" name="addshelf" size="25"></td></tr>
         <tr><th scope="row"><label for="owner">Owner:</label> </th><td><input type="hidden" name="owner" id="owner" value="<!-- TMPL_VAR name="loggedinuser" -->"><!-- TMPL_VAR name="loggedinusername" --></td></tr>
         <tr><th scope="row"><label for="category">Category:</label> </th><td><select name="category" id="category">
                                     <option value="1">Private</option>
@@ -130,16 +130,16 @@
             <li>A <b>private</b> virtual shelf is managed by you and can be seen only by you.</li>
             <li> A <b>public</b> virtual shelf can be seen by everybody, but managed only by you.</li>
         </ul>
-                                <p><input type="submit" value="Add New Shelf"></p>
+                                <p><input type="submit" value="Add a new shelf"></p>
                     </form>
         
         <!-- TMPL_IF NAME="numberCanManage" -->
         <!-- TMPL_IF NAME="shelvesloop" -->
         <form method="post" action="/cgi-bin/koha/bookshelves/shelves.pl" name="mainform">
                     <input type="hidden" name="shelves" value="1" />
-                    <h3>Delete Virtual Shelves</h3>
+                    <h3>Delete virtual shelves</h3>
                     <table>
-                        <tr><th>&nbsp;</th><th>Shelf Name</th><th>Contents</th></tr>
+                        <tr><th>&nbsp;</th><th>Shelf name</th><th>Contents</th></tr>
                         <!-- TMPL_LOOP Name="shelvesloop" -->
                         <!-- TMPL_IF name="canmanage" -->
                         <tr>
@@ -156,20 +156,20 @@
                         <!-- /TMPL_IF -->
                         <!-- /TMPL_LOOP -->
                     </table>
-        <input type="submit" value="Delete Shelves" /></form>
+        <input type="submit" value="Delete shelves" /></form>
         <!-- /TMPL_IF -->
         <!-- /TMPL_IF -->
         <br />
-        <p><form class="inline" action="/cgi-bin/koha/bookshelves/shelves.pl" method="get"><input type="submit" value="Back to Virtual Shelves" /></form></p>
+        <p><form class="inline" action="/cgi-bin/koha/bookshelves/shelves.pl" method="get"><input type="submit" value="Back to virtual shelves" /></form></p>
 
     <!-- TMPL_ELSE -->
     <!-- TMPL_IF name="edit" -->
         <form method="post">
             <input type="hidden" name="op" value="modifsave">
             <input type="hidden" name="shelfnumber" value="<!-- TMPL_VAR name="shelfnumber" -->">
-<h3>Modify Virtual Shelf <!-- TMPL_VAR name="shelfname"--></h3>
+<h3>Modify virtual shelf <!-- TMPL_VAR name="shelfname"--></h3>
             <table>
-            <tr><td><label for="shelfname">Shelf Name: </label></td><td><input type="text" id="shelfname" name="shelfname" size="25" value="<!-- TMPL_VAR name="shelfname"-->" /></td></tr>
+            <tr><td><label for="shelfname">Shelf name: </label></td><td><input type="text" id="shelfname" name="shelfname" size="25" value="<!-- TMPL_VAR name="shelfname"-->" /></td></tr>
             <tr><td><label for="owner">Owner: </label></td><td><input type="hidden" id="owner" name="owner" value="<!-- TMPL_VAR NAME="loggedinuser" -->"><!-- TMPL_VAR NAME="loggedinusername" --></td></tr>
             <tr><td><label for="category">Category: </label></td><td><select id="category" name="category">
                     <!-- TMPL_IF name="category1" -->
@@ -187,19 +187,19 @@
             <ul><li>A <strong>private</strong> virtual shelf is managed by you and can be seen <strong>only</strong> by you.</li>
                 <li> A <strong>public</strong> virtual shelf can be seen by <strong>everybody</strong>, but managed only by you.</li>
             </ul>
-            <p><input type="submit" value="Save Changes"></p>
+            <p><input type="submit" value="Save changes"></p>
 
         </form>
 <!-- /TMPL_IF -->
-<h3>Virtual Shelves</h3>
+<h3>Virtual shelves</h3>
 
 <table>
-<tr><th>Shelf Name</th><th>Category</th><th>Content Size</th><th>&nbsp;</th></tr>
+<tr><th>Shelf name</th><th>Category</th><th>Content size</th><th>&nbsp;</th></tr>
 <!-- TMPL_LOOP Name="shelvesloop" -->
 <tr<!-- TMPL_IF name="color" --> class="highlight"<!-- /TMPL_IF -->><td><a href="/cgi-bin/koha/bookshelves/shelves.pl?viewshelf=<!-- TMPL_VAR Name="shelf" -->"><!-- TMPL_VAR Name="shelfname" --></a></td><td><!-- TMPL_IF NAME="category1" -->Private<!-- /TMPL_IF --><!-- TMPL_IF NAME="category2" -->Public<!-- /TMPL_IF --><!-- TMPL_IF NAME="category3" -->Free<!-- /TMPL_IF --></td><td><!-- TMPL_VAR Name="shelfbookcount" --> item(s)</td><td><!-- TMPL_IF name="mine" --><a href="/cgi-bin/koha/bookshelves/shelves.pl?op=modif&amp;shelf=<!-- TMPL_VAR NAME="shelf" -->">Modify</a><!-- TMPL_ELSE -->&nbsp;<!-- /TMPL_IF --></td></tr>
             <!-- /TMPL_LOOP -->
         </table>
-        <p><form action="/cgi-bin/koha/bookshelves/shelves.pl" method="get"><input type="hidden" value="1" name="shelves" /><input type="submit" value="Add or Remove Book Shelves" /></form></p>
+        <p><form action="/cgi-bin/koha/bookshelves/shelves.pl" method="get"><input type="hidden" value="1" name="shelves" /><input type="submit" value="Add or remove virtual shelves" /></form></p>
     <!-- /TMPL_IF -->
 <!-- /TMPL_IF -->
 

Index: koha-tmpl/intranet-tmpl/prog/en/catalogue/advsearch.tmpl
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/intranet-tmpl/prog/en/catalogue/advsearch.tmpl,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- koha-tmpl/intranet-tmpl/prog/en/catalogue/advsearch.tmpl	10 Mar 2007 06:22:52 -0000	1.3
+++ koha-tmpl/intranet-tmpl/prog/en/catalogue/advsearch.tmpl	10 Mar 2007 17:01:00 -0000	1.4
@@ -1,4 +1,4 @@
-<!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Koha -- Catalogue: Advanced Search<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
+<!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Koha &rsaquo; Catalogue &rsaquo; Advanced Search<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
 <!-- TMPL_INCLUDE NAME="menus.inc" -->
 <!-- TMPL_INCLUDE NAME="menu-catalogue.inc" -->
 
@@ -7,7 +7,7 @@
 <!-- TMPL_IF NAME="expanded_options" -->
 <h1>Advanced Search</h1>
 <!-- TMPL_ELSE -->
-<h1>Search the Library Catalogue</h1>
+<h1>Search the Catalogue</h1>
 <!-- /TMPL_IF -->
 
 <!-- TMPL_IF NAME="if_expanded_options_actually_worked" -->
@@ -38,7 +38,7 @@
 <!-- /REMOTE DATABASES -->
 <!-- /TMPL_IF -->
 <!-- TMPL_ELSE -->
-<h3>Search the Library Catalogue</h3>
+<h3>Search the catalogue:</h3>
 <!-- /TMPL_IF -->
 
 <!-- BOOLEAN SEARCH OPTIONS -->
@@ -91,7 +91,7 @@
     </fieldset>
 <!-- /BOOLEAN SEARCH OPTIONS -->
 <fieldset style="margin-right:20%">
-    <legend>Itemtype to: match any of the following </legend>
+    <legend>Itemtype limit to any of the following:</legend>
     <p>
       <!--TMPL_LOOP Name="itemtypeloop"-->
         <input type="checkbox" id="mt-<!--TMPL_VAR Name="number" -->" name="limit" value="mt:<!--TMPL_VAR Name="code" -->"/><img border="0" src="<!--TMPL_VAR Name="imageurl" -->" alt="<!--TMPL_VAR Name="description" -->" title="<!--TMPL_VAR Name="description" -->"/>
@@ -442,7 +442,7 @@
             <!-- TMPL_ELSE -->
             <a href="/cgi-bin/koha/catalogue/search.pl?expanded_options=1">[More options]</a>
             <!-- /TMPL_IF -->
-            <a href="/cgi-bin/koha/catalogue/search.pl?do=Clear">[New Search]</a> 
+            <a href="/cgi-bin/koha/catalogue/search.pl?do=Clear">[New search]</a> 
             </p>
 <!-- /SEARCH BUTTONS -->
 </div>

Index: koha-tmpl/intranet-tmpl/prog/en/cataloguing/addbooks.tmpl
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/intranet-tmpl/prog/en/cataloguing/addbooks.tmpl,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- koha-tmpl/intranet-tmpl/prog/en/cataloguing/addbooks.tmpl	9 Mar 2007 14:47:39 -0000	1.3
+++ koha-tmpl/intranet-tmpl/prog/en/cataloguing/addbooks.tmpl	10 Mar 2007 17:01:00 -0000	1.4
@@ -1,9 +1,9 @@
-<!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Koha -- Cataloging Home<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
+<!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Koha &rsaquo; Cataloguing<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
 
 <!-- TMPL_INCLUDE NAME="menus.inc" -->
 <!-- TMPL_INCLUDE NAME="menu-catalogue.inc" -->
 
-	<h1>Catalog Maintenance</h1>
+	<h1>Koha &rsaquo; Catalogue Maintenance</h1>
 	<!-- TMPL_IF name="noitemsfound" -->
 		No items found
 	<!-- /TMPL_IF -->

Index: koha-tmpl/intranet-tmpl/prog/en/members/guarantor_search.tmpl
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/intranet-tmpl/prog/en/members/guarantor_search.tmpl,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- koha-tmpl/intranet-tmpl/prog/en/members/guarantor_search.tmpl	9 Mar 2007 14:47:39 -0000	1.3
+++ koha-tmpl/intranet-tmpl/prog/en/members/guarantor_search.tmpl	10 Mar 2007 17:01:00 -0000	1.4
@@ -1,25 +1,24 @@
-<!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Guarantor search<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
-<h1>Search guarantor</h1>
-	Search on
+<!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Koha &rsaquo; Guarantor Search<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
+<h1>Search for guarantor</h1>
 	<form action="/cgi-bin/koha/members/guarantor_search.pl" method="post">
 		<input type="text" name="member" value="<!-- TMPL_VAR NAME="member" -->"> Ordered by
 		<select name="orderby">
 			<option value="surname,firstname">Surname</option>
-			<option value="cardnumber">cardnumber</option>
+			<option value="cardnumber">Cardnumber</option>
 		</select>
-		<input type="submit" class="button" value="OK">
+		<input type="submit" class="button" value="Search">
 	</form>
 </div>
 
 <!--TMPL_IF NAME="results" -->
-	<p>filter on <!-- TMPL_VAR NAME="member" -->, <!-- TMPL_VAR Name ="numresults" --> members found</p>
+	<p>Searched for <!-- TMPL_VAR NAME="member" -->, <!-- TMPL_VAR Name ="numresults" --> borrower(s) found:</p>
 	<table>
 		<tr>
-			<th>cardnumber</th>
-			<th>surname</th>
-			<th>firstname</th>
+			<th>Cardnumber</th>
+			<th>Surname</th>
+			<th>Firstname</th>
 			<th>Date of birth</th>
-			<th>address</th>
+			<th>Address</th>
 		</tr>
 		<!-- TMPL_LOOP NAME="resultsloop" -->
 			<!-- TMPL_IF NAME="background" -->

Index: koha-tmpl/intranet-tmpl/prog/en/members/memberentryC.tmpl
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/intranet-tmpl/prog/en/members/memberentryC.tmpl,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -b -r1.13 -r1.14
--- koha-tmpl/intranet-tmpl/prog/en/members/memberentryC.tmpl	10 Mar 2007 01:53:24 -0000	1.13
+++ koha-tmpl/intranet-tmpl/prog/en/members/memberentryC.tmpl	10 Mar 2007 17:01:00 -0000	1.14
@@ -20,7 +20,7 @@
 	</h1>
 	<!-- TMPL_ELSE -->
 	<h1 >
-		Modify children borrower <!-- TMPL_VAR NAME="surname" --> <!-- TMPL_VAR name="firstname" -->
+		Modify child borrower <!-- TMPL_VAR NAME="surname" --> <!-- TMPL_VAR name="firstname" -->
 	</h1>
 	<!-- /TMPL_IF -->
 	<!-- TMPL_IF NAME="check_member" -->

Index: koha-tmpl/intranet-tmpl/prog/en/reports/borrowers_out.tmpl
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/intranet-tmpl/prog/en/reports/borrowers_out.tmpl,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- koha-tmpl/intranet-tmpl/prog/en/reports/borrowers_out.tmpl	9 Mar 2007 14:47:39 -0000	1.2
+++ koha-tmpl/intranet-tmpl/prog/en/reports/borrowers_out.tmpl	10 Mar 2007 17:01:00 -0000	1.3
@@ -1,4 +1,4 @@
-<!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Reports --<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
+<!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Koha &rsaquo; Reports<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
 <!--TMPL_INCLUDE NAME="menus.inc" --><!-- TMPL_INCLUDE NAME="menu-reports.inc"-->
 <!-- Additions to enable Calendar system -->
 <link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR name="themelang" -->/includes/calendar/calendar-system.css">
@@ -77,7 +77,7 @@
             <tr class="hilighted">
                 <td>&nbsp;</td>
                 <td>&nbsp;</td>
-                <td>Borrower Category</td>
+                <td>Borrower category</td>
                 <td><input type="text" name="Filter" value="" /></td>
             </tr>
             <tr class="hilighted">

Index: koha-tmpl/intranet-tmpl/prog/en/reports/catalogue_out.tmpl
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/intranet-tmpl/prog/en/reports/catalogue_out.tmpl,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- koha-tmpl/intranet-tmpl/prog/en/reports/catalogue_out.tmpl	9 Mar 2007 14:47:39 -0000	1.2
+++ koha-tmpl/intranet-tmpl/prog/en/reports/catalogue_out.tmpl	10 Mar 2007 17:01:00 -0000	1.3
@@ -1,4 +1,4 @@
-<!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Reports --<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
+<!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Koha &rsaquo; Reports<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
 <!--TMPL_INCLUDE NAME="menus.inc" --><!-- TMPL_INCLUDE NAME="menu-reports.inc"-->
 <!-- Additions to enable Calendar system -->
 <link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR name="themelang" -->/includes/calendar/calendar-system.css">
@@ -11,7 +11,7 @@
 
 <!-- TMPL_IF NAME="do_it" -->
 	<!-- TMPL_LOOP NAME="mainloop" -->
-		<h1>Items with no Issues</h1>
+		<h1>Items with no issues</h1>
 		<!-- TMPL_IF NAME="loopfilter"-->
 			<p>Filtered on</p>
 			<!-- TMPL_LOOP NAME="loopfilter" -->
@@ -83,7 +83,7 @@
 			<tr>
 				<td>&nbsp;</td>
 				<td>&nbsp;</td>
-				<td>Document Type</td>
+				<td>Document type</td>
 				<td><input type="text" name="Filter" value="" /></td>
 			</tr>
 		</tbody>

Index: koha-tmpl/intranet-tmpl/prog/en/reports/reports-home.tmpl
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/intranet-tmpl/prog/en/reports/reports-home.tmpl,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- koha-tmpl/intranet-tmpl/prog/en/reports/reports-home.tmpl	9 Mar 2007 14:47:39 -0000	1.4
+++ koha-tmpl/intranet-tmpl/prog/en/reports/reports-home.tmpl	10 Mar 2007 17:01:00 -0000	1.5
@@ -1,4 +1,4 @@
-<!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Reports --<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
+<!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Koha &rsaquo; Reports <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
 <!-- TMPL_INCLUDE NAME="menus.inc"-->
 <!-- TMPL_INCLUDE NAME="menu-reports.inc"-->
 <!-- Additions to enable Calendar system -->
@@ -12,7 +12,7 @@
 
 <h1>Reports</h1>
 
-	<h2>Stat wizards</h2>
+	<h2>Statistics wizards</h2>
 	<ul>
 		<li><a href="/cgi-bin/koha/reports/acquisitions_stats.pl">Acquisitions</a></li>
 		<li><a href="/cgi-bin/koha/reports/borrowers_stats.pl">Borrowers</a></li>
@@ -23,22 +23,20 @@
 
 	<h2>Top Lists</h2>
 	<ul>
-		<li><a href="/cgi-bin/koha/reports/bor_issues_top.pl">Most issuing Borrowers</a></li>
+		<li><a href="/cgi-bin/koha/reports/bor_issues_top.pl">Most issuing borrowers</a></li>
 		<li><a href="/cgi-bin/koha/reports/cat_issues_top.pl">Most issued items</a></li>
 	</ul>
-	<h2>Outsiders</h2>
+	<h2>Inactive</h2>
 	<ul>
 		<li><a href="/cgi-bin/koha/reports/borrowers_out.pl">Borrowers without issues</a></li>
 		<li><a href="/cgi-bin/koha/reports/catalogue_out.pl">Items not issued</a></li>
 	</ul>
 
 
-	<h2>Other stats</h2>
-	<p>on catalogue</p>
+	<h2>Other</h2>
 	<ul>
 		<li><a href="/cgi-bin/koha/reports/manager.pl?report_name=itemtypes">Catalogue by itemtype</a></li>
 	</ul>
-	<p>on issues</p>
 	<ul>
 		<li><a href="/cgi-bin/koha/reports/manager.pl?report_name=issues_by_borrower_category">Issues by borrower category</a></li>
 		<li><a href="/cgi-bin/koha/reports/issues_avg_stats.pl">Average loan time</a></li>

Index: koha-tmpl/intranet-tmpl/prog/en/reviews/reviewswaiting.tmpl
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/intranet-tmpl/prog/en/reviews/reviewswaiting.tmpl,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- koha-tmpl/intranet-tmpl/prog/en/reviews/reviewswaiting.tmpl	9 Mar 2007 14:47:39 -0000	1.4
+++ koha-tmpl/intranet-tmpl/prog/en/reviews/reviewswaiting.tmpl	10 Mar 2007 17:01:00 -0000	1.5
@@ -1,9 +1,9 @@
 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
-Reviews waiting for Approval --
+Koha &rsaquo; Reviews waiting for Approval &rsaquo;
 <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
 
 <!-- TMPL_INCLUDE NAME="menus.inc" -->
-<!--TMPL_INCLUDE NAME="menu-serials.inc" -->
+<!--TMPL_INCLUDE NAME="menu-reviews.inc" -->
 
 <h1>Reviews</h1>
 
@@ -43,7 +43,7 @@
     <!-- /TMPL_LOOP -->
 </table>
 <!-- TMPL_ELSE -->
-<b>No review has to be approved or deleted.</b>
+<b>No reviews awaiting approval or deletion</b>
 <!-- /TMPL_IF -->
 
 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->

Index: reports/issues_by_borrower_category.plugin
===================================================================
RCS file: /sources/koha/koha/reports/issues_by_borrower_category.plugin,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -b -r1.6 -r1.7
--- reports/issues_by_borrower_category.plugin	9 Mar 2007 15:13:36 -0000	1.6
+++ reports/issues_by_borrower_category.plugin	10 Mar 2007 17:01:00 -0000	1.7
@@ -1,6 +1,6 @@
 #!/usr/bin/perl
 
-# $Id: issues_by_borrower_category.plugin,v 1.6 2007/03/09 15:13:36 tipaul Exp $
+# $Id: issues_by_borrower_category.plugin,v 1.7 2007/03/10 17:01:00 kados Exp $
 
 # Copyright 2000-2002 Katipo Communications
 #
@@ -23,7 +23,7 @@
 use C4::Auth;
 use CGI;
 use C4::Context;
-use HTML::Template;
+use HTML::Template::Pro;
 use C4::Search;
 use C4::Output;
 use C4::Koha;

Index: reports/itemtypes.plugin
===================================================================
RCS file: /sources/koha/koha/reports/itemtypes.plugin,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- reports/itemtypes.plugin	9 Mar 2007 15:13:36 -0000	1.5
+++ reports/itemtypes.plugin	10 Mar 2007 17:01:00 -0000	1.6
@@ -1,6 +1,6 @@
 #!/usr/bin/perl
 
-# $Id: itemtypes.plugin,v 1.5 2007/03/09 15:13:36 tipaul Exp $
+# $Id: itemtypes.plugin,v 1.6 2007/03/10 17:01:00 kados Exp $
 
 # Copyright 2000-2002 Katipo Communications
 #
@@ -23,7 +23,7 @@
 use C4::Auth;
 use CGI;
 use C4::Context;
-use HTML::Template;
+use HTML::Template::Pro;
 use C4::Search;
 use C4::Output;
 use C4::Koha;

Index: reports/manager.pl
===================================================================
RCS file: /sources/koha/koha/reports/manager.pl,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- reports/manager.pl	9 Mar 2007 15:13:36 -0000	1.5
+++ reports/manager.pl	10 Mar 2007 17:01:00 -0000	1.6
@@ -50,6 +50,7 @@
 	$cgidir = C4::Context->intranetdir."/reports/";
 } 
 my $plugin = $cgidir.$report_name.".plugin";
+warn "PLUGIN:".$plugin;
 require $plugin;
 if ($do_it) {
 	my $results = calculate(\@values);

Index: koha-tmpl/intranet-tmpl/prog/en/includes/menu-reviews.inc
===================================================================
RCS file: koha-tmpl/intranet-tmpl/prog/en/includes/menu-reviews.inc
diff -N koha-tmpl/intranet-tmpl/prog/en/includes/menu-reviews.inc
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ koha-tmpl/intranet-tmpl/prog/en/includes/menu-reviews.inc	10 Mar 2007 17:01:00 -0000	1.1
@@ -0,0 +1,5 @@
+<div id="submenu">
+        <a href="/cgi-bin/koha/reviews/reviewswaiting.pl">Home</a>
+</div>
+
+<div id="main">





More information about the Koha-cvs mailing list