45 lines
1.4 KiB
Smarty
45 lines
1.4 KiB
Smarty
$header
|
|
<article>
|
|
<header>
|
|
<h2>
|
|
<img src="templates/{$theme}/assets/img/icons/autoresponder_big.png" alt="" />
|
|
{$lng['menue']['email']['autoresponder']}
|
|
</h2>
|
|
</header>
|
|
|
|
<section>
|
|
|
|
<if ($userinfo['email_autoresponder_used'] < $userinfo['email_autoresponder'] || $userinfo['email_autoresponder'] == '-1') && 15 < $count >
|
|
<div class="overviewadd">
|
|
<img src="templates/{$theme}/assets/img/icons/autoresponder_add.png" alt="" />
|
|
<a href="{$linker->getLink(array('section' => 'autoresponder', 'action' => 'add'))}">{$lng['autoresponder']['autoresponder_add']}</a>
|
|
</div>
|
|
</if>
|
|
|
|
<table class="bradius">
|
|
<thead>
|
|
<tr>
|
|
<th>{$lng['emails']['emailaddress']}</th>
|
|
<th>{$lng['autoresponder']['active']}</th>
|
|
<th>{$lng['autoresponder']['startenddate']}</th>
|
|
<th>{$lng['panel']['options']}</th>
|
|
</tr>
|
|
</thead>
|
|
|
|
<tbody>
|
|
{$autoresponder}
|
|
</tbody>
|
|
</table>
|
|
|
|
<if ($userinfo['email_autoresponder_used'] < $userinfo['email_autoresponder'] || $userinfo['email_autoresponder'] == '-1') >
|
|
<div class="overviewadd">
|
|
<img src="templates/{$theme}/assets/img/icons/autoresponder_add.png" alt="" />
|
|
<a href="{$linker->getLink(array('section' => 'autoresponder', 'action' => 'add'))}">{$lng['autoresponder']['autoresponder_add']}</a>
|
|
</div>
|
|
</if>
|
|
|
|
</section>
|
|
</article>
|
|
$footer
|
|
|