Commit 59b2dd03f713a7346ec795f359fb7912b7bc0719

Authored by bshuttle
1 parent 6a82bafe

missed the template for notifications in prior checkin.


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4241 c91229c3-7414-0410-bfa2-8a42b809f60b
templates/ktcore/dashlets/notifications.smarty 0 → 100644
  1 +<h2>Items that require your attention</h2>
  2 +{if (!empty($notifications))}
  3 +<dl>
  4 +{foreach item=oNotification from=$notifications}
  5 +{$oNotification->render()}
  6 +{/foreach}
  7 +</dl>
  8 +{else}
  9 +<div class="ktInfo"><p>No items require your attention.</p></div>
  10 +{/if}
0 \ No newline at end of file 11 \ No newline at end of file