This commit is contained in:
Fred Tempez 2023-04-15 08:06:26 +02:00
parent 02e8b77498
commit 8a2faec55a

View File

@ -34,21 +34,22 @@
</div> </div>
</div> </div>
<div class="row"> <div class="row">
<div class="col6">
<?php echo template::text('themeBodyToTopBackground', [
'class' => 'colorPicker',
'help' => 'Le curseur horizontal règle le niveau de transparence.',
'label' => 'Fond icône haut de page',
'value' => $this->getData(['theme', 'body', 'toTopbackgroundColor'])
]); ?>
</div>
<div class="col6"> <div class="col6">
<?php echo template::text('themeBodyToTopColor', [ <?php echo template::text('themeBodyToTopColor', [
'class' => 'colorPicker', 'class' => 'colorPicker',
'help' => 'Le curseur horizontal règle le niveau de transparence.', 'help' => 'Le curseur horizontal règle le niveau de transparence.',
'label' => 'Icône haut de page', 'label' => 'Couleur icône haut de page',
'value' => $this->getData(['theme', 'body', 'toTopColor']) 'value' => $this->getData(['theme', 'body', 'toTopColor'])
]); ?> ]); ?>
</div>
<div class="col6">
<?php echo template::text('themeBodyToTopBackground', [
'class' => 'colorPicker',
'help' => 'Le curseur horizontal règle le niveau de transparence.',
'label' => 'Icône haut de page, couleur arrière-plan',
'value' => $this->getData(['theme', 'body', 'toTopbackgroundColor'])
]); ?>
</div> </div>
</div> </div>
</div> </div>