send email; manage notis and email logs
This commit is contained in:
14
template/templates/notifications.tpl
Normal file
14
template/templates/notifications.tpl
Normal file
@@ -0,0 +1,14 @@
|
||||
<div class="list noti">
|
||||
{if !count($kid_array)}
|
||||
Nincs találat!
|
||||
{/if}
|
||||
{foreach $kid_array as $kid}
|
||||
<div class="list_item noti">
|
||||
<label>
|
||||
{$kid->get_uk_name()}
|
||||
</label>
|
||||
<div>{$kid->get_uk_last_notification()}</div>
|
||||
</div>
|
||||
<a href="/admin/delete_notification/{$kid->get_uk_id()}" class="addbutton delete noti">Törlés</a>
|
||||
{/foreach}
|
||||
</div>
|
||||
Reference in New Issue
Block a user