forked from ZwiiCMS-Team/ZwiiCMS
body
This commit is contained in:
parent
02e8b77498
commit
8a2faec55a
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user