[Koha-cvs] koha/koha-tmpl/intranet-tmpl/npl/en/catalogue d... [dev_week]

Owen Leonard oleonard at athenscounty.lib.oh.us
Fri Oct 6 16:44:15 CEST 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch:		dev_week
Changes by:	Owen Leonard <oleonard>	06/10/06 14:44:15

Modified files:
	koha-tmpl/intranet-tmpl/npl/en/catalogue: detail.tmpl 

Log message:
	Displaying both itemtype and ccode

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/npl/en/catalogue/detail.tmpl?cvsroot=koha&only_with_tag=dev_week&r1=1.4.2.11.2.3&r2=1.4.2.11.2.4

Patches:
Index: detail.tmpl
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/intranet-tmpl/npl/en/catalogue/Attic/detail.tmpl,v
retrieving revision 1.4.2.11.2.3
retrieving revision 1.4.2.11.2.4
diff -u -b -r1.4.2.11.2.3 -r1.4.2.11.2.4
--- detail.tmpl	2 Oct 2006 16:54:11 -0000	1.4.2.11.2.3
+++ detail.tmpl	6 Oct 2006 14:44:15 -0000	1.4.2.11.2.4
@@ -60,6 +60,7 @@
 <div class="table"><table>
 	<tr>
 		<th>Item Type</th>
+		<th>Collection</th>
 		<th>Call Number</th>
 		<th>Location</th>
 		<th>Status</th>
@@ -70,6 +71,7 @@
 	</tr>
 <!-- TMPL_IF NAME="ITEM_RESULTS" -->	<!-- TMPL_LOOP NAME="ITEM_RESULTS" -->
 		<tr>
+			<td><!-- TMPL_VAR NAME="itemtype" --></td>
 			<td><!-- TMPL_VAR NAME="ccode" --></td>
 			<td><!-- TMPL_IF NAME="classification" --><!-- <a href="/cgi-bin/koha/search.pl?class=<!-- TMPL_VAR NAME="class" ESCAPE=URL -->"> --><!-- TMPL_VAR NAME="classification" --><!-- </a> --><!-- TMPL_ELSE -->&nbsp;<!-- /TMPL_IF --></td>
 			<td><!-- TMPL_VAR NAME="branchname" --></td>





More information about the Koha-cvs mailing list