diff options
Diffstat (limited to 'templates/view_edition.tpl')
| -rw-r--r-- | templates/view_edition.tpl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/view_edition.tpl b/templates/view_edition.tpl index f134159..c9b4aaf 100644 --- a/templates/view_edition.tpl +++ b/templates/view_edition.tpl @@ -1,4 +1,5 @@ <div class="display newsletters"> + {if !$sending} <div class="floaticon"> {include file="bitpackage:liberty/services_inc.tpl" serviceLocation='icon'} @@ -10,6 +11,7 @@ <a href="{$smarty.const.NEWSLETTERS_PKG_URL}admin/send.php?edition_id={$gContent->mEditionId}">{biticon ipackage=liberty iname="mail_send" iexplain="email this post"}</a> {/if} </div> + {/if} <div class="header"> <h1>{$gContent->getTitle()}</h1> |
