This repository has been archived on 2024-11-28. You can view files and clone it, but cannot push or open issues or pull requests.
Incam_SGD/templates/ktcore/misc/notification_overflow.smarty

18 lines
380 B
Plaintext

<h2>{i18n}Items that require your attention{/i18n}</h2>
{if !empty($notifications)}
<strong>{$count_string}</strong>
<dl>
{foreach item=oNotification from=$notifications}
{$oNotification->render()}
{/foreach}
</dl>
<p>{i18n arg_batch=$batch_html}Page: #batch#{/i18n}</p>
{else}
<div class="ktInfoMessage"><span>{i18n}No items require your attention{/i18n}</span></div>
{/if}