forked from ZwiiCMS-Team/ZwiiCMS
Nom en clair d'un module
This commit is contained in:
parent
934e5bc6f9
commit
ad9b9c0b19
@ -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 = [];
|
||||
|
@ -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', [
|
||||
|
Loading…
Reference in New Issue
Block a user