addElement('text', 'object_name', array( 'label' => $this->translate('Servicegroup'), 'required' => true, 'description' => $this->translate('Icinga object name for this servicegroup') )); $this->addElement('text', 'display_name', array( 'label' => $this->translate('Display Name'), 'description' => $this->translate('The name which should displayed.') )); } }