[Koha-cvs] koha/koha-tmpl/intranet-tmpl/default/en/circ re... [rel_2_2]

paul poulain paul at koha-fr.org
Fri Dec 30 11:55:23 CET 2005


CVSROOT:	/cvsroot/koha
Module name:	koha
Branch: 	rel_2_2
Changes by:	paul poulain <tipaul at savannah.gnu.org>	05/12/30 10:55:23

Modified files:
	koha-tmpl/intranet-tmpl/default/en/circ: reserve.tmpl 

Log message:
	improving pending reserve list

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha/koha-tmpl/intranet-tmpl/default/en/circ/reserve.tmpl.diff?only_with_tag=rel_2_2&tr1=1.1.2.2&tr2=1.1.2.3&r1=text&r2=text

Patches:
Index: koha/koha-tmpl/intranet-tmpl/default/en/circ/reserve.tmpl
diff -u koha/koha-tmpl/intranet-tmpl/default/en/circ/reserve.tmpl:1.1.2.2 koha/koha-tmpl/intranet-tmpl/default/en/circ/reserve.tmpl:1.1.2.3
--- koha/koha-tmpl/intranet-tmpl/default/en/circ/reserve.tmpl:1.1.2.2	Mon Dec  5 16:07:55 2005
+++ koha/koha-tmpl/intranet-tmpl/default/en/circ/reserve.tmpl	Fri Dec 30 10:55:23 2005
@@ -1,34 +1,42 @@
 <!-- TMPL_INCLUDE NAME="circulation-top.inc" -->
 <div id="mainbloc">
 	<h1 class="circulation">Items Reserved as of <!-- TMPL_VAR NAME="todaysdate" --></h1>
-	
-	<table>
-	<tr>
-		<th class="circulation">Reserve Date  <a href="/cgi-bin/koha/circ/reserve.pl?order=date&amp;type=intranet">Sort</a> </th>
-		<th class="circulation">Patron  <a href="/cgi-bin/koha/circ/reserve.pl?order=borrower&amp;type=intranet">Sort</a></th>
-		<th class="circulation">Title  <a href="/cgi-bin/koha/circ/reserve.pl?order=biblio&amp;type=intranet">Sort</a></th>
-		<th class="circulation">Reserve Branch</th>
-		<th class="circulation">Location</th>
-		<th class="circulation">Priority</th>
-		<th class="circulation">Notes</th>
-		<th class="circulation">Status</th>
-	</tr>
-	
-	<!-- TMPL_LOOP NAME="reserveloop" -->
+	<div id="resultlist">
+		<table>
 		<tr>
-			<td><!-- TMPL_VAR NAME="reservedate" --></td>
-			<td><a href="/cgi-bin/koha/members/moremember.pl?bornum=<!--TMPL_VAR Name="bornum"-->"><!-- TMPL_VAR NAME="name" --></a><br /><!-- TMPL_VAR NAME="phone" --><br />
-			<!-- TMPL_IF NAME="email" --><a href="mailto:<!-- TMPL_VAR NAME="email" -->?subject=Reservation: <!-- TMPL_VAR NAME="title" -->">
-<!-- TMPL_VAR NAME="email" --></a><!--/TMPL_IF--></td>
-			<td><a href="/cgi-bin/koha/MARCdetail.pl?bib=<!-- TMPL_VAR NAME="biblionumber" -->"><!-- TMPL_VAR NAME="title" --></a><br /><!-- TMPL_VAR NAME="author" --></td>
-			<td><!-- TMPL_VAR NAME="branch" --></td>
-			<td><!-- TMPL_VAR NAME="holdingbranch" --> <!-- TMPL_VAR NAME="itemcallnumber" --></td>
-			<td><!-- TMPL_VAR NAME="priority" --></td>
-
-			<td><!-- TMPL_VAR NAME="notes" --></td>
-			<td><!-- TMPL_IF NAME="statusw" -->Waiting<!-- /TMPL_IF --><!-- TMPL_IF NAME="statusf" -->Fullfilled<!-- /TMPL_IF --></td>
+			<th class="circulation">Priority</th>
+			<th class="circulation">Reserve Date  <a href="/cgi-bin/koha/circ/reserve.pl?order=date&amp;type=intranet">Sort</a> </th>
+			<th class="circulation">Patron  <a href="/cgi-bin/koha/circ/reserve.pl?order=borrower&amp;type=intranet">Sort</a></th>
+			<th class="circulation">Title  <a href="/cgi-bin/koha/circ/reserve.pl?order=biblio&amp;type=intranet">Sort</a></th>
+			<th class="circulation">Location</th>
+			<th class="circulation">Notes</th>
 		</tr>
-	<!-- /TMPL_LOOP -->
-	</table>
+		
+		<!-- TMPL_LOOP NAME="reserveloop" -->
+			<tr>
+				<td><p><!-- TMPL_VAR NAME="priority" --></p></td>
+				<td>
+					<p><!-- TMPL_VAR NAME="reservedate" --></p>
+					<p>in <!-- TMPL_VAR NAME="branch" --></p>
+					<!-- TMPL_IF NAME="statusw" --><p>Waiting</p><!-- /TMPL_IF --><!-- TMPL_IF NAME="statusf" --><p>Fullfilled</p><!-- /TMPL_IF -->
+				</td>
+				<td>
+					<p><a href="/cgi-bin/koha/members/moremember.pl?bornum=<!--TMPL_VAR Name="bornum"-->"><!-- TMPL_VAR NAME="name" --></a><br /><!-- TMPL_VAR NAME="phone" --><br />
+				<!-- TMPL_IF NAME="email" --><a href="mailto:<!-- TMPL_VAR NAME="email" -->?subject=Reservation: <!-- TMPL_VAR NAME="title" -->">
+	<!-- TMPL_VAR NAME="email" --></a><!--/TMPL_IF-->
+					</p>
+				</td>
+				<td>
+					<p>
+						<a href="/cgi-bin/koha/MARCdetail.pl?bib=<!-- TMPL_VAR NAME="biblionumber" -->"><!-- TMPL_VAR NAME="title" --></a><br /><!-- TMPL_VAR NAME="author" -->
+					</p>
+				</td>
+				<td><p><!-- TMPL_VAR NAME="holdingbranch" --> <!-- TMPL_VAR NAME="itemcallnumber" --></p></td>
+	
+				<td><p><!-- TMPL_VAR NAME="notes" --></p></td>
+			</tr>
+		<!-- /TMPL_LOOP -->
+		</table>
+	</div>
 </div>
 <!-- TMPL_INCLUDE NAME="circulation-bottom.inc" -->





More information about the Koha-cvs mailing list