Folder 1.04 étiquettes

This commit is contained in:
Fred Tempez 2024-03-29 18:42:36 +01:00
parent 409d1a8eae
commit 9973fa1774
1 changed files with 2 additions and 2 deletions

View File

@ -60,7 +60,7 @@
]); ?> ]); ?>
</div> </div>
<div class="col6"> <div class="col6">
<?php echo template::checkbox('folderConfigSubfolder', true, 'Toute l\'arboresence', [ <?php echo template::checkbox('folderConfigSubfolder', true, 'Inclure les sous-dossiers', [
'checked' => $this->getData(['module', $this->getUrl(0), 'subfolder']) 'checked' => $this->getData(['module', $this->getUrl(0), 'subfolder'])
]); ?> ]); ?>
</div> </div>
@ -77,7 +77,7 @@
]); ?> ]); ?>
</div> </div>
<div class="col4"> <div class="col4">
<?php echo template::checkbox('folderConfigExpandControl', true, 'Icônes de contrôles ', [ <?php echo template::checkbox('folderConfigExpandControl', true, 'Icônes de contrôle', [
'checked' => $this->getData(['module', $this->getUrl(0), 'expandcontrol']) 'checked' => $this->getData(['module', $this->getUrl(0), 'expandcontrol'])
]); ?> ]); ?>
</div> </div>