[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/acqui newbiblio.tmpl,1.19,1.20

Henri-Damien LAURENT hdl at users.sourceforge.net
Wed Jun 22 11:36:26 CEST 2005


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

Modified Files:
	newbiblio.tmpl 
Log Message:
Adding scrolling list for sort1 and sort2

Index: newbiblio.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/acqui/newbiblio.tmpl,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -r1.19 -r1.20
*** newbiblio.tmpl	4 May 2005 08:52:49 -0000	1.19
--- newbiblio.tmpl	22 Jun 2005 09:36:24 -0000	1.20
***************
*** 199,207 ****
  		<p>
  			<label class="label100">Sort field 1</label>
! 			<input type="text" size="20" name=sort1 value="<!-- TMPL_VAR NAME="sort1" -->">
  		</p>
  		<p>
  			<label class="label100">Sort field 2</label>
! 			<input type="text" size="20" name=sort2 value="<!-- TMPL_VAR NAME="sort2" -->">
  		</p>
  		<p>
--- 199,215 ----
  		<p>
  			<label class="label100">Sort field 1</label>
! 			<!-- TMPL_IF Name="CGIsort1" -->
! 				<!-- TMPL_VAR Name="CGIsort1" -->
! 			<!-- TMPL_ELSE -->
! 				<input type="text" size="20" name="sort1" value="<!-- TMPL_VAR NAME="sort1" -->">
! 			<!--/TMPL_IF -->
  		</p>
  		<p>
  			<label class="label100">Sort field 2</label>
! 			<!-- TMPL_IF Name="CGIsort2" -->
! 				<!-- TMPL_VAR Name="CGIsort2" -->
! 			<!-- TMPL_ELSE -->
! 				<input type="text" size="20" name="sort2" value="<!-- TMPL_VAR NAME="sort2" -->">
! 			<!--/TMPL_IF -->
  		</p>
  		<p>





More information about the Koha-cvs mailing list