. * --------------------------------------------------------------------- */ if (!defined('GLPI_ROOT')) { die("Sorry. You can't access this file directly"); } /** * This class manages the ajax notifications settings */ class NotificationAjaxSetting extends NotificationSetting { static public function getTypeName($nb = 0) { return __('Browser followups configuration'); } public function getEnableLabel() { return __('Enable followups from browser'); } static public function getMode() { return Notification_NotificationTemplate::MODE_AJAX; } function showFormConfig() { global $CFG_GLPI; echo "