[Openupload-svn-update] SF.net SVN: openupload:[242] trunk/templates/default/plugins/expire
Status: Beta
Brought to you by:
tsdogs
|
From: <ts...@us...> - 2009-02-06 19:23:38
|
Revision: 242
http://openupload.svn.sourceforge.net/openupload/?rev=242&view=rev
Author: tsdogs
Date: 2009-02-06 19:23:34 +0000 (Fri, 06 Feb 2009)
Log Message:
-----------
Add preliminary Personal file listing
Display expire date on upload
Added Paths:
-----------
trunk/templates/default/plugins/expire/fileDetail.tpl
trunk/templates/default/plugins/expire/uploadOptions.tpl
Added: trunk/templates/default/plugins/expire/fileDetail.tpl
===================================================================
--- trunk/templates/default/plugins/expire/fileDetail.tpl (rev 0)
+++ trunk/templates/default/plugins/expire/fileDetail.tpl 2009-02-06 19:23:34 UTC (rev 242)
@@ -0,0 +1 @@
+<tr><td>{tr}Expires on{/tr}:</td><td><b>{$expire}</b></td></tr>
\ No newline at end of file
Added: trunk/templates/default/plugins/expire/uploadOptions.tpl
===================================================================
--- trunk/templates/default/plugins/expire/uploadOptions.tpl (rev 0)
+++ trunk/templates/default/plugins/expire/uploadOptions.tpl 2009-02-06 19:23:34 UTC (rev 242)
@@ -0,0 +1 @@
+<tr><td>{tr}Expires on{/tr}:</td><td><b>{$expire}</b></td></tr>
\ No newline at end of file
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|