1
0
قرینه از https://github.com/matomo-org/matomo.git synced 2025-08-21 22:47:43 +00:00
Files
matomo/plugins/ExampleUI/templates/notifications.twig
dizzy f798bc645e [Vue] remove use of angularjs from ExampleUI plugin (#19430)
* remove use of piwik-notification in twig template

* fix attribute

* Allow composer plugins for dev dependency codesniffer to fix travis builds.
2022-07-26 16:25:08 +02:00

16 خطوط
524 B
Twig

{% extends 'admin.twig' %}
{% set title %}UI Notification demo{% endset %}
{% block content %}
<h2>Inline notification example</h2>
<div style="display:inline-block;margin-top:10px;" id="exampleUI_notifications">
<div vue-entry="CoreHome.Notification"
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?
</div>
</div>
{% endblock %}