summaryrefslogtreecommitdiff
path: root/templates/edit_primary_attachment_inc.tpl
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2007-07-08 06:57:43 +0000
committerMax Kremmel <xing@synapse.plus.com>2007-07-08 06:57:43 +0000
commit89570e73c092ed394230083ce8f94259fa738a42 (patch)
tree85b352dbc42f5af6a12484f3ff829c55512306d1 /templates/edit_primary_attachment_inc.tpl
parent2b147afeb0a2424ae2065284b58e24e78f0e6b9e (diff)
downloadliberty-89570e73c092ed394230083ce8f94259fa738a42.tar.gz
liberty-89570e73c092ed394230083ce8f94259fa738a42.tar.bz2
liberty-89570e73c092ed394230083ce8f94259fa738a42.zip
use better labels
Diffstat (limited to 'templates/edit_primary_attachment_inc.tpl')
-rw-r--r--templates/edit_primary_attachment_inc.tpl3
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/edit_primary_attachment_inc.tpl b/templates/edit_primary_attachment_inc.tpl
index 107282b..68bfc5c 100644
--- a/templates/edit_primary_attachment_inc.tpl
+++ b/templates/edit_primary_attachment_inc.tpl
@@ -32,7 +32,8 @@
{foreach from=$gLibertySystem->mPlugins item=plugin key=guid}
{if $plugin.is_active eq 'y' and $plugin.primary_edit_field and $plugin.plugin_type eq 'storage'}
<div class="row">
- {formlabel label="Upload new Attachment" for=""}
+ {assign var=label value="Upload $label"}
+ {formlabel label=$label|default:"Upload new Attachment" for=""}
{forminput}
{$plugin.primary_edit_field}
{formhelp note=`$plugin.edit_help`}