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

Role

Role Details

deleteRight) echo $this->formButton('deleterole', 'Delete', array( 'onclick' => 'self.location="/user/role/delete/roleID/' . $this->role->getID() .'"', 'class' => 'rightbutton')); if($this->editRight) echo $this->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) { if($this->addRightToRoleRight) 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) { ?>

removeRightOfRoleRight) echo ''; ?> removeRightOfRoleRight) { ?>
Title Description Remove
getTitle(); ?> getDescription(); ?> Remove Right

No Rights have been added!