mirror of
https://github.com/YunoHost-Apps/movim_ynh.git
synced 2024-09-03 19:46:19 +02:00
12 lines
338 B
Smarty
12 lines
338 B
Smarty
|
<section>
|
||
|
<h4 class="gray">{$c->__('publish.form_filled')}</h4>
|
||
|
</section>
|
||
|
<div>
|
||
|
<a onclick="Dialog.clear()" class="button flat">
|
||
|
{$c->__('button.bool_no')}
|
||
|
</a>
|
||
|
<a onclick="Publish.headerBack('{$server}', '{$node}', true); Dialog.clear();" class="button flat">
|
||
|
{$c->__('button.bool_yes')}
|
||
|
</a>
|
||
|
</div>
|