transcribe devient topic
This commit is contained in:
parent
13f93f5916
commit
1e627f55c2
@ -5,7 +5,7 @@ class template {
|
||||
/**
|
||||
* retourne un texte traduit
|
||||
*/
|
||||
public static function transcribe($text) {
|
||||
public static function topic($text) {
|
||||
$text = helper::translate($text);
|
||||
return $text ;
|
||||
}
|
||||
|
@ -18,7 +18,7 @@
|
||||
<div class="col12">
|
||||
<div class="block">
|
||||
<h4>
|
||||
<?php echo template::transcribe('Paramètres de la sauvegarde'); ?>
|
||||
<?php echo template::topic('Paramètres de la sauvegarde'); ?>
|
||||
</h4>
|
||||
<div class="row">
|
||||
<div class="col12">
|
||||
|
@ -2,7 +2,7 @@
|
||||
<div class="row">
|
||||
<div class="col12">
|
||||
<div class="block">
|
||||
<h4><?php echo template::transcribe('Sécurité de la connexion');?>
|
||||
<h4><?php echo template::topic('Sécurité de la connexion');?>
|
||||
<span id="specialeHelpButton" class="helpDisplayButton">
|
||||
<a href="https://doc.zwiicms.fr/connexion" target="_blank" title="Cliquer pour consulter l'aide en ligne">
|
||||
<?php echo template::ico('help', ['margin' => 'left']);?>
|
||||
@ -90,7 +90,7 @@
|
||||
<div class="row">
|
||||
<div class="col12">
|
||||
<div class="block">
|
||||
<h4><?php echo template::transcribe('Journalisation');?>
|
||||
<h4><?php echo template::topic('Journalisation');?>
|
||||
<span id="specialeHelpButton" class="helpDisplayButton">
|
||||
<a href="https://doc.zwiicms.fr/journalisation" target="_blank" title="Cliquer pour consulter l'aide en ligne">
|
||||
<?php echo template::ico('help', ['margin' => 'left']);?>
|
||||
|
@ -2,7 +2,7 @@
|
||||
<div class="row">
|
||||
<div class="col12">
|
||||
<div class="block">
|
||||
<h4><?php echo template::transcribe('Paramètres');?>
|
||||
<h4><?php echo template::topic('Paramètres');?>
|
||||
<span id="specialeHelpButton" class="helpDisplayButton">
|
||||
<a href="https://doc.zwiicms.fr/reseau" target="_blank" title="Cliquer pour consulter l'aide en ligne">
|
||||
<?php echo template::ico('help', ['margin' => 'left']);?>
|
||||
@ -37,7 +37,7 @@
|
||||
<div class="row">
|
||||
<div class="col12">
|
||||
<div class="block">
|
||||
<h4><?php echo template::transcribe('SMTP');?>
|
||||
<h4><?php echo template::topic('SMTP');?>
|
||||
<span id="specialeHelpButton" class="helpDisplayButton">
|
||||
<a href="https://doc.zwiicms.fr/smtp" target="_blank" title="Cliquer pour consulter l'aide en ligne">
|
||||
<?php echo template::ico('help', ['margin' => 'left']);?>
|
||||
|
@ -19,7 +19,7 @@
|
||||
<div class="col12">
|
||||
<div class="block">
|
||||
<h4>
|
||||
<?php echo template::transcribe('Archive à restaurer');?>
|
||||
<?php echo template::topic('Archive à restaurer');?>
|
||||
</h4>
|
||||
<div class="row">
|
||||
<div class="col10 offset1">
|
||||
|
@ -2,7 +2,7 @@
|
||||
<div class="row">
|
||||
<div class="col12">
|
||||
<div class="block">
|
||||
<h4><?php echo template::transcribe('Paramétres');?>
|
||||
<h4><?php echo template::topic('Paramétres');?>
|
||||
<span id="setupHelpButton" class="helpDisplayButton">
|
||||
<a href="https://doc.zwiicms.fr/parametres" target="_blank" title="Cliquer pour consulter l'aide en ligne">
|
||||
<?php echo template::ico('help', ['margin' => 'left']);?>
|
||||
@ -56,7 +56,7 @@
|
||||
<div class="col12">
|
||||
<div class="block">
|
||||
<h4>
|
||||
<?php echo template::transcribe('Mise à jour automatisée');?>
|
||||
<?php echo template::topic('Mise à jour automatisée');?>
|
||||
<span id="updateHelpButton" class="helpDisplayButton">
|
||||
<a href="https://doc.zwiicms.fr/mise-a-jour" target="_blank" title="Cliquer pour consulter l'aide en ligne">
|
||||
<?php echo template::ico('help', ['margin' => 'left']);?>
|
||||
|
@ -3,7 +3,7 @@
|
||||
<div class="col12">
|
||||
<div class="block">
|
||||
<h4>
|
||||
<?php echo template::transcribe('Capture d\'écran Open Graph');?>
|
||||
<?php echo template::topic('Capture d\'écran Open Graph');?>
|
||||
<span id="specialeHelpButton" class="helpDisplayButton">
|
||||
<a href="https://doc.zwiicms.fr/referencement" target="_blank" title="Cliquer pour consulter l'aide en ligne">
|
||||
<?php echo template::ico('help', ['margin' => 'left']);?>
|
||||
@ -47,7 +47,7 @@
|
||||
<div class="col12">
|
||||
<div class="block">
|
||||
<h4>
|
||||
<?php echo template::transcribe('Référencement');?>
|
||||
<?php echo template::topic('Référencement');?>
|
||||
</h4>
|
||||
<div class="row">
|
||||
<div class="col4 offset1">
|
||||
@ -69,7 +69,7 @@
|
||||
<div class="col12">
|
||||
<div class="block">
|
||||
<h4>
|
||||
<?php echo template::transcribe('Réseaux sociaux');?>
|
||||
<?php echo template::topic('Réseaux sociaux');?>
|
||||
<span id="specialeHelpButton" class="helpDisplayButton">
|
||||
<a href="https://doc.zwiicms.fr/reseaux-sociaux" target="_blank" title="Cliquer pour consulter l'aide en ligne">
|
||||
<?php echo template::ico('help', ['margin' => 'left']);?>
|
||||
|
@ -1,11 +1,11 @@
|
||||
<p>
|
||||
<?php echo template::transcribe('Renseignez les champs ci-dessous pour finaliser l\'installation.'); ?>
|
||||
<?php echo template::topic('Renseignez les champs ci-dessous pour finaliser l\'installation.'); ?>
|
||||
</p>
|
||||
<?php echo template::formOpen('installForm'); ?>
|
||||
<ul class="accordion" data-speed="150">
|
||||
<li class="accordion-item active">
|
||||
<h3 class="accordion-title">
|
||||
<?php echo template::transcribe('Compte administrateur'); ?>
|
||||
<?php echo template::topic('Compte administrateur'); ?>
|
||||
</h3>
|
||||
<div class="accordion-content">
|
||||
<div class="row">
|
||||
@ -52,7 +52,7 @@
|
||||
</li>
|
||||
<li class="accordion-item">
|
||||
<h3 class="accordion-title">
|
||||
<?php echo template::transcribe('Options avancées'); ?>
|
||||
<?php echo template::topic('Options avancées'); ?>
|
||||
</h3>
|
||||
<div class="accordion-content">
|
||||
<div class="row">
|
||||
|
@ -1,42 +1,42 @@
|
||||
<p><strong>
|
||||
<?php echo template::transcribe('Mise à jour de ZwiiCMS'); ?>
|
||||
<?php echo template::topic('Mise à jour de ZwiiCMS'); ?>
|
||||
|
||||
<?php echo self::ZWII_VERSION; ?>
|
||||
<?php echo template::transcribe('vers ZwiiCMS'); ?>
|
||||
<?php echo template::topic('vers ZwiiCMS'); ?>
|
||||
|
||||
<?php echo $module::$newVersion; ?>.
|
||||
</strong></p>
|
||||
<p>
|
||||
<?php echo template::transcribe('Afin d\'assurer le bon fonctionnement de Zwii, veuillez ne pas fermer cette page avant la fin de l\'opération.'); ?>
|
||||
<?php echo template::topic('Afin d\'assurer le bon fonctionnement de Zwii, veuillez ne pas fermer cette page avant la fin de l\'opération.'); ?>
|
||||
</p>
|
||||
<div class="row">
|
||||
<div class="col9 verticalAlignMiddle">
|
||||
<div id="installUpdateProgress">
|
||||
<?php echo template::ico('spin', ['animate' => true]); ?>
|
||||
<span class="installUpdateProgressText" data-id="1">
|
||||
<?php echo template::transcribe('1/4 : Préparation...'); ?>
|
||||
<?php echo template::topic('1/4 : Préparation...'); ?>
|
||||
</span>
|
||||
<span class="installUpdateProgressText displayNone" data-id="2">
|
||||
<?php echo template::transcribe('2/4 : Téléchargement...'); ?>
|
||||
<?php echo template::topic('2/4 : Téléchargement...'); ?>
|
||||
</span>
|
||||
<span class="installUpdateProgressText displayNone" data-id="3">
|
||||
<?php echo template::transcribe('3/4 : Installation...'); ?>
|
||||
<?php echo template::topic('3/4 : Installation...'); ?>
|
||||
</span>
|
||||
<span class="installUpdateProgressText displayNone" data-id="4">
|
||||
<?php echo template::transcribe('4/4 : Configuration...'); ?>
|
||||
<?php echo template::topic('4/4 : Configuration...'); ?>
|
||||
</span>
|
||||
</div>
|
||||
<div id="installUpdateError" class="colorRed displayNone">
|
||||
<?php echo template::ico('cancel'); ?>
|
||||
<strong>
|
||||
<?php echo template::transcribe('Une erreur est survenue lors de l\'étape :'); ?>
|
||||
<?php echo template::topic('Une erreur est survenue lors de l\'étape :'); ?>
|
||||
|
||||
<span id="installUpdateErrorStep"> </span>.
|
||||
</strong>
|
||||
</div>
|
||||
<div id="installUpdateSuccess" class="colorGreen displayNone">
|
||||
<?php echo template::ico('check'); ?>
|
||||
<?php echo template::transcribe('Mise à jour terminée avec succès.'); ?>
|
||||
<?php echo template::topic('Mise à jour terminée avec succès.'); ?>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col3 verticalAlignTop">
|
||||
|
@ -1,5 +1,5 @@
|
||||
<p>
|
||||
<?php echo template::transcribe('Notre site est actuellement en maintenance. Nous sommes désolés pour la gêne occasionnée et faisons notre possible pour être rapidement de retour.'); ?>
|
||||
<?php echo template::topic('Notre site est actuellement en maintenance. Nous sommes désolés pour la gêne occasionnée et faisons notre possible pour être rapidement de retour.'); ?>
|
||||
</p>
|
||||
<div class="row">
|
||||
<div class="col4 offset8 textAlignCenter">
|
||||
|
@ -17,7 +17,7 @@
|
||||
<div class="col12">
|
||||
<div class="block">
|
||||
<h4>
|
||||
<?php echo template::transcribe('Installer les données d\'un module'); ?>
|
||||
<?php echo template::topic('Installer les données d\'un module'); ?>
|
||||
</h4>
|
||||
<div class="row">
|
||||
<div class="col6">
|
||||
|
@ -46,7 +46,7 @@
|
||||
<div class="col12">
|
||||
<div class="block">
|
||||
<h4>
|
||||
<?php echo template::transcribe('Sauvegarde'); ?>
|
||||
<?php echo template::topic('Sauvegarde'); ?>
|
||||
</h4>
|
||||
<?php echo template::table([2, 2, 1, 5, 1, 1], $module::$modulesInstalled, [ 'Modules', 'moduleId', 'Versions', '', '', '']); ?>
|
||||
</div>
|
||||
@ -60,7 +60,7 @@
|
||||
<div class="col12">
|
||||
<div class="block">
|
||||
<h4>
|
||||
<?php echo template::transcribe('Modules orphelins'); ?>
|
||||
<?php echo template::topic('Modules orphelins'); ?>
|
||||
</h4>
|
||||
<?php echo template::table([2, 2, 1, 6, 1], $module::$modulesOrphan, [ 'Modules', 'moduleId', 'Versions', '', '']); ?>
|
||||
</div>
|
||||
@ -76,7 +76,7 @@
|
||||
<div class="col12">
|
||||
<div class="block">
|
||||
<h4>
|
||||
<?php echo template::transcribe('Modules configurés'); ?>
|
||||
<?php echo template::topic('Modules configurés'); ?>
|
||||
|
||||
<?php echo template::flag( self::$i18nContent, '20px'); ?>
|
||||
</h4>
|
||||
|
@ -16,18 +16,18 @@
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col12 textAlignCenter">
|
||||
<?php echo template::transcribe('Version n°') . $module::$storeItem['fileVersion']; ?>
|
||||
<?php echo template::topic('Version n°') . $module::$storeItem['fileVersion']; ?>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col12 textAlignCenter">
|
||||
<?php echo template::transcribe('du') . ' ' . $module::$storeItem['fileDate']; ?>
|
||||
<?php echo template::topic('du') . ' ' . $module::$storeItem['fileDate']; ?>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col12 textAlignCenter">
|
||||
<span>
|
||||
<?php echo template::transcribe('Auteur :'); ?>
|
||||
<?php echo template::topic('Auteur :'); ?>
|
||||
<?php echo $module::$storeItem['fileAuthor']; ?>
|
||||
</span>
|
||||
</div>
|
||||
@ -35,7 +35,7 @@
|
||||
<div class="row">
|
||||
<div class="col12 textAlignCenter">
|
||||
<span>
|
||||
<?php echo template::transcribe('Licence :'); ?>
|
||||
<?php echo template::topic('Licence :'); ?>
|
||||
|
||||
<?php echo $module::$storeItem['fileLicense']; ?>
|
||||
</span>
|
||||
|
@ -27,7 +27,7 @@
|
||||
<div class="col12">
|
||||
<div class="block">
|
||||
<h4>
|
||||
<?php echo template::transcribe('Installer ou mettre à jour un module téléchargé'); ?>
|
||||
<?php echo template::topic('Installer ou mettre à jour un module téléchargé'); ?>
|
||||
</h4>
|
||||
<div class="row">
|
||||
<div class="col6 offset3">
|
||||
|
@ -33,7 +33,7 @@
|
||||
<div class="col12">
|
||||
<div class="block">
|
||||
<h4>
|
||||
<?php template::transcribe('Couleurs'); ?>
|
||||
<?php template::topic('Couleurs'); ?>
|
||||
</h4>
|
||||
<div class="row">
|
||||
<div class="col4">
|
||||
@ -128,7 +128,7 @@
|
||||
<div class="col12">
|
||||
<div class="block">
|
||||
<h4>
|
||||
<?php template::transcribe('Mise en forme du texte'); ?>
|
||||
<?php template::topic('Mise en forme du texte'); ?>
|
||||
</h4>
|
||||
<div class="row">
|
||||
<div class="col4">
|
||||
|
@ -58,7 +58,7 @@
|
||||
<div class="col12">
|
||||
<div class="block">
|
||||
<h4>
|
||||
<?php template::transcribe('Image'); ?>
|
||||
<?php template::topic('Image'); ?>
|
||||
</h4>
|
||||
<div class="row">
|
||||
<div class="col12">
|
||||
|
@ -26,7 +26,7 @@
|
||||
<div class="col12">
|
||||
<div class="block">
|
||||
<h4>
|
||||
<?php template::transcribe('Identité de la fonte'); ?>
|
||||
<?php template::topic('Identité de la fonte'); ?>
|
||||
</h4>
|
||||
<div class="row">
|
||||
<div class="col6">
|
||||
|
@ -26,7 +26,7 @@
|
||||
<div class="col12">
|
||||
<div class="block">
|
||||
<h4>
|
||||
<?php template::transcribe('Identité de la fonte'); ?>
|
||||
<?php template::topic('Identité de la fonte'); ?>
|
||||
|
||||
</h4>
|
||||
<div class="row">
|
||||
|
@ -169,7 +169,7 @@
|
||||
<div class="col12">
|
||||
<div class="block">
|
||||
<h4>
|
||||
<?php template::transcribe('Mise en forme du texte'); ?>
|
||||
<?php template::topic('Mise en forme du texte'); ?>
|
||||
</h4>
|
||||
<div class="row">
|
||||
<div class="col3">
|
||||
@ -206,7 +206,7 @@
|
||||
<div class="col12">
|
||||
<div class="block">
|
||||
<h4>
|
||||
<?php template::transcribe('Disposition'); ?>
|
||||
<?php template::topic('Disposition'); ?>
|
||||
</h4>
|
||||
<div class="row">
|
||||
<div class="col4">
|
||||
@ -221,7 +221,7 @@
|
||||
<div class="col4">
|
||||
<p>
|
||||
<strong>
|
||||
<?php template::transcribe('Contenu personnalisé'); ?>
|
||||
<?php template::topic('Contenu personnalisé'); ?>
|
||||
</strong>
|
||||
</p>
|
||||
<div class="row">
|
||||
@ -245,7 +245,7 @@
|
||||
<div class="col4">
|
||||
<p>
|
||||
<strong>
|
||||
<?php template::transcribe('Réseaux sociaux'); ?>
|
||||
<?php template::topic('Réseaux sociaux'); ?>
|
||||
</strong>
|
||||
</p>
|
||||
<div class="row">
|
||||
@ -269,7 +269,7 @@
|
||||
<div class="col4">
|
||||
<p>
|
||||
<strong>
|
||||
<?php template::transcribe('Informations'); ?>
|
||||
<?php template::topic('Informations'); ?>
|
||||
</strong>
|
||||
</p>
|
||||
<div class="row">
|
||||
|
@ -23,7 +23,7 @@
|
||||
<div class="col12">
|
||||
<div class="block">
|
||||
<h4>
|
||||
<?php template::transcribe('Paramètres'); ?>
|
||||
<?php template::topic('Paramètres'); ?>
|
||||
</h4>
|
||||
<div class="row">
|
||||
<div class="col4">
|
||||
@ -76,7 +76,7 @@
|
||||
<div class="col12">
|
||||
<div class="block">
|
||||
<h4>
|
||||
<?php template::transcribe('Couleurs'); ?>
|
||||
<?php template::topic('Couleurs'); ?>
|
||||
</h4>
|
||||
<div class="row">
|
||||
<div class="col6">
|
||||
@ -103,7 +103,7 @@
|
||||
<div class="col12">
|
||||
<div class="block">
|
||||
<h4>
|
||||
<?php template::transcribe('Mise en forme du titre'); ?>
|
||||
<?php template::topic('Mise en forme du titre'); ?>
|
||||
</h4>
|
||||
<div class="row">
|
||||
<div class="col4">
|
||||
@ -154,7 +154,7 @@
|
||||
<div class="col12">
|
||||
<div class="block">
|
||||
<h4>
|
||||
<?php template::transcribe('Papier peint'); ?>
|
||||
<?php template::topic('Papier peint'); ?>
|
||||
</h4>
|
||||
<div class="row">
|
||||
<div class="col12">
|
||||
@ -167,11 +167,11 @@
|
||||
'value' => $imageFile
|
||||
]); ?>
|
||||
<span class="themeHeaderImageOptions displayNone" id="themeHeaderImageInfo">
|
||||
<?php template::transcribe('Largeur de l\'image :'); ?> <span id="themeHeaderImageWidth"></span> ( <?php template::transcribe('largeur de site :'); ?> <?php echo $this->getData(['theme', 'site', 'width']); ?>)
|
||||
<?php template::topic('Largeur de l\'image :'); ?> <span id="themeHeaderImageWidth"></span> ( <?php template::topic('largeur de site :'); ?> <?php echo $this->getData(['theme', 'site', 'width']); ?>)
|
||||
-
|
||||
<?php template::transcribe('Hargeur de l\'image :'); ?> <span id="themeHeaderImageHeight"></span>
|
||||
<?php template::topic('Hargeur de l\'image :'); ?> <span id="themeHeaderImageHeight"></span>
|
||||
-
|
||||
<?php template::transcribe('Ratio :'); ?> <span id="themeHeaderImageRatio"></span>
|
||||
<?php template::topic('Ratio :'); ?> <span id="themeHeaderImageRatio"></span>
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -25,7 +25,7 @@
|
||||
<div class="col12">
|
||||
<div class="block">
|
||||
<h4>
|
||||
<?php template::transcribe('Installer un thème archivé (site ou administration)'); ?>
|
||||
<?php template::topic('Installer un thème archivé (site ou administration)'); ?>
|
||||
</h4>
|
||||
<div class="row">
|
||||
<div class="col6 offset3">
|
||||
@ -42,9 +42,9 @@
|
||||
<div class="col6">
|
||||
<div class="block">
|
||||
<h4>
|
||||
<?php template::transcribe('Sauvegarde du thème dans le'); ?>
|
||||
<?php template::topic('Sauvegarde du thème dans le'); ?>
|
||||
<a href="<?php echo helper::baseUrl(false); ?>core/vendor/filemanager/dialog.php?fldr=theme&type=0&akey=<?php echo md5_file(self::DATA_DIR.'core.json'); ?>" data-lity>
|
||||
<?php template::transcribe('gestionnaire de fichiers'); ?>
|
||||
<?php template::topic('gestionnaire de fichiers'); ?>
|
||||
</a>
|
||||
</h4>
|
||||
<div class="row">
|
||||
@ -69,7 +69,7 @@
|
||||
<div class="col6">
|
||||
<div class="block">
|
||||
<h4>
|
||||
<?php template::transcribe('Télécharger le thème'); ?>
|
||||
<?php template::topic('Télécharger le thème'); ?>
|
||||
</h4>
|
||||
<div class="row">
|
||||
<div class="col6">
|
||||
|
@ -23,7 +23,7 @@
|
||||
<div class="col12">
|
||||
<div class="block">
|
||||
<h4>
|
||||
<?php template::transcribe(' Paramètres'); ?>
|
||||
<?php template::topic(' Paramètres'); ?>
|
||||
</h4>
|
||||
<div class="row">
|
||||
<div class="col6">
|
||||
@ -85,7 +85,7 @@
|
||||
<div class="col12">
|
||||
<div class="block">
|
||||
<h4>
|
||||
<?php template::transcribe('Contenu'); ?>
|
||||
<?php template::topic('Contenu'); ?>
|
||||
</h4>
|
||||
<div class="row">
|
||||
<div class="col3">
|
||||
@ -127,7 +127,7 @@
|
||||
<div class="col12">
|
||||
<div class="block">
|
||||
<h4>
|
||||
<?php template::transcribe('Couleurs'); ?>
|
||||
<?php template::topic('Couleurs'); ?>
|
||||
</h4>
|
||||
<div class="row">
|
||||
<div class="col4">
|
||||
@ -187,7 +187,7 @@
|
||||
<div class="col12">
|
||||
<div class="block">
|
||||
<h4>
|
||||
<?php template::transcribe('Mise en forme du texte'); ?>
|
||||
<?php template::topic('Mise en forme du texte'); ?>
|
||||
</h4>
|
||||
<div class="row">
|
||||
<div class="col6">
|
||||
|
@ -23,7 +23,7 @@
|
||||
<div class="col12">
|
||||
<div class="block">
|
||||
<h4>
|
||||
<?php template::transcribe('Paramètres'); ?>
|
||||
<?php template::topic('Paramètres'); ?>
|
||||
</h4>
|
||||
<div class="row">
|
||||
<div class="col4">
|
||||
@ -59,7 +59,7 @@
|
||||
<div class="col12">
|
||||
<div class="block">
|
||||
<h4>
|
||||
<?php template::transcribe('Couleurs'); ?>
|
||||
<?php template::topic('Couleurs'); ?>
|
||||
</h4>
|
||||
<div class="row">
|
||||
<div class="col8">
|
||||
@ -161,7 +161,7 @@
|
||||
<div class="col6">
|
||||
<div class="block">
|
||||
<h4>
|
||||
<?php template::transcribe('Mise en forme du texte'); ?>
|
||||
<?php template::topic('Mise en forme du texte'); ?>
|
||||
</h4>
|
||||
<div class="row">
|
||||
<div class="col6">
|
||||
@ -185,7 +185,7 @@
|
||||
<div class="col6">
|
||||
<div class="block">
|
||||
<h4>
|
||||
<?php template::transcribe('Mise en forme des titres'); ?>
|
||||
<?php template::topic('Mise en forme des titres'); ?>
|
||||
</h4>
|
||||
<div class="row">
|
||||
<div class="col4">
|
||||
|
@ -17,7 +17,7 @@
|
||||
<div class="col12">
|
||||
<div class="block">
|
||||
<h4>
|
||||
<?php template::transcribe('Copie des traductions rédigées'); ?>
|
||||
<?php template::topic('Copie des traductions rédigées'); ?>
|
||||
</h4>
|
||||
<div class="row">
|
||||
<div class="col6">
|
||||
|
@ -32,7 +32,7 @@
|
||||
<div class="col12">
|
||||
<div class="block" id="flagsWrapper">
|
||||
<h4>
|
||||
<?php template::transcribe('Traduire ZwiiCMS'); ?>
|
||||
<?php template::topic('Traduire ZwiiCMS'); ?>
|
||||
</h4>
|
||||
<div class="row">
|
||||
<div class="col3">
|
||||
@ -49,7 +49,7 @@
|
||||
<div class="col12">
|
||||
<div class="block" id="flagsWrapper">
|
||||
<h4>
|
||||
<?php template::transcribe('Traduction du contenu'); ?>
|
||||
<?php template::topic('Traduction du contenu'); ?>
|
||||
</h4>
|
||||
<div class="row">
|
||||
<div class="col3">
|
||||
|
@ -15,7 +15,7 @@
|
||||
<div class="col6">
|
||||
<div class="block">
|
||||
<h4>
|
||||
<?php template::transcribe('Identité'); ?>
|
||||
<?php template::topic('Identité'); ?>
|
||||
</h4>
|
||||
<div class="row">
|
||||
<div class="col6">
|
||||
@ -54,25 +54,25 @@
|
||||
]); ?>
|
||||
</div>
|
||||
<div id="userAddLabelAuth">
|
||||
<?php template::transcribe('Permissions :'); ?>
|
||||
<?php template::topic('Permissions :'); ?>
|
||||
</div>
|
||||
<ul id="userAddGroupDescription<?php echo self::GROUP_MEMBER; ?>" class="userAddGroupDescription displayNone">
|
||||
<li><?php template::transcribe('Accès aux pages privées'); ?></li>
|
||||
<li><?php template::topic('Accès aux pages privées'); ?></li>
|
||||
</ul>
|
||||
<ul id="userAddGroupDescription<?php echo self::GROUP_MODERATOR; ?>" class="userAddGroupDescription displayNone">
|
||||
<li><?php template::transcribe('Accès aux pages privées'); ?></li>
|
||||
<li><?php template::transcribe('Ajout / Édition / Suppression de pages'); ?></li>
|
||||
<li><?php template::transcribe('Ajout / Édition / Suppression de fichiers'); ?></li>
|
||||
<li><?php template::topic('Accès aux pages privées'); ?></li>
|
||||
<li><?php template::topic('Ajout / Édition / Suppression de pages'); ?></li>
|
||||
<li><?php template::topic('Ajout / Édition / Suppression de fichiers'); ?></li>
|
||||
</ul>
|
||||
<ul id="userAddGroupDescription<?php echo self::GROUP_ADMIN; ?>" class="userAddGroupDescription displayNone">
|
||||
<li><?php template::transcribe('Administration complète du site'); ?></li>
|
||||
<li><?php template::topic('Administration complète du site'); ?></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col6">
|
||||
<div class="block">
|
||||
<h4>
|
||||
<?php template::transcribe('Authentification'); ?>
|
||||
<?php template::topic('Authentification'); ?>
|
||||
</h4>
|
||||
<?php echo template::text('userAddId', [
|
||||
'autocomplete' => 'off',
|
||||
|
@ -23,7 +23,7 @@
|
||||
<div class="col6">
|
||||
<div class="block">
|
||||
<h4>
|
||||
<?php template::transcribe('Identité'); ?>
|
||||
<?php template::topic('Identité'); ?>
|
||||
</h4>
|
||||
<div class="row">
|
||||
<div class="col6">
|
||||
@ -71,18 +71,18 @@
|
||||
]); ?>
|
||||
</div>
|
||||
<div id="userEditLabelAuth">
|
||||
<?php template::transcribe('Permissions :'); ?>
|
||||
<?php template::topic('Permissions :'); ?>
|
||||
</div>
|
||||
<ul id="userEditGroupDescription<?php echo self::GROUP_MEMBER; ?>" class="userEditGroupDescription displayNone">
|
||||
<li><?php template::transcribe('Accès aux pages privées'); ?></li>
|
||||
<li><?php template::topic('Accès aux pages privées'); ?></li>
|
||||
</ul>
|
||||
<ul id="userEditGroupDescription<?php echo self::GROUP_MODERATOR; ?>" class="userEditGroupDescription displayNone">
|
||||
<li><?php template::transcribe('Accès aux pages privées'); ?></li>
|
||||
<li><?php template::transcribe('Ajout / Édition / Suppression de pages'); ?></li>
|
||||
<li><?php template::transcribe('Ajout / Édition / Suppression de fichiers'); ?></li>
|
||||
<li><?php template::topic('Accès aux pages privées'); ?></li>
|
||||
<li><?php template::topic('Ajout / Édition / Suppression de pages'); ?></li>
|
||||
<li><?php template::topic('Ajout / Édition / Suppression de fichiers'); ?></li>
|
||||
</ul>
|
||||
<ul id="userEditGroupDescription<?php echo self::GROUP_ADMIN; ?>" class="userEditGroupDescription displayNone">
|
||||
<li><?php template::transcribe('Administration complète du site'); ?></li>
|
||||
<li><?php template::topic('Administration complète du site'); ?></li>
|
||||
</ul>
|
||||
<?php endif; ?>
|
||||
</div>
|
||||
@ -90,7 +90,7 @@
|
||||
<div class="col6">
|
||||
<div class="block">
|
||||
<h4>
|
||||
<?php template::transcribe('Authentification'); ?>
|
||||
<?php template::topic('Authentification'); ?>
|
||||
</h4>
|
||||
<?php echo template::text('userEditId', [
|
||||
'autocomplete' => 'off',
|
||||
|
@ -26,7 +26,7 @@
|
||||
<div class="col12">
|
||||
<div class="block">
|
||||
<h4>
|
||||
<?php template::transcribe('Importation de fichier plat CSV'); ?>
|
||||
<?php template::topic('Importation de fichier plat CSV'); ?>
|
||||
</h4>
|
||||
<div class="row">
|
||||
<div class="col10">
|
||||
|
@ -16,7 +16,7 @@
|
||||
*/
|
||||
$(".userDelete").on("click", function() {
|
||||
var _this = $(this);
|
||||
message = "<?php echo helper::transcribe('Êtes-vous sûr de vouloir supprimer cet utilisateur ?');?>";
|
||||
message = "<?php echo template::topic('Êtes-vous sûr de vouloir supprimer cet utilisateur ?');?>";
|
||||
return core.confirm(message, function() {
|
||||
$(location).attr("href", _this.attr("href"));
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user