blog form et gallery icone dans value

This commit is contained in:
fredtempez 2022-01-20 10:32:32 +01:00
parent 334f3c8e8a
commit 3aa29f8fa2
3 changed files with 8 additions and 11 deletions

View File

@ -11,16 +11,14 @@
<div class="col1 offset8"> <div class="col1 offset8">
<?php echo template::button('blogConfigOption', [ <?php echo template::button('blogConfigOption', [
'href' => helper::baseUrl() . $this->getUrl(0) . '/option', 'href' => helper::baseUrl() . $this->getUrl(0) . '/option',
'ico' => 'cogs', 'value' => template::ico('cogs')
'value' => ''
]); ?> ]); ?>
</div> </div>
<div class="col1"> <div class="col1">
<?php echo template::button('blogConfigAdd', [ <?php echo template::button('blogConfigAdd', [
'href' => helper::baseUrl() . $this->getUrl(0) . '/add', 'href' => helper::baseUrl() . $this->getUrl(0) . '/add',
'ico' => 'plus', 'value' => template::ico('plus')
'value' => ''
]); ?> ]); ?>
</div> </div>
</div> </div>

View File

@ -58,17 +58,16 @@
'value' => 'Retour' 'value' => 'Retour'
]); ?> ]); ?>
</div> </div>
<div class="col2 offset4"> <div class="col1 offset6">
<?php echo template::button('formConfigData', [ <?php echo template::button('formConfigData', [
'href' => helper::baseUrl() . $this->getUrl(0) . '/data', 'href' => helper::baseUrl() . $this->getUrl(0) . '/data',
'value' => 'Données' 'value' => template::ico('code')
]); ?> ]); ?>
</div> </div>
<div class="col2"> <div class="col1">
<?php echo template::button('formConfigLayout', [ <?php echo template::button('formConfigLayout', [
'href' => helper::baseUrl() . $this->getUrl(0) . '/option', 'href' => helper::baseUrl() . $this->getUrl(0) . '/option',
'value' => 'Options', 'value' => template::ico('cogs')
'ico' => 'cog-alt'
]); ?> ]); ?>
</div> </div>
<div class="col2"> <div class="col2">

View File

@ -8,10 +8,10 @@
'value' => 'Retour' 'value' => 'Retour'
]); ?> ]); ?>
</div> </div>
<div class="col2 offset8"> <div class="col1 offset9">
<?php echo template::button('galleryConfigBack', [ <?php echo template::button('galleryConfigBack', [
'href' => helper::baseUrl() . $this->getUrl(0) . '/theme/' . $_SESSION['csrf'], 'href' => helper::baseUrl() . $this->getUrl(0) . '/theme/' . $_SESSION['csrf'],
'value' => template::ico('brush','right') . 'Mise en page' 'value' => template::ico('brush')
]); ?> ]); ?>
</div> </div>
</div> </div>