1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/movim_ynh.git synced 2024-09-03 19:46:19 +02:00
movim_ynh/sources/app/widgets/Publish/_publish_back_confirm.tpl

11 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>