Exemple #1
0
 public function __construct()
 {
     parent::__construct();
     $this->addClass(ZBX_STYLE_LIST_TABLE);
     $this->setNoDataMessage(_('No data found.'));
     $this->addMakeVerticalRotationJs = false;
 }
 public function __construct($groupid = 0, $style = STYLE_HORIZONTAL)
 {
     $this->groupid = $groupid;
     $this->style = null;
     parent::__construct(null, 'hosts_info');
     $this->setOrientation($style);
 }
 public function __construct($groupid = 0, $style = STYLE_HORISONTAL)
 {
     $this->nodeid = id2nodeid($groupid);
     $this->groupid = $groupid;
     $this->style = null;
     parent::__construct(NULL, "hosts_info");
     $this->setOrientation($style);
 }
 public function __construct($style = STYLE_HORISONTAL)
 {
     $this->style = null;
     parent::__construct(NULL, 'triggers_info');
     $this->setOrientation($style);
     $this->show_header = true;
     $this->nodeid = get_current_nodeid();
     $this->groupid = 0;
 }
 public function __construct($groupid = null, $hostid = null, $style = STYLE_HORISONTAL)
 {
     $this->style = null;
     parent::__construct(NULL, 'triggers_info');
     $this->setOrientation($style);
     $this->show_header = true;
     $this->groupid = is_null($groupid) ? 0 : $groupid;
     $this->hostid = is_null($hostid) ? 0 : $hostid;
 }
 public function __construct($message = '...', $class = 'tableinfo')
 {
     parent::__construct($message, $class);
     $this->setOddRowClass('odd_row');
     $this->setEvenRowClass('even_row');
     $this->attributes['cellpadding'] = 3;
     $this->attributes['cellspacing'] = 1;
     $this->headerClass = 'header';
     $this->footerClass = 'footer';
 }
Exemple #7
0
 public function __construct($header, $message = null)
 {
     parent::__construct(null, 'warningTable');
     $this->setAlign('center');
     $this->header = $header;
     $this->message = $message;
     $this->alignment = null;
     $this->paddings = null;
     $this->buttons = array();
 }
 public function __construct()
 {
     parent::__construct(null, 'server_info');
 }
Exemple #9
0
	function __construct() {
		$ar_arg = func_get_args();
		parent::__construct($ar_arg);
		parent::$this->table['tablename'] = 'rdvContact';
	}
	function __construct() {
		$ar_arg = func_get_args();
		parent::__construct($ar_arg);
		parent::$this->table['tablename'] = 'opportunite';
	}
	function __construct() {
		$ar_arg = func_get_args();
		parent::__construct($ar_arg);
		parent::$this->table['tablename'] = 'groupeCommune';
	}
 public function __construct($groupid)
 {
     parent::__construct();
     $this->addClass(ZBX_STYLE_LIST_TABLE);
     $this->groupid = $groupid;
 }
Exemple #13
0
	function __construct() {
		$ar_arg = func_get_args();
		parent::__construct($ar_arg);
		parent::$this->table['tablename'] = 'quartier';
	}
Exemple #14
0
	function __construct() {
		$ar_arg = func_get_args();
		parent::__construct($ar_arg);
		parent::$this->table['tablename'] = 'gr_email';
	}
Exemple #15
0
	function __construct() {
		$ar_arg = func_get_args();
		parent::__construct($ar_arg);
		parent::$this->table['tablename'] = 'moul_tables';
	}
	function __construct() {
		$ar_arg = func_get_args();
		parent::__construct($ar_arg);
		parent::$this->table['tablename'] = 'entreprise';
	}
	function __construct() {
		$ar_arg = func_get_args();
		parent::__construct($ar_arg);
		parent::$this->table['tablename'] = 'configuration';
	}