Update of /cvsroot/easymod/easymod2/mods/easymod/includes
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30678/mods/easymod/includes
Modified Files:
mod_settings.tpl
Log Message:
Fixed a bug in the EM settings template, that was sending wring data to update the FTP cache option.
Index: mod_settings.tpl
===================================================================
RCS file: /cvsroot/easymod/easymod2/mods/easymod/includes/mod_settings.tpl,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** mod_settings.tpl 5 Nov 2005 00:30:52 -0000 1.5
--- mod_settings.tpl 5 Nov 2005 14:49:29 -0000 1.6
***************
*** 74,79 ****
<td class="row1" align="right"><span class="gen">{L_FTP_CACHE}</span></td>
<td class="row2">
! <input type="radio" name="ftp_cache" value="ext" {FTP_CACHE_YES} /><span class="gen">{L_YES}</span>
! <input type="radio" name="ftp_cache" value="fsock" {FTP_CACHE_NO} />{L_NO}</span> <span class="gen">{L_FTP_EXT_WARN}</span>
</td>
</tr>
--- 74,79 ----
<td class="row1" align="right"><span class="gen">{L_FTP_CACHE}</span></td>
<td class="row2">
! <input type="radio" name="ftp_cache" value="1" {FTP_CACHE_YES} /><span class="gen">{L_YES}</span>
! <input type="radio" name="ftp_cache" value="0" {FTP_CACHE_NO} />{L_NO}</span> <span class="gen">{L_FTP_EXT_WARN}</span>
</td>
</tr>
|