forked from ZwiiCMS-Team/ZwiiCMS
Fix positionnement des boutons de retour
This commit is contained in:
parent
d7bf8fb9b0
commit
edac937b35
@ -1,5 +1,6 @@
|
||||
# Version 3.8
|
||||
- Version compare null, dataversion not initialize
|
||||
- Bug de positionnement des boutons de retour
|
||||
# Version 3.7
|
||||
- Multilinguisme
|
||||
# Version 3.61
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -12,10 +12,3 @@
|
||||
* @link http://zwiicms.fr/
|
||||
*/
|
||||
|
||||
#topBackPosition.bottom {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#bottomBackPosition.top{
|
||||
display: none;
|
||||
}
|
||||
|
@ -1,8 +1,6 @@
|
||||
|
||||
<div id="topBackPosition" class="row <?php echo $module::$config['backPosition'] . ' ' . $module::$config['backAlign'];?>">
|
||||
<div class="row <?php echo $module::$config['backAlign'] . ' ' . $module::$config['backPositionTop'];?>">
|
||||
<div class="col1">
|
||||
<?php echo template::button('galleryGalleryBack', [
|
||||
'class' => 'buttonGrey',
|
||||
'href' => helper::baseUrl() . $this->getUrl(0),
|
||||
'value' => template::ico('left')
|
||||
]); ?>
|
||||
@ -25,7 +23,7 @@
|
||||
</div>
|
||||
<?php endforeach; ?>
|
||||
</div>
|
||||
<div id="bottomBackPosition" class="row <?php echo $module::$config['backPosition'] . ' ' . $module::$config['backAlign'];?>">
|
||||
<div class="row <?php echo $module::$config['backAlign'] . ' ' . $module::$config['backPositionBottom'];?>">
|
||||
<div class="col1">
|
||||
<?php echo template::button('galleryGalleryBack', [
|
||||
'href' => helper::baseUrl() . $this->getUrl(0),
|
||||
|
Loading…
x
Reference in New Issue
Block a user