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

paul poulain paul at koha-fr.org
Wed Jun 14 17:41:26 CEST 2006


CVSROOT:	/cvsroot/koha
Module name:	koha
Branch:		rel_2_2
Changes by:	paul poulain <tipaul>	06/06/14 15:41:26

Modified files:
	koha-tmpl/intranet-tmpl/default/en: overdue.tmpl 

Log message:
	minor graphic change in list

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/default/en/overdue.tmpl?cvsroot=koha&only_with_tag=rel_2_2&r1=1.6.2.3&r2=1.6.2.4

Patches:
Index: overdue.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/overdue.tmpl,v
retrieving revision 1.6.2.3
retrieving revision 1.6.2.4
diff -u -b -r1.6.2.3 -r1.6.2.4
--- overdue.tmpl	4 Jan 2006 09:29:34 -0000	1.6.2.3
+++ overdue.tmpl	14 Jun 2006 15:41:26 -0000	1.6.2.4
@@ -36,21 +36,21 @@
 		<th class="reports">Due Date </th>
 		<th class="reports">Patron </th>
 		<th class="reports">Phone</th>
-		<th class="reports">Title</th>
-		<th class="reports">Author</th>
+		<th class="reports">Title / 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>
+			<td><a href="members/moremember.pl?bornum=<!-- TMPL_VAR name="bornum" -->"><!-- TMPL_VAR NAME="name" --></a>
+			<a href="mailto:<!-- TMPL_VAR NAME="email" -->?subject=Overdue: <!-- TMPL_VAR NAME="title" -->"><i>(email)</i></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>
+			<td><p><b><!-- TMPL_VAR NAME="title" --></b>, <!-- TMPL_VAR NAME="author" --></p></td>
 		</tr>
 	<!-- /TMPL_LOOP -->
 	</table>





More information about the Koha-cvs mailing list