[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/members memberentry.tmpl,1.33.2.4,1.33.2.5

Henri-Damien LAURENT hdl at users.sourceforge.net
Tue Jun 28 13:52:00 CEST 2005


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

Modified Files:
      Tag: rel_2_2
	memberentry.tmpl 
Log Message:
Adding choice lists for sort1/Sort2 For biblios and patrons management.
Commiting along Help Modifications

Index: memberentry.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/members/memberentry.tmpl,v
retrieving revision 1.33.2.4
retrieving revision 1.33.2.5
diff -C2 -r1.33.2.4 -r1.33.2.5
*** memberentry.tmpl	19 May 2005 21:52:46 -0000	1.33.2.4
--- memberentry.tmpl	28 Jun 2005 11:51:58 -0000	1.33.2.5
***************
*** 270,274 ****
  				<td>Sorting field 1</td>
  				<td colspan="4">
! 					<input type="text" name="sort1" value="<!-- TMPL_VAR NAME="sort1" -->">
  				</td>
  			</tr>
--- 270,278 ----
  				<td>Sorting field 1</td>
  				<td colspan="4">
! 					<!-- TMPL_IF Name="CGIsort1" -->
! 						<!-- TMPL_VAR Name="CGIsort1" -->
! 					<!-- TMPL_ELSE -->
! 						<input type="text" name="sort1" value="<!-- TMPL_VAR NAME="sort1" -->">
! 					<!--/TMPL_IF -->
  				</td>
  			</tr>
***************
*** 276,280 ****
  				<td>Sorting field 2</td>
  				<td colspan="4">
! 					<input type="text" name="sort2" value="<!-- TMPL_VAR NAME="sort2" -->">
  				</td>
  			</tr>
--- 280,288 ----
  				<td>Sorting field 2</td>
  				<td colspan="4">
! 					<!-- TMPL_IF Name="CGIsort2" -->
! 						<!-- TMPL_VAR Name="CGIsort2" -->
! 					<!-- TMPL_ELSE -->
! 						<input type="text" name="sort2" value="<!-- TMPL_VAR NAME="sort2" -->">
! 					<!--/TMPL_IF -->
  				</td>
  			</tr>





More information about the Koha-cvs mailing list