dev-001 installation options avancées alignement d'une row

This commit is contained in:
Fred Tempez 2022-08-22 21:12:53 +02:00
parent fabd739896
commit eba00a5039
1 changed files with 6 additions and 6 deletions

View File

@ -78,12 +78,12 @@
'value' => $this->getData(['config', 'proxyPort']) 'value' => $this->getData(['config', 'proxyPort'])
]); ?> ]); ?>
</div> </div>
<div class="row"> </div>
<div class="col12"> <div class="row">
<?php echo template::select('installTheme', $module::$themes, [ <div class="col12">
'label' => 'Thème' <?php echo template::select('installTheme', $module::$themes, [
]); ?> 'label' => 'Thème'
</div> ]); ?>
</div> </div>
</div> </div>
</div> </div>