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.
16 lines
603 B
16 lines
603 B
<ul class="list middle divided active spaced">
|
|
<li class="subheader">
|
|
<p>{$c->__('adhoc.title')}</p>
|
|
</li>
|
|
{loop="$list"}
|
|
<li data-node="{$value->attributes()->node}" data-jid="{$value->attributes()->jid}">
|
|
<span class="primary icon gray">
|
|
<i class="zmdi {$c->getIcon((string)$value->attributes()->node)}"></i>
|
|
</span>
|
|
<span class="control icon gray">
|
|
<i class="zmdi zmdi-chevron-right"></i>
|
|
</span>
|
|
<p class="normal">{$value->attributes()->name}</p>
|
|
</li>
|
|
{/loop}
|
|
</ul>
|