New pages to control generation queue

This commit is contained in:
Némunaire 2015-01-18 06:51:23 +01:00 committed by Nemunaire
commit 5836a3c3d8
6 changed files with 139 additions and 6 deletions

View file

@ -0,0 +1,10 @@
{extends file="admin/layout.tpl"}
{block name=content}
<h1>
Génération
</h1>
{if isset($return)}
<h2>Sortie</h2>
<pre>{$return|escape}</pre>
{/if}
{/block}