[10.0.43.dev] manage import / export masques

This commit is contained in:
fredtempez 2019-10-22 09:20:26 +02:00
parent 00b2ab8b32
commit 4079334ba4
3 changed files with 5 additions and 5 deletions

View File

@ -276,7 +276,7 @@ class config extends common {
}
// Valeurs en sortie
$this->addOutput([
'title' => 'Sauvegardes',
'title' => 'Exporter / Importer',
'view' => 'manage'
]);
}

View File

@ -8,10 +8,10 @@
'value' => 'Accueil'
]); ?>
</div>
<div class="col2 offset6">
<div class="col3 offset5">
<?php echo template::button('configManageButton', [
'href' => helper::baseUrl() . 'config/manage',
'value' => 'Sauvegardes'
'value' => 'Exporter / Importer'
]); ?>
</div>
<div class="col2">

View File

@ -1,9 +1,9 @@
<?php echo template::formOpen('configExportForm'); ?>
<div class="row">
<div class="col2">
<?php echo template::button('themeManageBack', [
<?php echo template::button('configManageBack', [
'class' => 'buttonGrey',
'href' => helper::baseUrl() . 'theme',
'href' => helper::baseUrl() . 'config',
'ico' => 'left',
'value' => 'Retour'
]); ?>