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

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


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

Modified Files:
      Tag: rel_2_0
	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.18.2.2
retrieving revision 1.18.2.3
diff -C2 -r1.18.2.2 -r1.18.2.3
*** systempreferences.tmpl	10 Feb 2004 04:16:06 -0000	1.18.2.2
--- systempreferences.tmpl	10 Feb 2004 07:39:01 -0000	1.18.2.3
***************
*** 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