msg !== null) {
echo '
';
if ($this->msg == 1) {
echo $this->Msg($this->translator->translate('main_file_new_ok'), 'ok');
} elseif ($this->msg == 0) {
echo $this->Msg($this->translator->translate('main_file_new_fail'), 'error');
}
}
?>
DrawForm($this->form, $this, 'CmsStandard'); ?>