Esempio n. 1
0
 public function __construct($args = NULL)
 {
     parent::__construct($args);
     $this->name = __('Modified');
     $this->width = '10%';
 }
Esempio n. 2
0
 public function __construct($args = NULL)
 {
     parent::__construct($args);
     $this->width = '80%';
     $this->id = 'topic';
 }
 public function __construct($args = NULL)
 {
     parent::__construct($args);
     $this->name = __('Costgraph', 'columnheader');
     $this->width = '40%';
 }
Esempio n. 4
0
 public function __construct($args = NULL)
 {
     parent::__construct($args);
     $this->name = __('Daygraph', 'columnheader');
 }
 public function __construct($args = NULL)
 {
     parent::__construct($args);
     $this->name = __('last Login', 'column header');
 }
 public function __construct($args = NULL)
 {
     parent::__construct($args);
     $this->name = __('Estimated/Booked (Diff.)');
     $this->id = 'efforts_tasks_estimated';
     $this->tooltip = __("Relation between estimated time and booked efforts");
 }
Esempio n. 7
0
 public function __construct($args = NULL)
 {
     parent::__construct($args);
     $this->name = __('Company', 'Column header');
     #$this->id='name';
 }
 public function __construct($args = NULL)
 {
     parent::__construct($args);
     $this->name = __('Name');
     $this->width = '80%';
 }
Esempio n. 9
0
 public function __construct($args = NULL)
 {
     parent::__construct($args);
 }
Esempio n. 10
0
 function __construct($args = NULL)
 {
     parent::__construct($args);
     if (!$this->name) {
         $this->name = __('recent changes', 'column header');
     }
     $this->tooltip = __('changes since YOUR last logout');
 }
Esempio n. 11
0
 public function __construct($args = NULL)
 {
     parent::__construct($args);
     $this->width = '15%';
     $this->name = __('Release Date');
     $this->id = 'time_released';
 }
Esempio n. 12
0
 public function __construct($args = NULL)
 {
     parent::__construct($args);
     $this->name = __('Task');
     $this->width = '80%';
     $this->id = 'taskwithfolder';
 }
Esempio n. 13
0
 public function __construct($args = NULL)
 {
     parent::__construct($args);
     $this->name = __('Thumbnail', 'Column header');
     $this->id = 'thumbnail';
     $this->width = '10';
 }
 public function __construct($args = NULL)
 {
     parent::__construct($args);
     $this->name = __('Created by');
     $this->id = 'created_by';
 }