download 3.2 fix icon's sizes

This commit is contained in:
Fred Tempez 2023-02-03 21:57:03 +01:00
parent 86b12eca8f
commit 7ca90968a0
3 changed files with 7 additions and 9 deletions

View File

@ -1 +1 @@
{"name":"download","realName":"Téléchargement","version":"3.1","update":"0.0","delete":true,"dataDirectory":""}
{"name":"download","realName":"Téléchargement","version":"3.2","update":"0.0","delete":true,"dataDirectory":""}

View File

@ -1,15 +1,14 @@
<div class="row">
<div class="col2">
<div class="col1">
<?php echo template::button('downloadCommentBack', [
'class' => 'buttonGrey',
'href' => helper::baseUrl() . $this->getUrl(0) . '/config',
'ico' => 'left',
'value' => 'Retour'
'value' => template::ico('left'),
]); ?>
</div>
<?php if($module::$comments): ?>
<div class="col2 offset8">
<div class="col2 offset9">
<?php echo $module::$commentsDelete; ?>
</div>

View File

@ -1,14 +1,13 @@
<?php echo template::formOpen('downloadEditForm'); ?>
<div class="row">
<div class="col2">
<div class="col1">
<?php echo template::button('downloadEditBack', [
'class' => 'buttonGrey',
'href' => helper::baseUrl() . $this->getUrl(0) . '/config',
'ico' => 'left',
'value' => 'Retour'
'value' => template::ico('left')
]); ?>
</div>
<div class="col3 offset5">
<div class="col3 offset6">
<?php echo template::button('downloadEditDraft', [
'uniqueSubmission' => true,
'value' => 'Enregistrer en brouillon'