[9.2.14] theme site réorganisation
This commit is contained in:
parent
63015b3b6f
commit
69b1dd2bbf
@ -33,6 +33,16 @@
|
|||||||
'value' => $this->getData(['theme', 'text', 'textColor'])
|
'value' => $this->getData(['theme', 'text', 'textColor'])
|
||||||
]); ?>
|
]); ?>
|
||||||
</div>
|
</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">
|
<div class="col4">
|
||||||
<?php echo template::text('themeTitleTextColor', [
|
<?php echo template::text('themeTitleTextColor', [
|
||||||
'class' => 'colorPicker',
|
'class' => 'colorPicker',
|
||||||
@ -41,9 +51,7 @@
|
|||||||
'value' => $this->getData(['theme', 'title', 'textColor'])
|
'value' => $this->getData(['theme', 'title', 'textColor'])
|
||||||
]); ?>
|
]); ?>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
<div class="col4 offset4">
|
||||||
<div class="row">
|
|
||||||
<div class="col4 offset2">
|
|
||||||
<?php echo template::text('themeButtonBackgroundColor', [
|
<?php echo template::text('themeButtonBackgroundColor', [
|
||||||
'class' => 'colorPicker',
|
'class' => 'colorPicker',
|
||||||
'help' => 'Le curseur horizontal règle le niveau de transparence.',
|
'help' => 'Le curseur horizontal règle le niveau de transparence.',
|
||||||
@ -51,14 +59,6 @@
|
|||||||
'value' => $this->getData(['theme', 'button', 'backgroundColor'])
|
'value' => $this->getData(['theme', 'button', 'backgroundColor'])
|
||||||
]); ?>
|
]); ?>
|
||||||
</div>
|
</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>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user