Use AJAX for generation status
This commit is contained in:
parent
2f4feb3082
commit
7031ebc907
7 changed files with 76 additions and 47 deletions
|
|
@ -1,10 +1,4 @@
|
|||
{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}
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<gen>
|
||||
<logs>{$return|escape}</logs>
|
||||
</gen>
|
||||
|
|
|
|||
Reference in a new issue