forked from ZwiiCMS-Team/ZwiiCMS
Largeur tableau
This commit is contained in:
parent
2c0f96ee05
commit
d3b07ddb88
@ -47,7 +47,7 @@
|
||||
<?php echo template::formClose(); ?>
|
||||
<?php echo template::formOpen('galleryConfigFilterForm'); ?>
|
||||
<?php if($module::$galleries): ?>
|
||||
<?php echo template::table([1,4, 6, 1, 1], $module::$galleries, ['','Nom', 'Dossier cible', '', ''], ['id' => 'galleryTable'],$module::$galleriesId); ?>
|
||||
<?php echo template::table([1, 4, 5, 1, 1], $module::$galleries, ['','Nom', 'Dossier cible', '', ''], ['id' => 'galleryTable'],$module::$galleriesId); ?>
|
||||
<?php echo template::hidden('galleryConfigFilterResponse'); ?>
|
||||
<?php echo template::hidden('galleryConfigFilterSubmit',[
|
||||
'value' => false
|
||||
|
Loading…
Reference in New Issue
Block a user