modif : bouton edit dans blog - blog responsive - banner responsive
This commit is contained in:
parent
1b772ed984
commit
87ab0d9875
@ -4,6 +4,7 @@
|
||||
Préversion 8.3.13 :
|
||||
* Modifications :
|
||||
- Bannière "responsive", nouvelles options
|
||||
- Bouton Edit dans Blog
|
||||
- Options de position des menus selon la position de la bannière
|
||||
- Bouton Edition dans un article du blog
|
||||
- Mise à jour TinyMCE
|
||||
|
@ -107,7 +107,7 @@
|
||||
<?php echo template::button('blogEdit', [
|
||||
'class' => 'buttonGrey',
|
||||
'href' => helper::baseUrl() . '/blog/edit/' . $this->getUrl(1),
|
||||
'value' => 'Edition'
|
||||
'value' => 'Editer'
|
||||
]); ?>
|
||||
</div>
|
||||
<div class="col4">
|
||||
|
Loading…
Reference in New Issue
Block a user