[Openupload-svn-update] SF.net SVN: openupload:[109] trunk/templates/default/modules/admin/files. t
Status: Beta
Brought to you by:
tsdogs
|
From: <ts...@us...> - 2008-11-04 18:50:57
|
Revision: 109
http://openupload.svn.sourceforge.net/openupload/?rev=109&view=rev
Author: tsdogs
Date: 2008-11-04 18:50:53 +0000 (Tue, 04 Nov 2008)
Log Message:
-----------
delete files now works bug: #2221934
Modified Paths:
--------------
trunk/templates/default/modules/admin/files.tpl
Modified: trunk/templates/default/modules/admin/files.tpl
===================================================================
--- trunk/templates/default/modules/admin/files.tpl 2008-11-04 18:49:48 UTC (rev 108)
+++ trunk/templates/default/modules/admin/files.tpl 2008-11-04 18:50:53 UTC (rev 109)
@@ -32,7 +32,7 @@
<img align="right" src="{tpl file=/img/admin/ban.png}" ></a>{$f.ip} </td>
<td id="{$rid}">{$f.upload_date}</td>
<td id="{$rid}">
- <a title="delete" href="{$script}?action={$action}&step=4&id={$f.id}"><img src="{tpl file=/img/admin/delete.png}"></a></td>
+ <a title="delete" href="{$script}?action={$action}&step=2&id={$f.id}"><img src="{tpl file=/img/admin/delete.png}"></a></td>
</tr>
{/foreach}
</table>
\ No newline at end of file
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|