mirror of
https://github.com/YunoHost-Apps/movim_ynh.git
synced 2024-09-03 19:46:19 +02:00
14 lines
529 B
Smarty
14 lines
529 B
Smarty
{if="$pepfilter"}
|
|
<div class="tabelem" title="{$c->__('affiliations.title')}" id="groupmemberlist">
|
|
<h1 class="paddedtopbottom"><i class="fa fa-key"></i> {$c->__('affiliations.title')}</h1>
|
|
<div class="posthead paddedtopbottom">
|
|
<a
|
|
class="button color green"
|
|
onclick="{$getaffiliations} this.parentNode.style.display = 'none'">
|
|
<i class="fa fa-key"></i> {$c->__('affiliations.get')}
|
|
</a>
|
|
</div>
|
|
|
|
<div id="memberlist" class="paddedtop"></div>
|
|
</div>
|
|
{/if}
|