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

Owen Leonard oleonard at athenscounty.lib.oh.us
Mon Sep 25 21:56:22 CEST 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch:		dev_week
Changes by:	Owen Leonard <oleonard>	06/09/25 19:56:22

Modified files:
	koha-tmpl/intranet-tmpl/npl/en/bookshelves: shelves.tmpl 

Log message:
	Adding ccode variable, removing some old hard-coded color-related stuff

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/npl/en/bookshelves/shelves.tmpl?cvsroot=koha&only_with_tag=dev_week&r1=1.1.2.6.2.1&r2=1.1.2.6.2.2

Patches:
Index: shelves.tmpl
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/intranet-tmpl/npl/en/bookshelves/Attic/shelves.tmpl,v
retrieving revision 1.1.2.6.2.1
retrieving revision 1.1.2.6.2.2
diff -u -b -r1.1.2.6.2.1 -r1.1.2.6.2.2
--- shelves.tmpl	24 Sep 2006 01:05:06 -0000	1.1.2.6.2.1
+++ shelves.tmpl	25 Sep 2006 19:56:22 -0000	1.1.2.6.2.2
@@ -51,7 +51,7 @@
 				</tr><!-- TMPL_LOOP Name="itemsloop" --><!-- TMPL_IF NAME="toggle" --><tr class="highlight"><!-- TMPL_ELSE --><tr><!-- /TMPL_IF --><!-- TMPL_IF name="manageshelf" --><td><input type="checkbox" name="REM-<!-- TMPL_VAR NAME="itemnumber" -->" /></td><!-- /TMPL_IF -->
 						<td><a href="/cgi-bin/koha/detail.pl?bib=<!-- TMPL_VAR name="biblionumber" -->"><!-- TMPL_VAR NAME="title" --></a></td>
 						<td><!-- TMPL_VAR NAME="author" --></td> 
-						<td><!-- TMPL_VAR NAME="itemtype" --></td>
+						<td><!-- TMPL_VAR NAME="ccode" --></td>
 						<td><!-- TMPL_VAR NAME="publicationyear" --></td>
 						<td><a href="/cgi-bin/koha/request.pl?bib=<!-- TMPL_VAR NAME="biblionumber" -->">Reserves</a></td>
 					</tr>





More information about the Koha-cvs mailing list