getData(['config', 'i18n', 'langAdmin']); switch ($val) { case 'fr' : $text[0] = 'Retour'; $text[1] = 'Enregistrer en brouillon'; $text[2] = 'Publier'; $text[3] = 'Titre'; $text[4] = 'Auteur'; $text[5] = 'Informations générales'; $text[6] = 'Options de publication'; $text[7] = 'La news est consultable à partir du moment ou la date de publication est passée.'; $text[8] = 'Date de publication'; $text[9] = 'La news est consultable Jusqu\'à cette date si elle est spécifiée. Pour annuler la date de dépublication, sélectionnez une date antérieure à la publication.'; $text[10] = 'Date de dépublication'; break; case 'en' : $text[0] = 'Back'; $text[1] = 'Save as draft'; $text[2] = 'Publish'; $text[3] = 'Title'; $text[4] = 'Author'; $text[5] = 'General information'; $text[6] = 'Publication options'; $text[7] = 'The news can be consulted as soon as the publication date has passed'; $text[8] = 'Publication date'; $text[9] = 'The news is viewable until this date if specified. To cancel the unpublishing date, select a date before publication'; $text[10] = 'Unpublish date'; break; } ?>
'buttonGrey', 'href' => helper::baseUrl() . $this->getUrl(0) . '/config', 'ico' => 'left', 'value' => $text[0] ]); ?>
true, 'value' => $text[1] ]); ?> true ]); ?>
$text[2], 'uniqueSubmission' => true ]); ?>

$text[3] ]); ?>
'editorWysiwyg' ]); ?>

$text[4], 'selected' => $this->getUser('id') ]); ?>
$text[7], 'label' => $text[8], 'value' => time() ]); ?>
$text[9], 'label' => $text[10], 'value' => $this->getData(['module', $this->getUrl(0),'posts', $this->getUrl(2), 'publishedOff']) ]); ?>