[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en newimember.tmpl,1.2,1.3

Paul POULAIN tipaul at users.sourceforge.net
Fri Jun 6 12:00:55 CEST 2003


Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en
In directory sc8-pr-cvs1:/tmp/cvs-serv30446/koha-tmpl/intranet-tmpl/default/en

Modified Files:
	newimember.tmpl 
Log Message:
fir for #208 + bugfix in adding an organisation

Index: newimember.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/newimember.tmpl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** newimember.tmpl	16 Dec 2002 00:26:18 -0000	1.2
--- newimember.tmpl	6 Jun 2003 10:00:53 -0000	1.3
***************
*** 7,18 ****
  		Invalid cardnumber.<p>
  	<TMPL_ELSE>
  		<form action="/cgi-bin/koha/insertidata.pl" method=post>
  			<TMPL_LOOP NAME=inputsloop>
  				<input type=hidden name="<TMPL_VAR NAME="key">" value="<TMPL_VAR NAME="value">">
  			</TMPL_LOOP>
! 			<input type=submit name=submit value=submit>
  		</form>
  	</TMPL_IF>
  </TMPL_IF>
  
! <TMPL_INCLUDE NAME="members-bottom.inc">
\ No newline at end of file
--- 7,19 ----
  		Invalid cardnumber.<p>
  	<TMPL_ELSE>
+ 		Valid values. click OK to confirm this new borrower
  		<form action="/cgi-bin/koha/insertidata.pl" method=post>
  			<TMPL_LOOP NAME=inputsloop>
  				<input type=hidden name="<TMPL_VAR NAME="key">" value="<TMPL_VAR NAME="value">">
  			</TMPL_LOOP>
! 			<input type=submit name=submit value=OK>
  		</form>
  	</TMPL_IF>
  </TMPL_IF>
  
! <TMPL_INCLUDE NAME="members-bottom.inc">





More information about the Koha-cvs mailing list