New pages to control generation queue
This commit is contained in:
parent
8b3d771fd1
commit
5836a3c3d8
6 changed files with 139 additions and 6 deletions
10
onyx/tpl/bootstrap/admin/generation.tpl
Normal file
10
onyx/tpl/bootstrap/admin/generation.tpl
Normal 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}
|
||||
Reference in a new issue