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/Upload/_upload.tpl
2015-12-21 22:59:03 +01:00

19 lines
507 B
Smarty

<section>
<h3>{$c->__('upload.title')}</h3>
<ul class="list thick">
<li>
<span class="primary icon bubble color green">
<i class="zmdi zmdi-upload"></i>
</span>
<p>{$c->__('upload.choose')}</p>
<p>
<input type="file" id="file" />
</p>
</li>
</ul>
</section>
<div>
<a onclick="Dialog.clear(); Upload.xhr.abort();" class="button flat">
{$c->__('button.close')}
</a>
</div>