galerie étendu du formulaire
This commit is contained in:
parent
13930a12a7
commit
d82367104a
@ -917,7 +917,7 @@ class gallery extends common {
|
||||
}
|
||||
// Valeurs en sortie
|
||||
$this->addOutput([
|
||||
'title' => "Options",
|
||||
'title' => "Options des galeries",
|
||||
'view' => 'option'
|
||||
]);
|
||||
}
|
||||
|
@ -61,6 +61,9 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<?php echo template::formClose(); ?>
|
||||
<div class="row">
|
||||
<div class="col12">
|
||||
<?php if($module::$pictures): ?>
|
||||
@ -71,10 +74,7 @@
|
||||
<?php echo template::speech('Aucune image.'); ?>
|
||||
<?php endif; ?>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="moduleVersion">Version n°
|
||||
<?php echo $module::VERSION; ?>
|
||||
</div>
|
||||
<?php echo template::formClose(); ?>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user