Commit 59b2dd03f713a7346ec795f359fb7912b7bc0719
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
Showing
1 changed file
with
10 additions
and
0 deletions
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 | 11 | \ No newline at end of file | ... | ... |