From a555bec5f6b157db385d423cad9cd1ef910e6730 Mon Sep 17 00:00:00 2001 From: diosmosis Date: Wed, 1 Oct 2014 19:05:48 -0700 Subject: Create angularjs directive for Piwik notifications and use in old Notificaction class. --- plugins/ExampleUI/templates/notifications.twig | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'plugins/ExampleUI') diff --git a/plugins/ExampleUI/templates/notifications.twig b/plugins/ExampleUI/templates/notifications.twig index 2212ead3d9..1058a50a61 100644 --- a/plugins/ExampleUI/templates/notifications.twig +++ b/plugins/ExampleUI/templates/notifications.twig @@ -4,6 +4,11 @@

Inline notification example:

- {{ 'This is an example for an inline notification. Have you noticed the success message disappeared after a few seconds?'|notification({'placeAt': '#exampleUI_notifications', 'title': 'Info: ', 'noclear': true, 'context': 'info'}) }} +
+ This is an example for an inline notification. Have you noticed the success message disappeared after a few seconds? +
{% endblock %} \ No newline at end of file -- cgit v1.2.3