getData(['config', 'i18n', 'langAdmin']); switch ($val) { case 'fr' : $text[0] = 'Retour'; $text[1] = 'Aide'; $text[2] = 'Enregistrer'; $text[3] = 'Paramètres de la police'; $text[4] = 'Nom de la police sélectionnée'; $text[5] = 'Valeur non modifiable'; $text[6] = 'Liaison avec un fichier de police'; $text[7] = 'Le fichier de police est envoyé, ou pas, depuis un dépôt local'; $text[8] = 'Vous devez au préalable téléverser le fichier de police, ttf, woff, otf, eot ou woff2 dans le dossier fonts avec le gestionnaire de fichiers.'; $text[9] = 'Sélection d\'une police'; $text[10] = 'License'; $text[11] = 'Type de license de la police'; $typeAddFont = $module::$typeAddFont; break; case 'en' : $text[0] = 'Back'; $text[1] = 'Help'; $text[2] = 'Save'; $text[3] = 'Font settings'; $text[4] = 'Selected font name'; $text[5] = 'Value not editable'; $text[6] = 'Link to a font file'; $text[7] = 'The font file is sent, or not, from a local repository'; $text[8] = 'You must first upload the font file, ttf, woff, otf, eot or woff2 to the fonts folder with the file manager'; $text[9] = 'Select a font'; $text[10] = 'License'; $text[11] = 'License type of the font'; $typeAddFont = $module::$typeAddFont_en; break; } ?>
'buttonGrey', 'href' => helper::baseUrl() . 'theme/fonts', 'ico' => 'left', 'value' => $text[0] ]); ?>
'https://doc.deltacms.fr/polices', 'target' => '_blank', 'ico' => 'help', 'value' => $text[1], 'class' => 'buttonHelp' ]); ?>
$text[2] ]); ?>

$this->getData(['fonts', $this->getUrl(2),'name']), 'label' => $text[4], 'readonly' => true, 'help' => $text[5] ]); ?>
$text[6], 'selected' => $this->getData(['fonts', $this->getUrl(2),'type']), 'help' => $text[7] ]); ?>
getData(['fonts', $this->getUrl(2),'file']), $module::$fontFiles); echo template::select('fileEditFont', $module::$fontFiles, [ 'selected' => $key, 'help' => $text[8], 'label' => $text[9] ]); ?>
$this->getData(['fonts', $this->getUrl(2),'license']), 'label' => $text[10], 'help' => $text[11] ]); ?>