3
* Spring Signage Ltd - http://www.springsignage.com
4
* Copyright (C) 2015 Spring Signage Ltd
9
{% extends "form-base.twig" %}
10
{% import "forms.twig" as forms %}
13
{% trans "Delete Notification" %}
16
{% block formButtons %}
17
{% trans "Help" %}, XiboHelpRender("{{ help }}")
18
{% trans "Cancel" %}, XiboDialogClose()
19
{% trans "Yes" %}, $("#notificationDeleteForm").submit()
24
<div class="col-md-12">
25
<form id="notificationDeleteForm" class="XiboForm form-horizontal" method="delete" action="{{ urlFor("notification.delete", {"id": notification.notificationId}) }}">
26
{% set message %}{% trans "Are you sure you want to delete this notification? This cannot be undone" %}{% endset %}
27
{{ forms.message(message) }}
b'\\ No newline at end of file'