Esempio n. 1
0
 function __construct(REQUEST $req = NULL, $opts = false)
 {
     parent::__construct($req, $opts);
     $this->modules = array("interval" => _("Dates"));
     $this->engine_search = array("interval");
 }
Esempio n. 2
0
 function __construct(REQUEST $req = NULL, $opts = false)
 {
     parent::__construct($req, $opts);
     $this->modules = array("proxy");
 }
Esempio n. 3
0
 function __construct(REQUEST $req = NULL, $opts = false)
 {
     parent::__construct($req, $opts);
     $this->modules = array("item" => _("Items"), "channel" => _("Channels"), "mask" => _("Masks"), "group" => _("Groups"), "control_item" => _("Control Items"), "control_group" => _("Control Groups"), "control" => _("Control Channels"));
     $this->engine_search = array("item", "group", "mask");
 }