Files
wordpress-preseed/wp-content/plugins/all-in-one-event-calendar/public/admin/twig/notification/admin.twig
Adrian Nöthlich 290736650a Add upstream plugins
Signed-off-by: Adrian Nöthlich <git@promasu.tech>
2019-10-25 22:42:20 +02:00

16 lines
361 B
Twig

<div class="message {{class}} ai1ec-message">
{% if label is not defined %}
{% set label = text_label %}
{% endif %}
<p><strong>{{ label }}:</strong></p>
{{ message | raw }}
{% if persistent %}
<button class="button button-primary ai1ec-dismissable"
data-key="{{ msg_key }}">
{{ text_dismiss_button }}
</button>
{% endif %}
<p></p>
</div>