js = $input ['js']; else $this->js = "message ('". __ ('This functionality is inactive!') ."', 300, 120, true, '". __ ('Functionality Inactive') ."', 'ERROR')"; if (isset ($input ['label']) && trim ($input ['label']) != '') $this->label = translate ($input ['label']); else $this->label = __ ('Undefined'); if (isset ($input ['image']) && trim ($input ['image']) != '') $this->image = $input ['image']; else $this->image = 'edit.png'; } public function getMenuItem () { return '
  • '. $this->label .''. $this->label .'
  • '; } public function getSubmenuItem () { return '
  • '. $this->label .'
  • '; } } ?>