[Koha-cvs] koha/koha-tmpl/opac-tmpl/npl/en opac-detail.tmpl [rel_2_2]

Joshua Ferraro jmf at kados.org
Fri Jul 7 22:08:29 CEST 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch:		rel_2_2
Changes by:	Joshua Ferraro <kados>	06/07/07 20:08:29

Modified files:
	koha-tmpl/opac-tmpl/npl/en: opac-detail.tmpl 

Log message:
	rolling back ... bad idea on the date due :-)

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/opac-tmpl/npl/en/opac-detail.tmpl?cvsroot=koha&only_with_tag=rel_2_2&r1=1.1.2.21&r2=1.1.2.22

Patches:
Index: opac-detail.tmpl
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/opac-tmpl/npl/en/opac-detail.tmpl,v
retrieving revision 1.1.2.21
retrieving revision 1.1.2.22
diff -u -b -r1.1.2.21 -r1.1.2.22
--- opac-detail.tmpl	7 Jul 2006 20:06:56 -0000	1.1.2.21
+++ opac-detail.tmpl	7 Jul 2006 20:08:29 -0000	1.1.2.22
@@ -113,7 +113,7 @@
 <th>Call Number</th>
 <th>Location</th>
 <th>Status</th>
-<!-- TMPL_IF name="datedue" --><th>Due Date</th><!-- /TMPL_IF -->
+<th>Due Date</th>
 <th>Last Seen</th>
 <!-- <th>Barcode</th> --></tr>
 <tbody>
@@ -142,7 +142,7 @@
 						<!-- /TMPL_IF -->
 					<!-- /TMPL_IF -->
 				</td>
-<!-- TMPL_IF name="datedue" --><td><!-- TMPL_VAR NAME="datedue" --></td><!-- /TMPL_IF -->
+<td><!-- TMPL_VAR NAME="datedue" --></td>
 <td><!-- TMPL_VAR NAME="datelastseen" --></td>
 <!-- <td><!-- TMPL_VAR NAME="barcode" --></td> --></tr>
 <!-- /TMPL_LOOP -->





More information about the Koha-cvs mailing list