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

12 lines
465 B
Smarty

<div id="group_widget" class="card shadow spinner" style="background-color: #EEE;">
{$c->prepareEmpty()}
{if="$server && $node"}
<script type="text/javascript">
MovimWebsocket.attach(function() {
Group_ajaxGetItems('{$server}', '{$node}');
Group_ajaxGetMetadata('{$server}', '{$node}');
Group_ajaxGetAffiliations('{$server}', '{$node}');
});
</script>
{/if}
</div>