mirror of https://github.com/movim/movim
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
402 B
10 lines
402 B
<div class="tabelem" title="{$c->__('title')}" id="groupsubscribedlistfromfriend">
|
|
<div class="protect red" title="{function="getFlagTitle("red")"}"></div>
|
|
<h1 class="paddedtopbottom">{$c->__('title')}</h1>
|
|
<script type="text/javascript">
|
|
MovimWebsocket.attach(function() {
|
|
{$refresh}
|
|
});
|
|
</script>
|
|
<div id="publicgroups" class="paddedtop"></div>
|
|
</div>
|