{$Rights->getColName('view')}
|
{explode var=$Site->getAttribute('pcsg.rights.view') delimiter=',' assign=gids}
{assign var=name value=","}
{foreach from=$gids item=gid}
{if $Groups->getGroupNameById($gid)}
{capture assign=name}{$name}{$Groups->getGroupNameById($gid)},{/capture}
{/if}
{/foreach}
{$name}
|
|
{$Rights->getColName('edit')} |
{explode var=$Site->getAttribute('pcsg.rights.edit') delimiter=',' assign=gids}
{assign var=name value=","}
{foreach from=$gids item=gid}
{if $Groups->getGroupNameById($gid)}
{capture assign=name}{$name}{$Groups->getGroupNameById($gid)},{/capture}
{/if}
{/foreach}
{$name}
|
|
{$Rights->getColName('del')}
|
{explode var=$Site->getAttribute('pcsg.rights.delete') delimiter=',' assign=gids}
{assign var=name value=","}
{foreach from=$gids item=gid}
{if $Groups->getGroupNameById($gid)}
{capture assign=name}{$name}{$Groups->getGroupNameById($gid)},{/capture}
{/if}
{/foreach}
{$name}
|
|
{$Rights->getColName('new')} |
{explode var=$Site->getAttribute('pcsg.rights.new') delimiter=',' assign=gids}
{assign var=name value=","}
{foreach from=$gids item=gid}
{if $Groups->getGroupNameById($gid)}
{capture assign=name}{$name}{$Groups->getGroupNameById($gid)},{/capture}
{/if}
{/foreach}
{$name}
|
{title text="Pluginrechte"}