roleID) { if(isset($this->userIDsNamespace['roleID'])) { ?>

Role

Role Details

formButton('deleterole', 'Delete', array( 'onclick' => 'self.location="/user/role/delete/roleID/' . $this->role->getID() .'"', 'class' => 'rightbutton'))?> formButton('editrole', 'Edit', array( 'onclick' => 'self.location="/user/role/edit/roleID/' . $this->role->getID() .'"', 'class' => 'rightbutton'))?>
Title Description Inheritance
role->getTitle(); ?> role->getDescription(); ?> role->getInheritance() == 1) echo "yes"; else echo "no"; ?>

Rights:

rightsAvailable === true) { echo $this->formButton('linkright', 'Add Rights', array( 'onclick' => 'self.location="/user/role/linkright/roleID/' . $this->role->getID() .'"', 'class' => 'addbutton'))?>
rightsList)) { if(isset($this->rightcategorieslist)) { foreach($this->rightcategorieslist as $k => $v) { $rights = $this->rightsList[$k]; if(count($rights) > 0) { ?>

Title Description Remove
getTitle(); ?> getDescription(); ?> Remove Right

No Rights have been added!