[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/members memberentry.tmpl,1.7,1.8

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


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

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

Index: memberentry.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/members/memberentry.tmpl,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** memberentry.tmpl	8 Jun 2005 20:36:32 -0000	1.7
--- memberentry.tmpl	30 Jun 2005 20:37:00 -0000	1.8
***************
*** 146,151 ****
  </table>
  <table><caption>Additional Fields</caption>
! 	<tr><th><label for="sort1">Sorting field 1</label></th><td><input type="text" id="sort1" name="sort1" value="<!-- TMPL_VAR NAME="sort1" -->"></td><td rowspan="2"><p>These fields are available for your own usage. They can be useful for statistical purposes</p></td></tr>
! 	<tr><th><label for="sort2">Sorting field 2</label></th><td><input type="text" id="sort2" name="sort2" value="<!-- TMPL_VAR NAME="sort2" -->"></td></tr>
  </table>
  </div>
--- 146,159 ----
  </table>
  <table><caption>Additional Fields</caption>
! 	<tr><th><label for="sort1">Sorting field 1</label></th><td><!-- TMPL_IF Name="CGIsort1" -->
! 						<!-- TMPL_VAR Name="CGIsort1" -->
! 					<!-- TMPL_ELSE -->
! 						<input type="text" name="sort1" id="sort1" value="<!-- TMPL_VAR NAME="sort1" -->" />
! 					<!--/TMPL_IF --></td><td rowspan="2"><p>These fields are available for your own usage. They can be useful for statistical purposes</p></td></tr>
! 	<tr><th><label for="sort2">Sorting field 2</label></th><td><!-- TMPL_IF Name="CGIsort2" -->
! 						<!-- TMPL_VAR Name="CGIsort2" -->
! 					<!-- TMPL_ELSE -->
! 						<input type="text" name="sort2" id="sort2" value="<!-- TMPL_VAR NAME="sort2" -->" />
! 					<!--/TMPL_IF --></td></tr>
  </table>
  </div>





More information about the Koha-cvs mailing list