From 59b2dd03f713a7346ec795f359fb7912b7bc0719 Mon Sep 17 00:00:00 2001 From: bshuttle Date: Tue, 29 Nov 2005 10:22:53 +0000 Subject: [PATCH] missed the template for notifications in prior checkin. --- templates/ktcore/dashlets/notifications.smarty | 10 ++++++++++ 1 file changed, 10 insertions(+), 0 deletions(-) create mode 100644 templates/ktcore/dashlets/notifications.smarty diff --git a/templates/ktcore/dashlets/notifications.smarty b/templates/ktcore/dashlets/notifications.smarty new file mode 100644 index 0000000..59e6e05 --- /dev/null +++ b/templates/ktcore/dashlets/notifications.smarty @@ -0,0 +1,10 @@ +

Items that require your attention

+{if (!empty($notifications))} +
+{foreach item=oNotification from=$notifications} +{$oNotification->render()} +{/foreach} +
+{else} +

No items require your attention.

+{/if} \ No newline at end of file -- libgit2 0.21.4