bug help largeur

This commit is contained in:
fredtempez 2022-03-07 10:30:56 +01:00
parent 2fbf20a612
commit 3117ebedbe
1 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@
<div class="col2"> <div class="col2">
<?php echo template::submit('blogEditSubmit', [ <?php echo template::submit('blogEditSubmit', [
'value' => 'Publier', 'value' => 'Publier',
'uniqueSubmission' => true, 'uniqueSubmission' => true
]); ?> ]); ?>
</div> </div>
</div> </div>
@ -39,7 +39,7 @@
<div class="row"> <div class="row">
<div class="col6"> <div class="col6">
<?php echo template::file('blogEditPicture', [ <?php echo template::file('blogEditPicture', [
'help' => 'Taille optimale de l\'image de couverture : ' . ((int) substr($this->getData(['theme', 'site', 'width']), 0, -2) - (20 * 2)) . ' x 350 pixels.', 'help' => $this->getData(['theme', 'site', 'width']) !== '100%' ? 'Taille optimale de l\'image de couverture : ' . ((int) substr($this->getData(['theme', 'site', 'width']), 0, -2) - (20 * 2)) . ' x 350 pixels.' : '',
'label' => 'Image de couverture', 'label' => 'Image de couverture',
'type' => 1, 'type' => 1,
'value' => $this->getData(['module', $this->getUrl(0), 'posts', $this->getUrl(2), 'picture']) 'value' => $this->getData(['module', $this->getUrl(0), 'posts', $this->getUrl(2), 'picture'])