[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/acqui newbiblio.tmpl,1.3,1.4

Owen Leonard oleonard at users.sourceforge.net
Thu Jun 30 22:01:17 CEST 2005


Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/acqui
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19646/koha-tmpl/intranet-tmpl/npl/en/acqui

Modified Files:
	newbiblio.tmpl 
Log Message:
Synching with rel_2_2.

Index: newbiblio.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/acqui/newbiblio.tmpl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** newbiblio.tmpl	2 May 2005 18:06:49 -0000	1.3
--- newbiblio.tmpl	30 Jun 2005 20:01:15 -0000	1.4
***************
*** 144,149 ****
  		<tr><th><label for="invoice">Invoice Number *</label></th><td><input type="text" size="20" id="invoice" name="invoice"  value="<!-- TMPL_VAR name="invoice" -->" /></td></tr>
  		<tr><th><label for="notes-details">Notes</label></th><td><input type="text" size="20" id="notes-details" name="notes" value="<!-- TMPL_VAR NAME="notes" -->" /></td></tr>
! 		<tr><th><label for="sort1">Sort field 1</label></th><td><input type="text" size="20" id="sort1" name="sort1" value="<!-- TMPL_VAR NAME="sort1" -->" /></td></tr>
! 		<tr><th><label for="sort2">Sort field 2</label></th><td><input type="text" size="20" id="sort2" name="sort2" value="<!-- TMPL_VAR NAME="sort2" -->" /></td></tr>
  		</table></div>
  		<p>The 'Sort' fields are available for your own usage. They can be useful for stat purposes</p>	
--- 144,159 ----
  		<tr><th><label for="invoice">Invoice Number *</label></th><td><input type="text" size="20" id="invoice" name="invoice"  value="<!-- TMPL_VAR name="invoice" -->" /></td></tr>
  		<tr><th><label for="notes-details">Notes</label></th><td><input type="text" size="20" id="notes-details" name="notes" value="<!-- TMPL_VAR NAME="notes" -->" /></td></tr>
! 		<tr><th><label for="sort1">Sort field 1</label></th><td>
! 		<!-- TMPL_IF Name="CGIsort1" -->
! 				<!-- TMPL_VAR Name="CGIsort1" -->
! 			<!-- TMPL_ELSE -->
! 				<input type="text" size="20" id="sort1" name="sort1" value="<!-- TMPL_VAR NAME="sort1" -->" />
! 			<!--/TMPL_IF -->
! 	</td></tr>
! 		<tr><th><label for="sort2">Sort field 2</label></th><td><!-- TMPL_IF Name="CGIsort2" -->
! 				<!-- TMPL_VAR Name="CGIsort2" -->
! 			<!-- TMPL_ELSE -->
! 				<input type="text" size="20" id="sort2" name="sort2" value="<!-- TMPL_VAR NAME="sort2" -->" />
! 			<!--/TMPL_IF --></td></tr>
  		</table></div>
  		<p>The 'Sort' fields are available for your own usage. They can be useful for stat purposes</p>	





More information about the Koha-cvs mailing list