[Koha-cvs] Changes to koha/koha-tmpl/intranet-tmpl/default/en/overdue.tmpl [rel_2_2]

Henri-Damien LAURENT laurenthdl at alinto.com
Fri Nov 25 17:50:20 CET 2005


Index: koha/koha-tmpl/intranet-tmpl/default/en/overdue.tmpl
diff -u /dev/null koha/koha-tmpl/intranet-tmpl/default/en/overdue.tmpl:1.6.2.1
--- /dev/null	Fri Nov 25 16:50:20 2005
+++ koha/koha-tmpl/intranet-tmpl/default/en/overdue.tmpl	Fri Nov 25 16:50:19 2005
@@ -0,0 +1,29 @@
+<!-- TMPL_INCLUDE NAME="reports-top.inc" -->
+<div id="mainbloc">
+	<h1 class="reports">Items Overdue as of <!-- TMPL_VAR NAME="todaysdate" --></h1>
+	
+	<table>
+	<tr>
+		<th class="reports"><a href="/cgi-bin/koha/overdue.pl?order=date&amp;type=intranet">Due Date</a> </th>
+		<th class="reports"><a href="/cgi-bin/koha/overdue.pl?order=borrower&amp;type=intranet">Patron</a></th>
+		<th class="reports">Phone</th>
+		<th class="reports">Title</th>
+		<th class="reports">Author</th>
+	</tr>
+	
+	<!-- TMPL_LOOP NAME="overdueloop" -->
+		<tr>
+			<td><!-- TMPL_VAR NAME="duedate" --></td>
+			<!-- TMPL_IF NAME="email" -->
+			<td><a href="mailto:<!-- TMPL_VAR NAME="email" -->?subject=Overdue: <!-- TMPL_VAR NAME="title" -->"><!-- TMPL_VAR NAME="name" --></a></td>
+			<!-- TMPL_ELSE -->
+			<td><!-- TMPL_VAR NAME="name" --></td>
+			<!-- /TMPL_IF -->
+			<td><!-- TMPL_VAR NAME="phone" --></td>
+			<td><!-- TMPL_VAR NAME="title" --></td>
+			<td><!-- TMPL_VAR NAME="author" --></td>
+		</tr>
+	<!-- /TMPL_LOOP -->
+	</table>
+</div>
+<!-- TMPL_INCLUDE NAME="reports-bottom.inc" -->





More information about the Koha-cvs mailing list