implement copying of Stations for Seminary copy feature
This commit is contained in:
commit
40a233fa7d
4342 changed files with 1215466 additions and 0 deletions
15
views/html/userroles/user.tpl
Normal file
15
views/html/userroles/user.tpl
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
<ul>
|
||||
<?php foreach($roles as &$role) : ?>
|
||||
<li>
|
||||
<?php switch($role['name']) {
|
||||
case 'admin': echo _('Admin');
|
||||
break;
|
||||
case 'moderator': echo _('Moderator');
|
||||
break;
|
||||
case 'user': echo _('User');
|
||||
break;
|
||||
}
|
||||
?>
|
||||
</li>
|
||||
<?php endforeach ?>
|
||||
</ul>
|
||||
Loading…
Add table
Add a link
Reference in a new issue