= $entry; ?>
= $this->translate('Congratulations! Icinga Web 2 has been successfully set up.'); ?>
= $this->translate('Sorry! Failed to set up Icinga Web 2 successfully.'); ?>
= $this->qlink(
$this->translate('Login to Icinga Web 2'),
'authentication/login',
null,
array(
'class' => 'button-like login',
'title' => $this->translate('Show the login page of Icinga Web 2')
)
); ?>
= $this->qlink(
$this->translate('Back'),
null,
null,
array(
'class' => 'button-like',
'title' => $this->translate('Show previous wizard-page')
)
); ?>