قرینه از
https://github.com/matomo-org/matomo.git
synced 2025-08-21 22:47:43 +00:00

* remove use of piwik-notification in twig template * fix attribute * Allow composer plugins for dev dependency codesniffer to fix travis builds.
16 خطوط
524 B
Twig
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 %} |