koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/parameters syste


From: Ambrose Li
Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/parameters systempreferences.tmpl,1.18.2.2,1.18.2.3
Date: Mon, 09 Feb 2004 23:39:03 -0800

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>
  




reply via email to

[Prev in Thread] Current Thread [Next in Thread]