'PluginProcessmakerConfig', 'label' => $LANG['processmaker']['profile']['process_config'], 'field' => 'plugin_processmaker_config', 'rights' => array(READ => __('Read'), UPDATE => __('Update'))), array('itemtype' => 'PluginProcessmakerConfig', 'label' => $LANG['processmaker']['profile']['case_delete'], 'field' => 'plugin_processmaker_deletecase', 'rights' => array(DELETE => __('Delete'))) ); return $rights; } /** * Summary of showForm * @param mixed $ID * @param mixed $openform * @param mixed $closeform * @return bool */ function showForm($ID=0, $openform=TRUE, $closeform=TRUE) { global $LANG; if (!Session::haveRight("profile", READ)) { return false; } $canedit = Session::haveRight("profile", UPDATE); $prof = new Profile(); if ($ID) { $prof->getFromDB($ID); } echo "