[Openupload-svn-update] SF.net SVN: openupload:[238] trunk/templates/default/plugins/password/ uplo
Status: Beta
Brought to you by:
tsdogs
|
From: <ts...@us...> - 2009-02-06 19:21:01
|
Revision: 238
http://openupload.svn.sourceforge.net/openupload/?rev=238&view=rev
Author: tsdogs
Date: 2009-02-06 19:20:56 +0000 (Fri, 06 Feb 2009)
Log Message:
-----------
check if the email plugin is enabled
Modified Paths:
--------------
trunk/templates/default/plugins/password/uploadOptions.tpl
Modified: trunk/templates/default/plugins/password/uploadOptions.tpl
===================================================================
--- trunk/templates/default/plugins/password/uploadOptions.tpl 2009-02-06 19:20:26 UTC (rev 237)
+++ trunk/templates/default/plugins/password/uploadOptions.tpl 2009-02-06 19:20:56 UTC (rev 238)
@@ -1,2 +1,4 @@
<tr><td>{tr}Password protect{/tr}:</td><td><input type="password" size="30" name="protect"></td></tr>
-<tr><td>{tr}Send password in e-mail{/tr}:</td><td><input type="checkbox" value="1" name="protect_notify" checked></td></tr>
\ No newline at end of file
+{if $emailplugin}
+<tr><td>{tr}Send password in e-mail{/tr}:</td><td><input type="checkbox" value="1" name="protect_notify" checked></td></tr>
+{/if}
\ No newline at end of file
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|