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

Ryan Higgins rch at liblime.com
Mon Jan 1 02:43:51 CET 2007


CVSROOT:	/sources/koha
Module name:	koha
Branch:		dev_week
Changes by:	Ryan Higgins <rych>	07/01/01 01:43:50

Modified files:
	koha-tmpl/intranet-tmpl/npl/en/acqui: acquire.tmpl 

Log message:
	tmpl ifs for cgi itype and location (itemlevel)

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/npl/en/acqui/acquire.tmpl?cvsroot=koha&only_with_tag=dev_week&r1=1.1.2.3.2.4&r2=1.1.2.3.2.5

Patches:
Index: acquire.tmpl
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/intranet-tmpl/npl/en/acqui/Attic/acquire.tmpl,v
retrieving revision 1.1.2.3.2.4
retrieving revision 1.1.2.3.2.5
diff -u -b -r1.1.2.3.2.4 -r1.1.2.3.2.5
--- acquire.tmpl	1 Jan 2007 00:35:47 -0000	1.1.2.3.2.4
+++ acquire.tmpl	1 Jan 2007 01:43:50 -0000	1.1.2.3.2.5
@@ -88,13 +88,17 @@
 				<td><label for="">Branch:</label></td>
 				<td><!-- TMPL_VAR NAME="CGIbranch" --></td>
 			</tr>
+		<!-- TMPL_IF NAME="CGIitype" -->
 			<tr>
 				<td><label for="">Item type:</label></td>
 				<td><!-- TMPL_VAR NAME="CGIitype" --></td>
 			</tr>
+		<!-- /TMPL_IF -->
 			<tr>
 				<td><label for="">Location:</label></td>
-				<td><!-- TMPL_VAR NAME="CGIlocation" --></td>
+				<td><!-- TMPL_IF NAME="CGIlocation" --><!-- TMPL_VAR NAME="CGIlocation" -->
+					<!-- TMPL_ELSE --><input type="text" size="20" name="location" value="<!-- TMPL_VAR name="location" -->" />
+					<!-- /TMPL_IF --></td>
 			</tr>
  		<tr>
                 <td><label for="">Item CallNumber: </label></td>





More information about the Koha-cvs mailing list