summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2006-09-03 13:27:44 +0000
committerMax Kremmel <xing@synapse.plus.com>2006-09-03 13:27:44 +0000
commit04ad3e99ca5286fc92401a908d9ccddc180bd98f (patch)
tree9d2d74562950fdeef54f3d462936e658a0c8f393 /templates
parent01e7aa2ff0fc3650f06fe2610ea3608e1cd1e937 (diff)
downloadnewsletters-04ad3e99ca5286fc92401a908d9ccddc180bd98f.tar.gz
newsletters-04ad3e99ca5286fc92401a908d9ccddc180bd98f.tar.bz2
newsletters-04ad3e99ca5286fc92401a908d9ccddc180bd98f.zip
preliminary biticon cleanup
Diffstat (limited to 'templates')
-rw-r--r--templates/newsletters.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/newsletters.tpl b/templates/newsletters.tpl
index efdaa2f..1561c81 100644
--- a/templates/newsletters.tpl
+++ b/templates/newsletters.tpl
@@ -68,7 +68,7 @@
<li class="item {cycle values='odd,even'}">
<div class="floaticon">
{if $subs.$nlId}
- <strong>{biticon ipackage=liberty iname=success}{tr}Subscribed{/tr}: {$subs.$nlId.subscribed_date|bit_short_date}</strong><br/>
+ <strong>{biticon ipackage=liberty iname=success iexplain="Success"}{tr}Subscribed{/tr}: {$subs.$nlId.subscribed_date|bit_short_date}</strong><br/>
<a href="{$smarty.const.NEWSLETTERS_PKG_URL}index.php?nl_id={$nl.nl_id}&amp;info=1">{tr}Unsubscribe{/tr}</a>
{else}
<a href="{$smarty.const.NEWSLETTERS_PKG_URL}index.php?nl_id={$nl.nl_id}&amp;info=1">{tr}Subscribe{/tr}</a>