tous les h4 remplaces par blockTitle

This commit is contained in:
Deltacms 2022-12-04 08:19:08 +01:00
parent 43c86a08e0
commit d3a7e9fd04
55 changed files with 385 additions and 387 deletions

View File

@ -2397,7 +2397,6 @@ class core extends common {
$colors = helper::colorVariants($this->getData(['theme', 'block', 'backgroundTitleColor']));
$css .= '.block {border: 1px solid ' . $this->getdata(['theme','block','borderColor']) . ';background-color: ' . $this->getdata(['theme','block','backgroundColor']) .';border-radius: ' . $this->getdata(['theme','block','blockBorderRadius']) . ';box-shadow :' . $this->getdata(['theme','block','blockBorderShadow']) . ' ' . $this->getdata(['theme','block','borderColor']) . ';}';
$css .= '.block > h4, .blockTitle {background-color:'. $colors['normal'] . ';color:' . $colors['text'] .';border-radius: ' . $this->getdata(['theme','block','blockBorderRadius']) . ' ' . $this->getdata(['theme','block','blockBorderRadius']) . ' 0px 0px;}';
$css .= '.block > p {margin: 0px -5px;}';
//$css .= '.mce-tinymce {border: 1px solid ' . $this->getdata(['theme','block','borderColor']) .' !important;}';
//Tinymce option titre sous une image valeurs par défaut modifiables dans custom.css

View File

@ -615,7 +615,7 @@ nav a:hover {
/* fin barre de menu */
#menuSpace {
width: 20px;
width: 80px;
}
nav::after {
@ -1068,7 +1068,6 @@ footer #footerSocials .zwiico-github:hover {
margin: -20px -20px 10px;
padding: 5px;
}
.blockTitle * {
margin: 0;
}

View File

@ -21,7 +21,7 @@ echo template::formOpen('addonImportForm'); ?>
<div class="row">
<div class="col12">
<div class="block">
<h4><?php echo $text['core_addon_view']['import'][3]; ?></h4>
<div class="blockTitle"><?php echo $text['core_addon_view']['import'][3]; ?></div>
<div class="row">
<div class="col6 offset3">
<?php echo template::file('addonImportFile', [

View File

@ -39,7 +39,7 @@ echo template::formOpen('configModulesUpload'); ?>
<div class="row">
<div class="col12">
<div class="block">
<h4><?php echo $text['core_addon_view']['upload'][6]; ?> </h4>
<div class="blockTitle"><?php echo $text['core_addon_view']['upload'][6]; ?> </div>
<div class="row">
<div class="col6 offset3">
<?php echo template::file('configModulesInstallation', [

View File

@ -22,7 +22,7 @@ echo template::formOpen('configBackupForm'); ?>
<div class="row">
<div class="col12">
<div class="block">
<h4><?php echo $text['core_config_view']['backup'][4]; ?></h4>
<div class="blockTitle"><?php echo $text['core_config_view']['backup'][4]; ?></div>
<div class="row">
<div class="col12">
<?php echo template::checkbox('configBackupOption', true, $text['core_config_view']['backup'][2], [

View File

@ -6,13 +6,13 @@ include('./core/module/config/lang/'. $this->getData(['config', 'i18n', 'langAdm
<div class="row">
<div class="col12">
<div class="block">
<h4><?php echo $text['core_config_view']['bodyheadscript'][0]; ?>
<div class="blockTitle"><?php echo $text['core_config_view']['bodyheadscript'][0]; ?>
<span id="specialeHelpButton" class="helpDisplayButton">
<a href="https://doc.deltacms.fr/scripts" target="_blank">
<?php echo template::ico('help', 'left');?>
</a>
</span>
</h4>
</div>
<div class="row">
<div class="col3 offset3 verticalAlignBottom">
<?php echo template::button('socialScriptHead', [

View File

@ -6,13 +6,13 @@ include('./core/module/config/lang/'. $this->getData(['config', 'i18n', 'langAdm
<div class="row">
<div class="col12">
<div class="block">
<h4><?php echo $text['core_config_view']['connect'][0]; ?>
<div class="blockTitle"><?php echo $text['core_config_view']['connect'][0]; ?>
<span id="specialeHelpButton" class="helpDisplayButton">
<a href="https://doc.deltacms.fr/connexion" target="_blank">
<?php echo template::ico('help', 'left');?>
</a>
</span>
</h4>
</div>
<div class="row">
<div class="col3">
<?php echo template::checkbox('connectCaptcha', true, $text['core_config_view']['connect'][1], [
@ -71,13 +71,13 @@ include('./core/module/config/lang/'. $this->getData(['config', 'i18n', 'langAdm
<div class="row">
<div class="col12">
<div class="block">
<h4><?php echo $text['core_config_view']['connect'][13];?>
<div class="blockTitle"><?php echo $text['core_config_view']['connect'][13];?>
<span id="specialeHelpButton" class="helpDisplayButton">
<a href="https://doc.deltacms.fr/connexion#journalisation" target="_blank">
<?php echo template::ico('help', 'left');?>
</a>
</span>
</h4>
</div>
<div class="row">
<div class="col3">
<?php echo template::checkbox('connectLog', true, $text['core_config_view']['connect'][14], [

View File

@ -14,7 +14,7 @@ else{
<div class="row">
<div class="col12">
<div class="block">
<h4><?php echo $text['core_config_view']['locale'][0]; ?></h4>
<div class="blockTitle"><?php echo $text['core_config_view']['locale'][0]; ?></div>
<div class="row">
<div class="col12">
<?php echo template::checkbox('localei18n', true, $text['core_config_view']['locale'][1], [
@ -29,13 +29,13 @@ else{
<div class="row">
<div class="col12">
<div class="block">
<h4><?php echo $text['core_config_view']['locale'][3]; ?><?php echo template::flag($flag, '20px');?>
<div class="blockTitle"><?php echo $text['core_config_view']['locale'][3]; ?><?php echo template::flag($flag, '20px');?>
<span id="localeHelpButton" class="helpDisplayButton">
<a href="https://doc.deltacms.fr/localisation" target="_blank">
<?php echo template::ico('help', 'left');?>
</a>
</span>
</h4>
</div>
<div class="row">
<div class="col9">
<?php echo template::text('localeTitle', [
@ -67,13 +67,13 @@ else{
<div class="row">
<div class="col12">
<div class="block">
<h4><?php echo $text['core_config_view']['locale'][9]; echo template::flag($flag, '20px');?>
<div class="blockTitle"><?php echo $text['core_config_view']['locale'][9]; echo template::flag($flag, '20px');?>
<span id="localeHelpButton" class="helpDisplayButton">
<a href="https://doc.deltacms.fr/localisation#pages-speciales" target="_blank">
<?php echo template::ico('help', 'left');?>
</a>
</span>
</h4>
</div>
<div class="row">
<div class="col4">
<?php echo template::select('localeHomePageId', helper::arrayCollumn($module::$pagesList, 'title', 'SORT_ASC'), [
@ -127,13 +127,13 @@ else{
<div class="row">
<div class="col12">
<div class="block">
<h4><?php echo $text['core_config_view']['locale'][22]; echo template::flag($flag, '20px');?>
<div class="blockTitle"><?php echo $text['core_config_view']['locale'][22]; echo template::flag($flag, '20px');?>
<span id="labelHelpButton" class="helpDisplayButton">
<a href="https://doc.deltacms.fr/localisation#etiquettes" target="_blank">
<?php echo template::ico('help', 'left');?>
</a>
</span>
</h4>
</div>
<div class="row">
<div class="col6">
<?php echo template::text('localeLegalPageLabel', [
@ -172,13 +172,13 @@ else{
<div class="row">
<div class="col12">
<div class="block">
<h4><?php echo $text['core_config_view']['locale'][42]; echo template::flag($flag, '20px');?>
<div class="blockTitle"><?php echo $text['core_config_view']['locale'][42]; echo template::flag($flag, '20px');?>
<span id="labelHelpButton" class="helpDisplayButton">
<a href="https://doc.deltacms.fr/localisation#captcha" target="_blank">
<?php echo template::ico('help', 'left');?>
</a>
</span>
</h4>
</div>
<div class="row">
<div class="col6">
<?php echo template::text('localeCaptchaSimpleText', [
@ -201,13 +201,13 @@ else{
<div class="row">
<div class="col12">
<div class="block">
<h4><?php echo $text['core_config_view']['locale'][26]; echo template::flag($flag, '20px');?>
<div class="blockTitle"><?php echo $text['core_config_view']['locale'][26]; echo template::flag($flag, '20px');?>
<span id="specialeHelpButton" class="helpDisplayButton">
<a href="https://doc.deltacms.fr/localisation#cookies" target="_blank">
<?php echo template::ico('help', 'left');?>
</a>
</span>
</h4>
</div>
<div class="row">
<div class="col12">
<?php echo template::text('localeCookiesTitleText', [

View File

@ -6,13 +6,13 @@ include('./core/module/config/lang/'. $this->getData(['config', 'i18n', 'langAdm
<div class="row">
<div class="col12">
<div class="block">
<h4><?php echo $text['core_config_view']['network'][0]; ?>
<div class="blockTitle"><?php echo $text['core_config_view']['network'][0]; ?>
<span id="specialeHelpButton" class="helpDisplayButton">
<a href="https://doc.deltacms.fr/reseau" target="_blank">
<?php echo template::ico('help', 'left');?>
</a>
</span>
</h4>
</div>
<div class="row">
<div class="col2">
<?php echo template::select('configProxyType', $module::$proxyType, [
@ -41,13 +41,13 @@ include('./core/module/config/lang/'. $this->getData(['config', 'i18n', 'langAdm
<div class="row">
<div class="col12">
<div class="block">
<h4><?php echo $text['core_config_view']['network'][4]; ?>
<div class="blockTitle"><?php echo $text['core_config_view']['network'][4]; ?>
<span id="specialeHelpButton" class="helpDisplayButton">
<a href="https://doc.deltacms.fr/reseau#smtp" target="_blank">
<?php echo template::ico('help', 'left');?>
</a>
</span>
</h4>
</div>
<div class="row">
<div class="col12">
<?php echo template::checkbox('smtpEnable', true, $text['core_config_view']['network'][5], [

View File

@ -22,7 +22,7 @@ echo template::formOpen('configRestoreForm'); ?>
<div class="row">
<div class="col12">
<div class="block">
<h4><?php echo $text['core_config_view']['restore'][2]; ?></h4>
<div class="blockTitle"><?php echo $text['core_config_view']['restore'][2]; ?></div>
<div class="row">
<div class="col10 offset1">
<div class="row">

View File

@ -7,13 +7,13 @@ include('./core/module/config/lang/'. $this->getData(['config', 'i18n', 'langAdm
<div class="row">
<div class="col12">
<div class="block">
<h4><?php echo $text['core_config_view']['setup'][0]; ?>
<div class="blockTitle"><?php echo $text['core_config_view']['setup'][0]; ?>
<span id="setupHelpButton" class="helpDisplayButton">
<a href="https://doc.deltacms.fr/configuration" target="_blank">
<?php echo template::ico('help', 'left');?>
</a>
</span>
</h4>
</div>
<div class="row">
<div class="col4">
<?php echo template::file('configFavicon', [
@ -59,13 +59,13 @@ include('./core/module/config/lang/'. $this->getData(['config', 'i18n', 'langAdm
<div class="row">
<div class="col12">
<div class="block">
<h4><?php echo $text['core_config_view']['setup'][1]; ?>
<div class="blockTitle"><?php echo $text['core_config_view']['setup'][1]; ?>
<span id="updateHelpButton" class="helpDisplayButton">
<a href="https://doc.deltacms.fr/configuration#mise-a-jour" target="_blank">
<?php echo template::ico('help', 'left');?>
</a>
</span>
</h4>
</div>
<?php $updateError = helper::urlGetContents(common::DELTA_UPDATE_URL . common::DELTA_UPDATE_CHANNEL . '/version');?>
<div class="row">
<div class="col4">
@ -98,13 +98,13 @@ include('./core/module/config/lang/'. $this->getData(['config', 'i18n', 'langAdm
<div class="row">
<div class="col12">
<div class="block">
<h4><?php echo $text['core_config_view']['setup'][2]; ?>
<div class="blockTitle"><?php echo $text['core_config_view']['setup'][2]; ?>
<span id="maintenanceHelpButton" class="helpDisplayButton">
<a href="https://doc.deltacms.fr/configuration#maintenance" target="_blank">
<?php echo template::ico('help', 'left');?>
</a>
</span>
</h4>
</div>
<div class="row">
<div class="col6">
<?php echo template::checkbox('configAutoBackup', true, $text['core_config_view']['setup'][18], [
@ -148,7 +148,7 @@ include('./core/module/config/lang/'. $this->getData(['config', 'i18n', 'langAdm
<div class="col12">
<div class="block">
<div id="infotopdf">
<h4><?php echo $text['core_config_view']['setup'][24]; ?></h4>
<div class="blockTitle"><?php echo $text['core_config_view']['setup'][24]; ?></div>
<div class="row">
<div class="col12">
<?php $textRewrite = $text['core_config_view']['setup'][30];

View File

@ -6,13 +6,13 @@ include('./core/module/config/lang/'. $this->getData(['config', 'i18n', 'langAdm
<div class="row">
<div class="col12">
<div class="block">
<h4><?php echo $text['core_config_view']['social'][0]; ?>
<div class="blockTitle"><?php echo $text['core_config_view']['social'][0]; ?>
<span id="specialeHelpButton" class="helpDisplayButton">
<a href="https://doc.deltacms.fr/referencement" target="_blank">
<?php echo template::ico('help', 'left');?>
</a>
</span>
</h4>
</div>
<div class="row">
<div class="col4 offset1">
<div class="row">
@ -65,13 +65,13 @@ include('./core/module/config/lang/'. $this->getData(['config', 'i18n', 'langAdm
<div class="row">
<div class="col12">
<div class="block">
<h4><?php echo $text['core_config_view']['social'][7]; ?>
<div class="blockTitle"><?php echo $text['core_config_view']['social'][7]; ?>
<span id="specialeHelpButton" class="helpDisplayButton">
<a href="https://doc.deltacms.fr/referencement#reseaux-sociaux" target="_blank">
<?php echo template::ico('help', 'left');?>
</a>
</span>
</h4>
</div>
<div class="row">
<div class="col3">
<?php echo template::text('socialFacebookId', [

View File

@ -1 +1 @@
<div class="block"><h4>DeltaCMS</h4><h2>The database-less CMS with quick and easy installation</h2></div>
<div class="block"><div class="blockTitle">DeltaCMS</div><h2>The database-less CMS with quick and easy installation</h2></div>

View File

@ -1 +1 @@
<div class="block"><h4>DeltaCMS</h4><h2>Le CMS sans base de données à l'installation simple et rapide</h2></div>
<div class="block"><div class="blockTitle">DeltaCMS</div><h2>Le CMS sans base de données à l'installation simple et rapide</h2></div>

View File

@ -62,13 +62,13 @@ echo template::formOpen('pageEditForm'); ?>
<div class="row">
<div class="col12">
<div class="block" id="info">
<h4><?php echo $text['core_page_view']['edit'][5]; ?>
<div class="blockTitle"><?php echo $text['core_page_view']['edit'][5]; ?>
<span id="specialeHelpButton" class="helpDisplayButton">
<a href="https://doc.deltacms.fr/informations-generales" target="_blank">
<?php echo template::ico('help', 'left');?>
</a>
</span>
</h4>
</div>
<div class="row">
<div class="col6">
<?php echo template::text('pageEditTitle', [
@ -155,13 +155,13 @@ else {
<div class="row">
<div class="col12" id="pageEditBlockLayout">
<div class="block">
<h4><?php echo $text['core_page_view']['edit'][16]; ?>
<div class="blockTitle"><?php echo $text['core_page_view']['edit'][16]; ?>
<span id="specialeHelpButton" class="helpDisplayButton">
<a href="https://doc.deltacms.fr/mise-en-page" target="_blank">
<?php echo template::ico('help', 'left');?>
</a>
</span>
</h4>
</div>
<div class="blockContainer">
<div class="row">
<div class="col6">
@ -211,13 +211,13 @@ else {
<div class="row">
<div class="col12" id="pageEditMenu">
<div class="block">
<h4><?php echo $text['core_page_view']['edit'][23]; ?>
<div class="blockTitle"><?php echo $text['core_page_view']['edit'][23]; ?>
<span id="specialeHelpButton" class="helpDisplayButton">
<a href="https://doc.deltacms.fr/emplacement-dans-le-menu" target="_blank">
<?php echo template::ico('help', 'left');?>
</a>
</span>
</h4>
</div>
<div class="blockContainer">
<div class="row">
<div class="col6">
@ -273,13 +273,13 @@ else {
<div class='row' id="pageEditAdvancedWrapper">
<div class="col12">
<div class="block">
<h4><?php echo $text['core_page_view']['edit'][29]; ?>
<div class="blockTitle"><?php echo $text['core_page_view']['edit'][29]; ?>
<span id="specialeHelpButton" class="helpDisplayButton">
<a href="https://doc.deltacms.fr/options-d-emplacement-avancees" target="_blank">
<?php echo template::ico('help', 'left');?>
</a>
</span>
</h4>
</div>
<div class="blockContainer">
<div class="row">
<div class="col6">
@ -301,13 +301,13 @@ else {
<div class='row' id="pageEditSeoWrapper">
<div class="col12">
<div class="block">
<h4><?php echo $text['core_page_view']['edit'][33]; ?>
<div class="blockTitle"><?php echo $text['core_page_view']['edit'][33]; ?>
<span id="specialeHelpButton" class="helpDisplayButton">
<a href="https://doc.deltacms.fr/permission-et-referencement" target="_blank">
<?php echo template::ico('help', 'left');?>
</a>
</span>
</h4>
</div>
<div class="blockContainer">
<div class="row">
<div class='col6'>

View File

@ -29,7 +29,7 @@ echo template::formOpen('themeAddFonts'); ?>
</div>
<div class="block">
<h4><?php echo $text['core_theme_view']['addFonts'][3]; ?></h4>
<div class="blockTitle"><?php echo $text['core_theme_view']['addFonts'][3]; ?></div>
<div class="row">
<div class="col4">
<?php echo template::text('nameAddFont', [

View File

@ -39,7 +39,7 @@ echo template::formOpen('configAdminForm'); ?>
<div class="row">
<div class="col12">
<div class="block">
<h4><?php echo $text['core_theme_view']['admin'][5]; ?></h4>
<div class="blockTitle"><?php echo $text['core_theme_view']['admin'][5]; ?></div>
<div class="row">
<div class="col4">
<?php echo template::text('adminBackgroundColor', [
@ -132,7 +132,7 @@ echo template::formOpen('configAdminForm'); ?>
<div class="row">
<div class="col12">
<div class="block">
<h4><?php echo $text['core_theme_view']['admin'][18]; ?></h4>
<div class="blockTitle"><?php echo $text['core_theme_view']['admin'][18]; ?></div>
<div class="row">
<div class="col4">
<?php echo template::select('adminFontText', $module::$fonts, [

View File

@ -30,7 +30,7 @@ echo template::formOpen('themeBodyForm'); ?>
<div class="row">
<div class="col12">
<div class="block">
<h4><?php echo $text['core_theme_view']['body'][3]; ?></h4>
<div class="blockTitle"><?php echo $text['core_theme_view']['body'][3]; ?></div>
<div class="row">
<div class="col6">
<?php echo template::text('themeBodyBackgroundColor', [
@ -65,7 +65,7 @@ echo template::formOpen('themeBodyForm'); ?>
<div class="row">
<div class="col12">
<div class="block">
<h4><?php echo $text['core_theme_view']['body'][9]; ?></h4>
<div class="blockTitle"><?php echo $text['core_theme_view']['body'][9]; ?></div>
<div class="row">
<div class="col12">
<?php

View File

@ -29,7 +29,7 @@ echo template::formOpen('themeEditFonts'); ?>
</div>
<div class="block">
<h4><?php echo $text['core_theme_view']['editFonts'][3]; ?></h4>
<div class="blockTitle"><?php echo $text['core_theme_view']['editFonts'][3]; ?></div>
<div class="row">
<div class="col4">
<?php echo template::text('nameEditFont', [

View File

@ -41,7 +41,7 @@ echo template::formOpen('themeFooterForm');
<div class="row">
<div class="col12">
<div class="block">
<h4><?php echo $text['core_theme_view']['footer'][3]; ?></h4>
<div class="blockTitle"><?php echo $text['core_theme_view']['footer'][3]; ?></div>
<div class="row">
<div class="col6">
<?php echo template::select('themeFooterPosition', $footerPositions, [
@ -62,7 +62,7 @@ echo template::formOpen('themeFooterForm');
<div class="row">
<div class="col12">
<div class="block">
<h4><?php echo $text['core_theme_view']['footer'][6]; ?></h4>
<div class="blockTitle"><?php echo $text['core_theme_view']['footer'][6]; ?></div>
<div class="row">
<div class="col6">
<?php echo template::text('themeFooterTextColor', [
@ -86,7 +86,7 @@ echo template::formOpen('themeFooterForm');
<div class="row">
<div class="col12">
<div class="block">
<h4><?php echo $text['core_theme_view']['footer'][10]; ?></h4>
<div class="blockTitle"><?php echo $text['core_theme_view']['footer'][10]; ?></div>
<div class="row">
<div class="col3">
<?php echo template::checkbox('themefooterDisplayCopyright', true, $text['core_theme_view']['footer'][11], [
@ -175,7 +175,7 @@ echo template::formOpen('themeFooterForm');
<div class="row">
<div class="col12">
<div class="block">
<h4><?php echo $text['core_theme_view']['footer'][30]; ?></h4>
<div class="blockTitle"><?php echo $text['core_theme_view']['footer'][30]; ?></div>
<div class="row">
<div class="col3">
<?php echo template::select('themeFooterFont', $module::$fonts, [
@ -210,7 +210,7 @@ echo template::formOpen('themeFooterForm');
<div class="row">
<div class="col12">
<div class="block">
<h4><?php echo $text['core_theme_view']['footer'][36]; ?></h4>
<div class="blockTitle"><?php echo $text['core_theme_view']['footer'][36]; ?></div>
<div class="row">
<div class="col4">
<?php $footerBlockPosition = is_null($this->getData(['theme', 'footer', 'template'])) ? $footerblocks[3] : $footerblocks [$this->getData(['theme', 'footer', 'template'])] ;?>

View File

@ -42,7 +42,7 @@ echo template::formOpen('themeHeaderForm');
<div class="row">
<div class="col12">
<div class="block">
<h4><?php echo $text['core_theme_view']['header'][2]; ?></h4>
<div class="blockTitle"><?php echo $text['core_theme_view']['header'][2]; ?></div>
<div class="row">
<div class="col4">
<?php echo template::select('themeHeaderPosition', $headerPositions, [
@ -104,7 +104,7 @@ echo template::formOpen('themeHeaderForm');
<div class="row">
<div class="col12">
<div class="block">
<h4><?php echo $text['core_theme_view']['header'][10]; ?></h4>
<div class="blockTitle"><?php echo $text['core_theme_view']['header'][10]; ?></div>
<div class="row">
<div class="col6">
<?php echo template::text('themeHeaderBackgroundColor', [
@ -129,7 +129,7 @@ echo template::formOpen('themeHeaderForm');
<div class="row wallpaperContainer">
<div class="col12">
<div class="block">
<h4><?php echo $text['core_theme_view']['header'][15]; ?></h4>
<div class="blockTitle"><?php echo $text['core_theme_view']['header'][15]; ?></div>
<div class="row">
<div class="col4">
<?php echo template::checkbox('themeHeaderTextHide', true, $text['core_theme_view']['header'][16], [
@ -178,7 +178,7 @@ echo template::formOpen('themeHeaderForm');
<div class="row wallpaperContainer">
<div class="col12">
<div class="block">
<h4><?php echo $text['core_theme_view']['header'][23]; ?></h4>
<div class="blockTitle"><?php echo $text['core_theme_view']['header'][23]; ?></div>
<div class="row">
<div class="col12">
<?php

View File

@ -38,7 +38,7 @@ echo template::formOpen('themeManageForm'); ?>
<div class="row">
<div class="col12">
<div class="block">
<h4><?php echo $text['core_theme_view']['manage'][4]; ?></h4>
<div class="blockTitle"><?php echo $text['core_theme_view']['manage'][4]; ?></div>
<div class="row">
<div class="col6 offset3">
<?php echo template::file('themeManageImport', [
@ -53,7 +53,7 @@ echo template::formOpen('themeManageForm'); ?>
<div class="row">
<div class="col6">
<div class="block">
<h4><?php echo $text['core_theme_view']['manage'][6]; ?><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 echo $text['core_theme_view']['manage'][7]; ?></a><?php echo $text['core_theme_view']['manage'][8]; ?></h4>
<div class="blockTitle"><?php echo $text['core_theme_view']['manage'][6]; ?><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 echo $text['core_theme_view']['manage'][7]; ?></a><?php echo $text['core_theme_view']['manage'][8]; ?></div>
<div class="row">
<div class="col6">
<?php echo template::button('themeSave', [
@ -75,7 +75,7 @@ echo template::formOpen('themeManageForm'); ?>
<div class="col6">
<div class="block">
<h4><?php echo $text['core_theme_view']['manage'][11]; ?></h4>
<div class="blockTitle"><?php echo $text['core_theme_view']['manage'][11]; ?></div>
<div class="row">
<div class="col6">
<?php echo template::button('themeExport', [

View File

@ -30,7 +30,7 @@ echo template::formOpen('themeMenuForm'); ?>
<div class="row">
<div class="col12">
<div class="block">
<h4><?php echo $text['core_theme_view']['menu'][3]; ?></h4>
<div class="blockTitle"><?php echo $text['core_theme_view']['menu'][3]; ?></div>
<div class="row">
<div class="col6">
<?php
@ -106,7 +106,7 @@ echo template::formOpen('themeMenuForm'); ?>
<div class="row">
<div class="col12">
<div class="block">
<h4><?php echo $text['core_theme_view']['menu'][12]; ?></h4>
<div class="blockTitle"><?php echo $text['core_theme_view']['menu'][12]; ?></div>
<div class="row">
<div class="col3">
<?php echo template::checkbox('themeMenuLoginLink', true, $text['core_theme_view']['menu'][13], [
@ -165,7 +165,7 @@ echo template::formOpen('themeMenuForm'); ?>
<div class="row">
<div class="col12">
<div class="block">
<h4><?php echo $text['core_theme_view']['menu'][20]; ?></h4>
<div class="blockTitle"><?php echo $text['core_theme_view']['menu'][20]; ?></div>
<div class="row">
<div class="col4">
<?php echo template::text('themeMenuTextColor', [
@ -223,7 +223,7 @@ echo template::formOpen('themeMenuForm'); ?>
<div class="row">
<div class="col12">
<div class="block">
<h4><?php echo $text['core_theme_view']['menu'][30]; ?></h4>
<div class="blockTitle"><?php echo $text['core_theme_view']['menu'][30]; ?></div>
<div class="row">
<div class="col6">
<?php echo template::select('themeMenuFont', $module::$fonts, [

View File

@ -42,7 +42,7 @@ echo template::formOpen('themeSiteForm'); ?>
<div class="row">
<div class="col12">
<div class="block">
<h4><?php echo $text['core_theme_view']['site'][3]; ?></h4>
<div class="blockTitle"><?php echo $text['core_theme_view']['site'][3]; ?></div>
<div class="row">
<div class="col4">
<?php echo template::select('themeSiteWidth', $siteWidths, [
@ -76,7 +76,7 @@ echo template::formOpen('themeSiteForm'); ?>
<div class="row">
<div class="col12">
<div class="block">
<h4><?php echo $text['core_theme_view']['site'][8]; ?></h4>
<div class="blockTitle"><?php echo $text['core_theme_view']['site'][8]; ?></div>
<div class="row">
<div class="col8">
<div class="row">
@ -185,7 +185,7 @@ echo template::formOpen('themeSiteForm'); ?>
<div class="row">
<div class="col12">
<div class="block preview">
<h4 class="preview"><?php echo $text['core_theme_view']['site'][24]; ?></h4> <p class="textPreview">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
<h4 class="preview"><?php echo $text['core_theme_view']['site'][24]; ?></div> <p class="textPreview">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
<p><a href="#" class="urlPreview">Lorem ipsum dolor sit amet.</a></p>
</div>
</div>
@ -199,7 +199,7 @@ echo template::formOpen('themeSiteForm'); ?>
<div class="row">
<div class="col6">
<div class="block">
<h4><?php echo $text['core_theme_view']['site'][25]; ?></h4>
<div class="blockTitle"><?php echo $text['core_theme_view']['site'][25]; ?></div>
<div class="row">
<div class="col6">
<?php echo template::select('themeTextFont', $module::$fonts, [
@ -220,7 +220,7 @@ echo template::formOpen('themeSiteForm'); ?>
</div>
<div class="col6">
<div class="block">
<h4><?php echo $text['core_theme_view']['site'][31]; ?></h4>
<div class="blockTitle"><?php echo $text['core_theme_view']['site'][31]; ?></div>
<div class="row">
<div class="col4">
<?php echo template::select('themeTitleFont', $module::$fonts, [

View File

@ -29,7 +29,7 @@ include('./core/module/translate/lang/'. $this->getData(['config', 'i18n', 'lang
<div class="row">
<div class="col12">
<div class="block">
<h4><?php echo $text['core_translate_view']['copy'][3]; ?></h4>
<div class="blockTitle"><?php echo $text['core_translate_view']['copy'][3]; ?></div>
<div class="row">
<div class="col6">
<?php echo template::select('translateFormCopySource', $module::$languagesInstalled, [

View File

@ -37,7 +37,7 @@ include('./core/module/translate/lang/'. $this->getData(['config', 'i18n', 'lang
<div class="row">
<div class="col12">
<div class="block">
<h4><?php echo $text['core_translate_view']['index'][6]; ?></h4>
<div class="blockTitle"><?php echo $text['core_translate_view']['index'][6]; ?></div>
<div class="row">
<div class="col4">
<?php echo template::select('translateLangAdmin', self::$i18nList_admin, [
@ -78,7 +78,7 @@ include('./core/module/translate/lang/'. $this->getData(['config', 'i18n', 'lang
<div class="row">
<div class="col12">
<div class="block">
<h4><?php echo $text['core_translate_view']['index'][7]; ?></h4>
<div class="blockTitle"><?php echo $text['core_translate_view']['index'][7]; ?></div>
<?php if( ! array_key_exists( $this->getData(['config', 'i18n' , 'langBase']), self::$i18nListSiteOnly)) { ?>
<div class="row">
<div class="col6">
@ -115,7 +115,7 @@ include('./core/module/translate/lang/'. $this->getData(['config', 'i18n', 'lang
<div class="row">
<div class="col12">
<div class="block" id="flagsWrapper">
<h4><?php echo $text['core_translate_view']['index'][14]; ?></h4>
<div class="blockTitle"><?php echo $text['core_translate_view']['index'][14]; ?></div>
<div class="row">
<div class="col3">
<?php echo template::select('translateFR', $module::$translateOptions['fr'], [

View File

@ -29,7 +29,7 @@ include('./core/module/user/lang/'. $this->getData(['config', 'i18n', 'langAdmin
<div class="row">
<div class="col6">
<div class="block">
<h4><?php echo $text['core_user_view']['add'][13]; ?></h4>
<div class="blockTitle"><?php echo $text['core_user_view']['add'][13]; ?></div>
<div class="row">
<div class="col6">
<?php echo template::text('userAddFirstname', [
@ -93,7 +93,7 @@ include('./core/module/user/lang/'. $this->getData(['config', 'i18n', 'langAdmin
</div>
<div class="col6">
<div class="block">
<h4><?php echo $text['core_user_view']['add'][21]; ?></h4>
<div class="blockTitle"><?php echo $text['core_user_view']['add'][21]; ?></div>
<?php echo template::text('userAddId', [
'autocomplete' => 'off',
'label' => $text['core_user_view']['add'][22]
@ -111,7 +111,7 @@ include('./core/module/user/lang/'. $this->getData(['config', 'i18n', 'langAdmin
?>
</div>
<div class="block">
<h4><?php echo $text['core_user_view']['add'][26]; ?></h4>
<div class="blockTitle"><?php echo $text['core_user_view']['add'][26]; ?></div>
<?php echo template::select('userRedirectPageId', helper::arrayCollumn($module::$pagesList, 'title'), [
'label' => $text['core_user_view']['add'][27],
'selected' =>$this->getData(['user', $this->getUrl(2),'redirectPageId']),

View File

@ -29,7 +29,7 @@ include('./core/module/user/lang/'. $this->getData(['config', 'i18n', 'langAdmin
<div class="row">
<div class="col6">
<div class="block">
<h4><?php echo $text['core_user_view']['edit'][13]; ?></h4>
<div class="blockTitle"><?php echo $text['core_user_view']['edit'][13]; ?></div>
<div class="row">
<div class="col6">
<?php echo template::text('userEditFirstname', [
@ -103,7 +103,7 @@ include('./core/module/user/lang/'. $this->getData(['config', 'i18n', 'langAdmin
</div>
<div class="col6">
<div class="block">
<h4><?php echo $text['core_user_view']['edit'][21]; ?></h4>
<div class="blockTitle"><?php echo $text['core_user_view']['edit'][21]; ?></div>
<?php echo template::text('userEditId', [
'autocomplete' => 'off',
'help' => $text['core_user_view']['edit'][31],
@ -125,7 +125,7 @@ include('./core/module/user/lang/'. $this->getData(['config', 'i18n', 'langAdmin
]); ?>
</div>
<div class="block">
<h4><?php echo $text['core_user_view']['edit'][26]; ?></h4>
<div class="blockTitle"><?php echo $text['core_user_view']['edit'][26]; ?></div>
<?php echo template::select('userRedirectPageId', helper::arrayCollumn($module::$pagesList, 'title'), [
'label' => $text['core_user_view']['edit'][27],
'selected' =>$this->getData(['user', $this->getUrl(2),'redirectPageId']),

View File

@ -29,7 +29,7 @@ include('./core/module/user/lang/'. $this->getData(['config', 'i18n', 'langAdmin
<div class="row">
<div class="col12">
<div class="block">
<h4><?php echo $text['core_user_view']['import'][3]; ?></h4>
<div class="blockTitle"><?php echo $text['core_user_view']['import'][3]; ?></div>
<div class="row">
<div class="col6">
<?php echo template::file('userImportCSVFile', [

View File

@ -22,7 +22,7 @@ echo template::formOpen('gestion_categorie'); ?>
</div>
<div class="block">
<h4><?php echo $text['agenda_view']['categorie'][4]; ?></h4>
<div class="blockTitle"><?php echo $text['agenda_view']['categorie'][4]; ?></div>
<div class="row">
<div class="col4">
@ -35,7 +35,7 @@ echo template::formOpen('gestion_categorie'); ?>
</div>
<div class="block">
<h4><?php echo $text['agenda_view']['categorie'][5]; ?></h4>
<div class="blockTitle"><?php echo $text['agenda_view']['categorie'][5]; ?></div>
<div class="row">
<div class="col4">
<?php

View File

@ -40,7 +40,7 @@ else {
echo '<div class="block">';
}
?>
<h4><?php echo $text['agenda_view']['config'][3]; ?></h4>
<div class="blockTitle"><?php echo $text['agenda_view']['config'][3]; ?></div>
<div class="col6">
<?php echo template::select('config_droit_creation', $groupe, [
'help' => $text['agenda_view']['config'][6],
@ -60,7 +60,7 @@ else {
</div> <!-- Conditionnel -->
<div class="block">
<h4><?php echo $text['agenda_view']['config'][4]; ?></h4>
<div class="blockTitle"><?php echo $text['agenda_view']['config'][4]; ?></div>
<div class="col4">
<?php echo template::select('config_MaxiWidth', $maxwidth,[
'help' => $text['agenda_view']['config'][10],
@ -71,7 +71,7 @@ else {
</div>
<div class="block">
<h4><?php echo $text['agenda_view']['config'][5]; ?></h4>
<div class="blockTitle"><?php echo $text['agenda_view']['config'][5]; ?></div>
<div class="row">
<!--Sauvegarder l'agenda actuel-->
<div class="col6">
@ -108,7 +108,7 @@ else {
<!--Tout supprimer-->
<?php if($this->getUser('group') >= self::GROUP_MODERATOR) { ?>
<div class="block">
<h4><?php echo $text['agenda_view']['config'][16]; ?></h4>
<div class="blockTitle"><?php echo $text['agenda_view']['config'][16]; ?></div>
<div class="col4">
<?php echo template::button('config_suptout', [
'class' => 'configSup buttonRed',
@ -124,7 +124,7 @@ else {
<!-- Sélection d'un fichier ics depuis le dossier site/file/source/agenda/ics -->
<div class="block">
<h4><?php echo $text['agenda_view']['config'][17]; ?></h4>
<div class="blockTitle"><?php echo $text['agenda_view']['config'][17]; ?></div>
<div class="row">
<div class="col6">
<!-- Sélection d'un fichier ics -->
@ -139,7 +139,7 @@ else {
<!-- Sélection d'un carnet d'adresses au format txt ou csv avec séparateur virgule -->
<div class="block">
<h4><?php echo $text['agenda_view']['config'][18]; ?></h4>
<div class="blockTitle"><?php echo $text['agenda_view']['config'][18]; ?></div>
<div class="row">
<div class="col6">
<!-- Sélection d'un fichier csv ou txt -->
@ -159,7 +159,7 @@ if( null === $this->getData(['module', $this->getUrl(0), 'texts', 'configTextDat
if( null === $this->getData(['module', $this->getUrl(0), 'texts', 'configTextDateEnd'])) $this->setData(['module', $this->getUrl(0), 'texts', 'configTextDateEnd', $text['agenda_view']['config'][34]]);
?>
<div class="block">
<h4><?php echo $text['agenda_view']['config'][26]; ?></h4>
<div class="blockTitle"><?php echo $text['agenda_view']['config'][26]; ?></div>
<div class="row">
<div class="col4">
<?php echo template::text('configTextButtonBack', [

View File

@ -63,7 +63,7 @@ echo template::formOpen('creation_events'); ?>
</div>
<div class="block">
<h4><?php echo $text['agenda_view']['creation'][2]; ?></h4>
<div class="blockTitle"><?php echo $text['agenda_view']['creation'][2]; ?></div>
<div class="row">
<div class="col12">
<?php echo template::textarea('creation_text', [
@ -168,7 +168,7 @@ echo template::formOpen('creation_events'); ?>
<!--Fermeture de la <div class="row"> si test false-->
</div>
<div>
<h4><?php echo $text['agenda_view']['creation'][23]; ?></h4>
<div class="blockTitle"><?php echo $text['agenda_view']['creation'][23]; ?></div>
</div>
<?php ;} ?>

View File

@ -80,7 +80,7 @@ echo template::formOpen('edition_events'); ?>
</div>
<div class="block">
<h4><?php if ($readonly){echo $text['agenda_view']['edition'][3]; }else{echo $text['agenda_view']['edition'][4];}?></h4>
<div class="blockTitle"><?php if ($readonly){echo $text['agenda_view']['edition'][3]; }else{echo $text['agenda_view']['edition'][4];}?></div>
<?php if($readonly){echo $text['agenda_view']['edition'][5].'<br/><div class="block">'.$module::$evenement['texte'].'</div>';}
else{

View File

@ -27,10 +27,10 @@ if( function_exists('datefmt_create') && function_exists('datefmt_create') && ex
<div class="row">
<div class="col6 offset3">
<div class="block">
<h4><?php echo $this->getData(['module', $this->getUrl(0), 'texts', 'configTextDateStart']).' ';
<div class="blockTitle"><?php echo $this->getData(['module', $this->getUrl(0), 'texts', 'configTextDateStart']).' ';
echo $datedeb.'<br>';
echo $this->getData(['module', $this->getUrl(0), 'texts', 'configTextDateEnd']).' ';
echo $datefin;?> </h4>
echo $datefin;?> </div>
<p><?php echo $module::$evenement['texte'];?></p>
</div>

View File

@ -40,7 +40,7 @@ echo template::formOpen('blogAddForm'); ?>
<div class="row">
<div class="col12">
<div class="block">
<h4><?php echo $text['blog_view']['add'][3]; ?></h4>
<div class="blockTitle"><?php echo $text['blog_view']['add'][3]; ?></div>
<div class="row">
<div class="col12">
<?php echo template::text('blogAddTitle', [
@ -86,7 +86,7 @@ echo template::formOpen('blogAddForm'); ?>
<div class="row">
<div class="col12">
<div class="block">
<h4><?php echo $text['blog_view']['add'][11]; ?></h4>
<div class="blockTitle"><?php echo $text['blog_view']['add'][11]; ?></div>
<div class="row">
<div class="col4 <?php if($this->getUser('group') < self::GROUP_MODERATOR) echo 'displayNone'; ?> ">
<?php echo template::select('blogAddUserId', $module::$users, [
@ -115,7 +115,7 @@ echo template::formOpen('blogAddForm'); ?>
<div class="row">
<div class="col12">
<div class="block">
<h4><?php echo $text['blog_view']['add'][17]; ?></h4>
<div class="blockTitle"><?php echo $text['blog_view']['add'][17]; ?></div>
<div class="row">
<div class="col4 ">
<?php echo template::checkbox('blogAddCommentClose', true, $text['blog_view']['add'][18]); ?>

View File

@ -222,12 +222,12 @@ if( function_exists('datefmt_create') && function_exists('datefmt_create') && ex
<div class="col12">
<?php foreach($module::$comments as $commentId => $comment): ?>
<div class="block">
<h4><?php echo $module::$commentsSignature[$commentId]; ?>
<div class="blockTitle"><?php echo $module::$commentsSignature[$commentId]; ?>
<?php echo ' - '; echo mb_detect_encoding(date('d\/m\/Y\ \-\ H\:i', $comment['createdOn']), 'UTF-8', true)
? date('d\/m\/Y\ \-\ H\:i', $comment['createdOn'])
: utf8_encode(date('d\/m\/Y\ \-\ H\:i', $comment['createdOn']));
?>
</h4>
</div>
<?php echo $comment['content']; ?>
</div>
<?php endforeach; ?>

View File

@ -36,7 +36,7 @@ echo template::formOpen('blogConfig'); ?>
<div class="row" <?php if($this->getUser('group') < self::GROUP_MODERATOR) { echo 'style="display: none;"'; } ?> >
<div class="col12">
<div class="block">
<h4><?php echo $text['blog_view']['config'][3]; ?></h4>
<div class="blockTitle"><?php echo $text['blog_view']['config'][3]; ?></div>
<div class="row">
<div class="col6">
<?php echo template::checkbox('blogConfigShowFeeds', true, $text['blog_view']['config'][4], [

View File

@ -40,7 +40,7 @@ echo template::formOpen('blogEditForm'); ?>
<div class="row">
<div class="col12">
<div class="block">
<h4><?php echo $text['blog_view']['edit'][3]; ?></h4>
<div class="blockTitle"><?php echo $text['blog_view']['edit'][3]; ?></div>
<div class="row">
<div class="col12">
<?php echo template::text('blogEditTitle', [
@ -91,7 +91,7 @@ echo template::formOpen('blogEditForm'); ?>
<div class="row">
<div class="col12">
<div class="block">
<h4><?php echo $text['blog_view']['edit'][11]; ?></h4>
<div class="blockTitle"><?php echo $text['blog_view']['edit'][11]; ?></div>
<div class="row">
<div class="col4 <?php if($this->getUser('group') < self::GROUP_MODERATOR) echo 'displayNone'; ?> ">
<?php echo template::select('blogEditUserId', $module::$users, [
@ -120,7 +120,7 @@ echo template::formOpen('blogEditForm'); ?>
<div class="row">
<div class="col12">
<div class="block">
<h4><?php echo$text['blog_view']['edit'][17]; ?></h4>
<div class="blockTitle"><?php echo$text['blog_view']['edit'][17]; ?></div>
<div class="row">
<div class="col4 ">
<?php echo template::checkbox('blogEditCommentClose', true, $text['blog_view']['edit'][18], [

View File

@ -30,7 +30,7 @@ else{
<div class="row">
<div class="col12">
<div class="block">
<h4><?php echo $text['blog_view']['texts'][1]; ?><?php echo ' '.template::flag($flag, '20px');?></h4>
<div class="blockTitle"><?php echo $text['blog_view']['texts'][1]; ?><?php echo ' '.template::flag($flag, '20px');?></div>
<div class="row">
<div class="col4">
<?php echo template::text('blogTextsNoComment', [

View File

@ -78,7 +78,7 @@ include('./module/form/lang/'. $this->getData(['config', 'i18n', 'langAdmin']) .
<div class="row">
<div class="col12">
<div class="block">
<h4><?php echo $text['form_view']['config'][6]; ?></h4>
<div class="blockTitle"><?php echo $text['form_view']['config'][6]; ?></div>
<?php echo template::text('formConfigButton', [
'help' => $text['form_view']['config'][7],
'label' => $text['form_view']['config'][8],
@ -225,7 +225,7 @@ include('./module/form/lang/'. $this->getData(['config', 'i18n', 'langAdmin']) .
</div>
</div>
<div class="block" <?php if($this->getUser('group') < self::GROUP_MODERATOR) echo '<div style="display: none;">'; ?>>
<h4><?php echo $text['form_view']['config'][27]; ?></h4>
<div class="blockTitle"><?php echo $text['form_view']['config'][27]; ?></div>
<div id="formConfigNoInput">
<?php echo template::speech($text['form_view']['config'][28]); ?>
</div>

View File

@ -19,7 +19,7 @@
class gallery extends common {
const VERSION = '4.3';
const VERSION = '4.2';
const REALNAME = 'Galerie';
const DELETE = true;
const UPDATE = '0.0';
@ -76,8 +76,8 @@ class gallery extends common {
// Mettre à jour la version
$this->setData(['module',$this->getUrl(0),'config', 'versionData', '4.0' ]);
}
if (version_compare($versionData, '4.3', '<') ) {
$this->setData(['module',$this->getUrl(0),'config', 'versionData', '4.3' ]);
if (version_compare($versionData, '4.2', '<') ) {
$this->setData(['module',$this->getUrl(0),'config', 'versionData', '4.2' ]);
}
}

View File

@ -23,7 +23,7 @@ echo template::formOpen('galleryConfigForm'); ?>
<div class="row">
<div class="col12">
<div class="block">
<h4><?php echo $text['gallery_view']['config'][2]; ?></h4>
<div class="blockTitle"><?php echo $text['gallery_view']['config'][2]; ?></div>
<div class="row">
<div class="col6">
<?php echo template::text('galleryConfigName', [
@ -54,7 +54,7 @@ echo template::formOpen('galleryConfigForm'); ?>
<div class="row">
<div class="col12">
<div class="block">
<h4><?php echo $text['gallery_view']['config'][5]; ?></h4>
<div class="blockTitle"><?php echo $text['gallery_view']['config'][5]; ?></div>
<?php if($module::$galleries): ?>
<?php echo template::table([1, 4, 5, 1, 1], $module::$galleries, ['',$text['gallery_view']['config'][3], $text['gallery_view']['config'][6], '', ''], ['id' => 'galleryTable'],$module::$galleriesId); ?>
<?php echo template::hidden('galleryConfigFilterResponse'); ?>

View File

@ -22,7 +22,7 @@ echo template::formOpen('galleryEditForm'); ?>
<div class="row">
<div class="col12">
<div class="block">
<h4><?php echo $text['gallery_view']['edit'][2]; ?></h4>
<div class="blockTitle"><?php echo $text['gallery_view']['edit'][2]; ?></div>
<div class="row">
<div class="col5">
<?php echo template::text('galleryEditName', [

View File

@ -23,11 +23,11 @@ echo template::formOpen('galleryThemeForm'); ?>
<div class="row">
<div class="col12">
<div class="block">
<h4>
<div class="blockTitle">
<?php
echo $text['gallery_view']['theme'][2]; echo template::help($text['gallery_view']['theme'][3]);
?>
</h4>
</div>
<div class="row">
<div class="col3">
<?php echo template::select('galleryThemeThumbWidth', $galleryThemeSizeWidth, [
@ -104,12 +104,12 @@ echo template::formOpen('galleryThemeForm'); ?>
<div class="row">
<div class="col12">
<div class="block">
<h4>
<div class="blockTitle">
<?php
echo $text['gallery_view']['theme'][17];
echo template::help($text['gallery_view']['theme'][3]);
?>
</h4>
</div>
<div class="row">
<div class="col3">
<?php echo template::text('galleryThemeLegendTextColor', [

View File

@ -39,7 +39,7 @@ echo template::formOpen('newsAddForm'); ?>
<div class="row">
<div class="col12">
<div class="block">
<h4><?php echo $text['news_view']['add'][5]; ?></h4>
<div class="blockTitle"><?php echo $text['news_view']['add'][5]; ?></div>
<?php echo template::text('newsAddTitle', [
'label' => $text['news_view']['add'][3]
]); ?>
@ -52,7 +52,7 @@ echo template::formOpen('newsAddForm'); ?>
<div class="row">
<div class="col12">
<div class="block">
<h4><?php echo $text['news_view']['add'][6]; ?></h4>
<div class="blockTitle"><?php echo $text['news_view']['add'][6]; ?></div>
<div class="row">
<div class="col4 <?php if($this->getUser('group') < self::GROUP_MODERATOR) echo 'displayNone'; ?> ">
<?php echo template::select('newsAddUserId', $module::$users, [

View File

@ -28,7 +28,7 @@ echo template::formOpen('newsConfig'); ?>
<div class="row <?php if($this->getUser('group') < self::GROUP_MODERATOR) echo 'displayNone'; ?> ">
<div class="col12">
<div class="block">
<h4><?php echo $text['news_view']['config'][3]; ?></h4>
<div class="blockTitle"><?php echo $text['news_view']['config'][3]; ?></div>
<div class="row">
<div class="col6">
<?php echo template::checkbox('newsConfigShowFeeds', true, $text['news_view']['config'][4], [
@ -90,7 +90,7 @@ echo template::formOpen('newsConfig'); ?>
<div class="row <?php if($this->getUser('group') < self::GROUP_MODERATOR) echo 'displayNone'; ?> ">
<div class="col12">
<div class="block">
<h4><?php echo $text['news_view']['config'][10]; ?></h4>
<div class="blockTitle"><?php echo $text['news_view']['config'][10]; ?></div>
<div class="row">
<div class="col4">
<?php echo template::text('newsThemeBackgroundColor', [

View File

@ -39,7 +39,7 @@ echo template::formOpen('newsEditForm'); ?>
<div class="row">
<div class="col12">
<div class="block">
<h4><?php echo $text['news_view']['edit'][3]; ?></h4>
<div class="blockTitle"><?php echo $text['news_view']['edit'][3]; ?></div>
<?php echo template::text('newsEditTitle', [
'label' => $text['news_view']['edit'][4],
'value' => $this->getData(['module', $this->getUrl(0),'posts', $this->getUrl(2), 'title'])
@ -54,7 +54,7 @@ echo template::formOpen('newsEditForm'); ?>
<div class="row">
<div class="col12">
<div class="block">
<h4><?php echo $text['news_view']['edit'][5]; ?></h4>
<div class="blockTitle"><?php echo $text['news_view']['edit'][5]; ?></div>
<div class="row">
<div class="col4 <?php if($this->getUser('group') < self::GROUP_MODERATOR) echo 'displayNone'; ?> ">
<?php echo template::select('newsEditUserId', $module::$users, [

View File

@ -21,7 +21,7 @@ echo template::formOpen('redirectionConfig'); ?>
<div class="row">
<div class="col6">
<div class="block">
<h4><?php echo $text['redirection_view']['config'][4]; ?></h4>
<div class="blockTitle"><?php echo $text['redirection_view']['config'][4]; ?></div>
<?php echo template::text('redirectionConfigUrl', [
'label' => $text['redirection_view']['config'][2],
'placeholder' => 'http://',
@ -32,7 +32,7 @@ echo template::formOpen('redirectionConfig'); ?>
</div>
<div class="col6">
<div class="block">
<h4><?php echo $text['redirection_view']['config'][5]; ?></h4>
<div class="blockTitle"><?php echo $text['redirection_view']['config'][5]; ?></div>
<?php echo template::text('redirectionConfigCount', [
'disabled' => true,
'label' => $text['redirection_view']['config'][6],

View File

@ -29,7 +29,7 @@ else{
<div class='row' <?php if($this->getUser('group') < self::GROUP_MODERATOR) echo '<div style="display: none;">'; ?> >
<div class="col12">
<div class="block">
<h4><?php echo $text['search_view']['config'][6]; ?><?php echo ' '.template::flag($flag, '20px');?></h4>
<div class="blockTitle"><?php echo $text['search_view']['config'][6]; ?><?php echo ' '.template::flag($flag, '20px');?></div>
<div class="row">
<div class="col6">
<?php echo template::text('searchSubmitText', [
@ -93,10 +93,10 @@ else{
<div class="row">
<div class="col12">
<div class="block">
<h4><?php echo $text['search_view']['config'][7]; ?>
<div class="blockTitle"><?php echo $text['search_view']['config'][7]; ?>
<?php echo template::help( $text['search_view']['config'][8] );
?>
</h4>
</div>
<div class="row">
<div class="col4">
<?php echo template::text('searchKeywordColor', [

View File

@ -31,7 +31,7 @@ include('./module/search/lang/'. $this->getData(['config', 'i18n', 'langAdmin'])
<?php if ( $module::$resultTitle ): ?>
<div class="col12">
<div class="block">
<?php echo '<h4>'.$module::$resultTitle . '</h4>'; ?>
<?php echo '<div class="blockTitle">'.$module::$resultTitle . '</div>'; ?>
<?php if ($module::$resultList )
echo '<p>'.$module::$resultList.'</p>';
?>

View File

@ -1,4 +1,4 @@
<h3>NAME AND SELECTION</h3>
<h3>SELECTION</h3>
<p>Select a folder where you have placed the slideshow images and save..</p>
<p>The slideshow will automatically adapt to the format (16/9, 4/3,...) or orientation of the images but the best visual result
will be obtained with images of the same format and orientation. But you are free to mix different images...</p>

View File

@ -31,7 +31,7 @@ echo template::formOpen('galleryEditForm'); ?>
<div class="row">
<div class="col12">
<div class="block">
<h4><?php echo $text['slider_view']['config'][2]; ?></h4>
<div class="blockTitle"><?php echo $text['slider_view']['config'][2]; ?></div>
<div class="row">
<div class="col6">
<?php echo template::select('galleryEditDirectory', str_replace('site/file/source/','',$module::$listDirs), [
@ -51,7 +51,7 @@ echo template::formOpen('galleryEditForm'); ?>
<div class="row">
<div class="col12">
<div class="block">
<h4><?php echo $text['slider_view']['edit'][2]; ?></h4>
<div class="blockTitle"><?php echo $text['slider_view']['edit'][2]; ?></div>
<div class="row">
<div class="col4">
<?php echo template::select('sliderBoutonsVisibles', $boutonsVisibles,[

View File

@ -33,7 +33,7 @@ echo template::formOpen('advancedForm'); ?>
<div class="row">
<div class="col12">
<div class="block">
<h4><?php echo $text['statislite_view']['advanced'][4]; ?></h4>
<div class="blockTitle"><?php echo $text['statislite_view']['advanced'][4]; ?></div>
<div class="row">
<div class="col4">
<?php echo template::textarea('statisliteAdvancedIP',[
@ -74,7 +74,7 @@ echo template::formOpen('advancedForm'); ?>
<div class="row">
<div class="col12">
<div class="block">
<h4><?php echo $text['statislite_view']['advanced'][11]; ?></h4>
<div class="blockTitle"><?php echo $text['statislite_view']['advanced'][11]; ?></div>
<div class="row">
<div class="col4">
<?php echo template::textarea('statisliteAdvancedQS',[
@ -114,7 +114,7 @@ echo template::formOpen('advancedForm'); ?>
<div class="row">
<div class="col12">
<div class="block">
<h4><?php echo $text['statislite_view']['advanced'][12]; ?></h4>
<div class="blockTitle"><?php echo $text['statislite_view']['advanced'][12]; ?></div>
<div class="row">
<div class="col4">
<?php echo template::textarea('statisliteAdvancedBot',[

View File

@ -39,7 +39,7 @@ echo template::formOpen('statisliteConfigForm'); ?>
<div class="row">
<div class="col12">
<div class="block" <?php if( $this->getUser('group') < self::GROUP_MODERATOR ) echo 'style="display:none"'?> >
<h4><?php echo $text['statislite_view']['config'][5]; ?></h4>
<div class="blockTitle"><?php echo $text['statislite_view']['config'][5]; ?></div>
<div class="row" >
<div class="col4">
<?php echo template::select('statisliteConfigTimePageMini', $timePageMini,[
@ -75,7 +75,7 @@ echo template::formOpen('statisliteConfigForm'); ?>
</div>
<div class="block">
<h4><?php echo $text['statislite_view']['config'][14]; ?></h4>
<div class="blockTitle"><?php echo $text['statislite_view']['config'][14]; ?></div>
<div class="row">
<!-- Affichage graphique des pages vues -->
@ -122,7 +122,7 @@ echo template::formOpen('statisliteConfigForm'); ?>
</div>
<div class="block">
<h4><?php echo $text['statislite_view']['config'][23]; ?></h4>
<div class="blockTitle"><?php echo $text['statislite_view']['config'][23]; ?></div>
<div class="row">
<div class="col4">
<?php echo template::select('statisLiteConfigNbAffiDates', $nbAffiDates,[
@ -136,7 +136,7 @@ echo template::formOpen('statisliteConfigForm'); ?>
</div>
<div class="block">
<h4><?php echo $text['statislite_view']['config'][26]; ?></h4>
<div class="blockTitle"><?php echo $text['statislite_view']['config'][26]; ?></div>
<div class="row">
<div class="col4">
<?php echo template::select('statisliteConfigNbEnregSession', $nbEnregSession,[
@ -150,7 +150,7 @@ echo template::formOpen('statisliteConfigForm'); ?>
</div>
<div class="block">
<h4><?php echo $text['statislite_view']['config'][29]; ?></h4>
<div class="blockTitle"><?php echo $text['statislite_view']['config'][29]; ?></div>
<?php if(is_file( $module::$fichiers_json.'robots.json')){
copy( $module::$fichiers_json.'robots.json', $module::$tmp.'robots.json');
echo $text['statislite_view']['config'][30];
@ -165,7 +165,7 @@ echo template::formOpen('statisliteConfigForm'); ?>
</div>
<div class="block"<?php if( $this->getUser('group') < self::GROUP_MODERATOR ) echo 'style="display:none"'?>>
<h4><?php echo $text['statislite_view']['config'][32]; ?></h4>
<div class="blockTitle"><?php echo $text['statislite_view']['config'][32]; ?></div>
<?php echo template::checkbox('statisliteConfigMajForce', true, $text['statislite_view']['config'][33], [
'checked' => false,
'help' => $text['statislite_view']['config'][34]
@ -173,7 +173,7 @@ echo template::formOpen('statisliteConfigForm'); ?>
</div>
<div class="block"<?php if( $this->getUser('group') < self::GROUP_MODERATOR ) echo 'style="display:none"'?>>
<h4><?php echo $text['statislite_view']['config'][35];?></h4>
<div class="blockTitle"><?php echo $text['statislite_view']['config'][35];?></div>
<div class="row">
<div class="col2">
<?php echo template::button('configSauveJson', [

View File

@ -50,7 +50,7 @@ if( function_exists('datefmt_create') && function_exists('datefmt_create') && ex
$datedeb = $module::$datedebut;
}
?>
<h4><?php echo $text['statislite_view']['index'][0]; echo $datedeb;?></h4>
<div class="blockTitle"><?php echo $text['statislite_view']['index'][0]; echo $datedeb;?></div>
<div class="row">
<div class="col4"><h3>
<?php echo $text['statislite_view']['index'][1].$module::$comptepagestotal;?></h3>
@ -67,7 +67,7 @@ if( function_exists('datefmt_create') && function_exists('datefmt_create') && ex
// Affichage des pages vues et de leur nombre de clics en prenant en compte cumul.json et sessionLog.json
?> <div class="blockgraph">
<div class="stats multicolor">
<h4><?php echo $text['statislite_view']['index'][4]; ?></h4>
<div class="blockTitle"><?php echo $text['statislite_view']['index'][4]; ?></div>
<ul>
<?php foreach($module::$pagesvuesaffi as $page=>$score){
// Adaptation de la longueur au score
@ -84,7 +84,7 @@ if( function_exists('datefmt_create') && function_exists('datefmt_create') && ex
if($nbaffilangues != 0){
?> <div class="blockgraph">
<div class="stats grey_gradiant">
<h4><?php echo $text['statislite_view']['index'][5];?></h4>
<div class="blockTitle"><?php echo $text['statislite_view']['index'][5];?></div>
<ul>
<?php foreach($module::$languesaffi as $lang=>$score){
// Adaptation de la longueur au score
@ -101,7 +101,7 @@ if( function_exists('datefmt_create') && function_exists('datefmt_create') && ex
if($nbaffinavigateurs != 0){
?> <div class="blockgraph notranslate">
<div class="stats green_gradiant">
<h4><?php echo $text['statislite_view']['index'][6]; ?></h4>
<div class="blockTitle"><?php echo $text['statislite_view']['index'][6]; ?></div>
<ul>
<?php foreach($module::$navigateursaffi as $navig=>$score){
// Adaptation de la longueur au score
@ -118,7 +118,7 @@ if( function_exists('datefmt_create') && function_exists('datefmt_create') && ex
if($nbaffise != 0){
?> <div class="blockgraph notranslate">
<div class="stats grey_gradiant">
<h4><?php echo $text['statislite_view']['index'][7]; ?></h4>
<div class="blockTitle"><?php echo $text['statislite_view']['index'][7]; ?></div>
<ul>
<?php foreach($module::$systemesaffi as $syse=>$score){
// Adaptation de la longueur au score
@ -154,7 +154,7 @@ if( function_exists('datefmt_create') && function_exists('datefmt_create') && ex
*/
if( $nbAffiDates != 0){ ?>
<div class="block">
<h4><?php echo $text['statislite_view']['index'][10]; ?></h4>
<div class="blockTitle"><?php echo $text['statislite_view']['index'][10]; ?></div>
<?php
$i = 0;
foreach($module::$chronoaffi as $date=>$value){
@ -195,7 +195,7 @@ if( isset($tableau[0]['vues'][0])){
$datedebut = substr($tableau[count($tableau) - 1]['vues'][0], 0 , 19);
?>
<div class="block">
<h4><?php echo $text['statislite_view']['index'][15]; ?></h4>
<div class="blockTitle"><?php echo $text['statislite_view']['index'][15]; ?></div>
<?php
$comptepages = 0;
$comptevisites = 0;