setName('setup_icingadb_welcome'); } public function createElements(array $formData) { $this->addElement( 'note', 'welcome', array( 'value' => t( 'Welcome to the configuration of Icinga DB Web!' ), 'decorators' => array( 'ViewHelper', array('HtmlTag', array('tag' => 'h2')) ) ) ); $this->addElement( 'note', 'description_1', array( 'value' => '

' . t( 'Icinga DB Web is the UI for Icinga DB and provides' . ' a graphical interface to your monitoring environment.' ) . '

', 'decorators' => array('ViewHelper') ) ); $this->addElement( 'note', 'description_2', array( 'value' => '

' . t( 'The wizard will guide you through the configuration to' . ' establish a connection with Icinga DB and Icinga 2.' ) . '

', 'decorators' => array('ViewHelper') ) ); } }