Interface boutons back

This commit is contained in:
fredtempez 2022-04-01 14:45:47 +02:00
parent 08e486c3cb
commit 13930a12a7
6 changed files with 18 additions and 15 deletions

View File

@ -1,13 +1,13 @@
<?php echo template::formOpen('galleryAddForm'); ?> <?php echo template::formOpen('galleryAddForm'); ?>
<div class="row"> <div class="row">
<div class="col2"> <div class="col1">
<?php echo template::button('galleryAddBack', [ <?php echo template::button('galleryAddBack', [
'class' => 'buttonGrey',
'href' => helper::baseUrl() . $this->getUrl(0) . '/config' , 'href' => helper::baseUrl() . $this->getUrl(0) . '/config' ,
'ico' => 'left', 'value' => template::ico('left')
'value' => 'Retour'
]); ?> ]); ?>
</div> </div>
<div class="col2 offset8"> <div class="col2 offset9">
<?php echo template::submit('galleryAddSubmit', [ <?php echo template::submit('galleryAddSubmit', [
'ico' => 'plus', 'ico' => 'plus',
'value' => ' Ajouter', 'value' => ' Ajouter',

View File

@ -1,13 +1,13 @@
<?php echo template::formOpen('galleryConfigForm'); ?> <?php echo template::formOpen('galleryConfigForm'); ?>
<div class="row"> <div class="row">
<div class="col2"> <div class="col1">
<?php echo template::button('galleryConfigBack', [ <?php echo template::button('galleryConfigBack', [
'class' => 'buttonGrey',
'href' => helper::baseUrl() . 'page/edit/' . $this->getUrl(0), 'href' => helper::baseUrl() . 'page/edit/' . $this->getUrl(0),
'ico' => 'left', 'value' => template::ico('left')
'value' => 'Retour'
]); ?> ]); ?>
</div> </div>
<div class="col1 offset7"> <div class="col1 offset8">
<?php echo template::button('galleryConfigOption', [ <?php echo template::button('galleryConfigOption', [
'href' => helper::baseUrl() . $this->getUrl(0) . '/option/' . $_SESSION['csrf'], 'href' => helper::baseUrl() . $this->getUrl(0) . '/option/' . $_SESSION['csrf'],
'value' => template::ico('sliders') 'value' => template::ico('sliders')

View File

@ -2,6 +2,7 @@
<div class="row"> <div class="row">
<div class="col1"> <div class="col1">
<?php echo template::button('galleryEditBack', [ <?php echo template::button('galleryEditBack', [
'class' => 'buttonGrey',
'href' => helper::baseUrl() . $this->getUrl(0) . '/config', 'href' => helper::baseUrl() . $this->getUrl(0) . '/config',
'value' => template::ico('left') 'value' => template::ico('left')
]); ?> ]); ?>

View File

@ -2,6 +2,7 @@
<div id="topBackPosition" class="row <?php echo $module::$config['backPosition'] . ' ' . $module::$config['backAlign'];?>"> <div id="topBackPosition" class="row <?php echo $module::$config['backPosition'] . ' ' . $module::$config['backAlign'];?>">
<div class="col1"> <div class="col1">
<?php echo template::button('galleryGalleryBack', [ <?php echo template::button('galleryGalleryBack', [
'class' => 'buttonGrey',
'href' => helper::baseUrl() . $this->getUrl(0), 'href' => helper::baseUrl() . $this->getUrl(0),
'value' => template::ico('left') 'value' => template::ico('left')
]); ?> ]); ?>

View File

@ -1,12 +1,13 @@
<?php echo template::formOpen('galleriesOptionForm'); ?> <?php echo template::formOpen('galleriesOptionForm'); ?>
<div class="row"> <div class="row">
<div class="col2"> <div class="col1">
<?php echo template::button('galleriesOptionBack', [ <?php echo template::button('galleriesOptionBack', [
'href' => helper::baseUrl() . $this->getUrl(0) . '/config', 'href' => helper::baseUrl() . $this->getUrl(0) . '/config',
'value' => template::ico('left') 'value' => template::ico('left'),
'class' => 'buttonGrey'
]); ?> ]); ?>
</div> </div>
<div class="col2 offset8"> <div class="col2 offset9">
<?php echo template::submit('galleriesOptionSubmit'); ?> <?php echo template::submit('galleriesOptionSubmit'); ?>
</div> </div>
</div> </div>

View File

@ -1,13 +1,13 @@
<?php echo template::formOpen('galleryThemeForm'); ?> <?php echo template::formOpen('galleryThemeForm'); ?>
<div class="row"> <div class="row">
<div class="col2"> <div class="col1">
<?php echo template::button('galleryThemeBack', [ <?php echo template::button('galleryThemeBack', [
'class' => 'buttonGrey',
'href' => helper::baseUrl() . $this->getUrl(0) . '/config', 'href' => helper::baseUrl() . $this->getUrl(0) . '/config',
'ico' => 'left', 'value' => template::ico('left')
'value' => 'Retour'
]); ?> ]); ?>
</div> </div>
<div class="col2 offset8"> <div class="col2 offset9">
<?php echo template::submit('galleryThemeBack'); ?> <?php echo template::submit('galleryThemeBack'); ?>
</div> </div>
</div> </div>