[9.2.14] theme site réorganisation

This commit is contained in:
fredtempez 2019-12-06 18:43:21 +01:00
parent 63015b3b6f
commit 69b1dd2bbf
1 changed files with 11 additions and 11 deletions

View File

@ -33,6 +33,16 @@
'value' => $this->getData(['theme', 'text', 'textColor'])
]); ?>
</div>
<div class="col4">
<?php echo template::text('themeLinkTextColor', [
'class' => 'colorPicker',
'help' => 'Le curseur horizontal règle le niveau de transparence.',
'label' => 'Liens',
'value' => $this->getData(['theme', 'link', 'textColor'])
]); ?>
</div>
</div>
<div class="row">
<div class="col4">
<?php echo template::text('themeTitleTextColor', [
'class' => 'colorPicker',
@ -41,9 +51,7 @@
'value' => $this->getData(['theme', 'title', 'textColor'])
]); ?>
</div>
</div>
<div class="row">
<div class="col4 offset2">
<div class="col4 offset4">
<?php echo template::text('themeButtonBackgroundColor', [
'class' => 'colorPicker',
'help' => 'Le curseur horizontal règle le niveau de transparence.',
@ -51,14 +59,6 @@
'value' => $this->getData(['theme', 'button', 'backgroundColor'])
]); ?>
</div>
<div class="col4">
<?php echo template::text('themeLinkTextColor', [
'class' => 'colorPicker',
'help' => 'Le curseur horizontal règle le niveau de transparence.',
'label' => 'Liens',
'value' => $this->getData(['theme', 'link', 'textColor'])
]); ?>
</div>
</div>
</div>
</div>