/**
  *
  * Displays an error message that denies access to a specific action.
  * @return string HTML content
  */
 function displayNoAccessError()
 {
     return $this->p->errorMessage($this->p->conf, $this->l('access-error'));
 }