3
* Spring Signage Ltd - http://www.springsignage.com
4
* Copyright (C) 2015 Spring Signage Ltd
10
{% extends "form-base.twig" %}
11
{% import "forms.twig" as forms %}
14
{% trans "Clear Cache" %}
17
{% block formButtons %}
18
{% trans "Help" %}, XiboHelpRender("{{ help }}")
19
{% trans "Cancel" %}, XiboDialogClose()
20
{% trans "Clear" %}, $("#clearCache").submit()
25
<div class="col-md-12">
26
<form id="clearCache" class="XiboForm form-horizontal" method="put" action="{{ urlFor("module.clear.cache", {id: module.moduleId}) }}">
27
{% set message %}{% trans "Clear the cache for this Module. This proces is not reversable." %}{% endset %}
28
{{ forms.message(message) }}
b'\\ No newline at end of file'