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

Owen Leonard oleonard at users.sourceforge.net
Thu Jun 30 22:02:43 CEST 2005


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

Modified Files:
      Tag: rel_2_2
	newbiblio.tmpl 
Log Message:
Synching with default template

Index: newbiblio.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/acqui/newbiblio.tmpl,v
retrieving revision 1.2.2.1
retrieving revision 1.2.2.2
diff -C2 -r1.2.2.1 -r1.2.2.2
*** newbiblio.tmpl	14 Apr 2005 21:28:27 -0000	1.2.2.1
--- newbiblio.tmpl	30 Jun 2005 20:02:40 -0000	1.2.2.2
***************
*** 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