[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/parameters systempreferences.tmpl,1.20,1.21

Ambrose Li acli at users.sourceforge.net
Tue Feb 10 08:39:00 CET 2004


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

Modified Files:
	systempreferences.tmpl 
Log Message:
$script_name in template causes runtime error. Should be a TMPL_VAR


Index: systempreferences.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/parameters/systempreferences.tmpl,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -r1.20 -r1.21
*** systempreferences.tmpl	10 Feb 2004 03:26:06 -0000	1.20
--- systempreferences.tmpl	10 Feb 2004 07:38:57 -0000	1.21
***************
*** 95,99 ****
  	<form action='<!-- TMPL_VAR name="script_name" -->' method=post><input type=hidden name=op value=delete_confirmed><input type=hidden name=searchfield value='<!-- TMPL_VAR name="searchfield" -->'>
  	<tr><td colspan=2 align=center>CONFIRM DELETION</td></tr>
! 	<tr><td><INPUT type=submit value='YES'></form></td><td><form action='$script_name' method=post><input type=submit value=NO></form></td></tr>
  </table>
  
--- 95,99 ----
  	<form action='<!-- TMPL_VAR name="script_name" -->' method=post><input type=hidden name=op value=delete_confirmed><input type=hidden name=searchfield value='<!-- TMPL_VAR name="searchfield" -->'>
  	<tr><td colspan=2 align=center>CONFIRM DELETION</td></tr>
! 	<tr><td><INPUT type=submit value='YES'></form></td><td><form action='<!-- TMPL_VAR name="script_name" -->' method=post><input type=submit value=NO></form></td></tr>
  </table>
  





More information about the Koha-cvs mailing list