summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorChristian Fowler <spider@viovio.com>2007-04-25 20:59:12 +0000
committerChristian Fowler <spider@viovio.com>2007-04-25 20:59:12 +0000
commit79d19206c47390677864caded131f2bfa2cdc774 (patch)
treeb42f9c9f70d18273ccbbaf4c0f3fe63970b9c832 /templates
parent1221e21cb668e45007a1857750d1b2c0ab8e6ccf (diff)
downloadnewsletters-79d19206c47390677864caded131f2bfa2cdc774.tar.gz
newsletters-79d19206c47390677864caded131f2bfa2cdc774.tar.bz2
newsletters-79d19206c47390677864caded131f2bfa2cdc774.zip
fix GUI tend queue to send messages
Diffstat (limited to 'templates')
-rw-r--r--templates/view_edition.tpl10
1 files changed, 7 insertions, 3 deletions
diff --git a/templates/view_edition.tpl b/templates/view_edition.tpl
index 1453ec0..9af45e6 100644
--- a/templates/view_edition.tpl
+++ b/templates/view_edition.tpl
@@ -12,7 +12,7 @@
{/if}
</div>
{else}
- <div><small>{tr}This newsletter can be viewed on the web at{/tr} <a href="{$gContent->getDisplayUrl()}">{$gContent->getDisplayUrl()}</a></small><div>
+ <div><small>{tr}This newsletter can be viewed on the web at{/tr} <a href="{$gContent->getDisplayUrl()}">{$gContent->getDisplayUrl()}</a></small></div>
{/if}
<div class="header">
@@ -30,9 +30,13 @@
</div> <!-- end .content -->
</div> <!-- end .body -->
- {if $sending} tcode {$trackCode}
+ {if $sending}
+ <div class="subscriptioninfo">
{include file="bitpackage:newsletters/unsubscribe_inc.tpl"}
- <img src="{$smarty.const.NEWSLETTERS_PKG_URI}track.php?sub={$trackCode}" alt="" />
+ {if $trackCode}
+ <img src="{$smarty.const.NEWSLETTERS_PKG_URI}track.php?sub={$trackCode}" alt="" />
+ {/if}
+ </div>
{/if}
</div><!-- end .newsletters -->