Largeur tableau

This commit is contained in:
Fred Tempez 2020-04-01 13:47:37 +02:00
parent 2c0f96ee05
commit d3b07ddb88
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@
<?php echo template::formClose(); ?> <?php echo template::formClose(); ?>
<?php echo template::formOpen('galleryConfigFilterForm'); ?> <?php echo template::formOpen('galleryConfigFilterForm'); ?>
<?php if($module::$galleries): ?> <?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('galleryConfigFilterResponse'); ?>
<?php echo template::hidden('galleryConfigFilterSubmit',[ <?php echo template::hidden('galleryConfigFilterSubmit',[
'value' => false 'value' => false