icone courte des fontes + readme

This commit is contained in:
fredtempez 2022-02-11 16:08:49 +01:00 committed by Frédéric Tempez
parent 57d15fc646
commit 152c4fc712
1 changed files with 5 additions and 6 deletions

View File

@ -1,17 +1,16 @@
<div class="row"> <div class="row">
<div class="col2"> <div class="col1">
<?php echo template::button('themeFontBack', [ <?php echo template::button('themeFontBack', [
'class' => 'buttonGrey', 'class' => 'buttonGrey',
'href' => helper::baseUrl() . 'theme', 'href' => helper::baseUrl() . 'theme',
'ico' => 'left', 'value' => template::ico('left')
'value' => 'Retour'
]); ?> ]); ?>
</div> </div>
<div class="col2 offset8"> <div class="col1 offset10">
<?php echo template::button('themeFontAdd', [ <?php echo template::button('themeFontAdd', [
'href' => helper::baseUrl() . $this->getUrl(0) . '/fontAdd', 'href' => helper::baseUrl() . $this->getUrl(0) . '/fontAdd',
'ico' => 'plus', 'value' => template::ico('plus'),
'value' => 'Fonte' 'help' => 'Ajouter une fonte'
]); ?> ]); ?>
</div> </div>
</div> </div>