Nom en clair d'un module

This commit is contained in:
Fred Tempez 2020-05-03 11:14:20 +02:00
parent 934e5bc6f9
commit ad9b9c0b19
2 changed files with 3 additions and 3 deletions

View File

@ -36,7 +36,7 @@ class common {
const THUMBS_WIDTH = 640;
// Numéro de version
const ZWII_VERSION = '10.0.081';
const ZWII_VERSION = '10.0.082';
const ZWII_UPDATE_CHANNEL = "v10";
public static $actions = [];

View File

@ -47,8 +47,8 @@ echo template::formOpen('pageEditForm');
]); ?>
<?php echo template::hidden('pageEditModuleIdOld',['value' => $this->getData(['page', $this->getUrl(2), 'moduleId'])]); ?>
<?php echo template::hidden('pageEditModuleIdOldText',[
'value' => $this->getData(['page', $this->getUrl(2), 'moduleId']) !== '' ? $module::$moduleNames[$this->getData(['page', $this->getUrl(2), 'moduleId'])] : ''
]); ?>
'value' => $this->getData(['page', $this->getUrl(2), 'moduleId'])
]);?>
</div>
<div class="col3 verticalAlignBottom">
<?php echo template::button('pageEditModuleConfig', [