forked from ZwiiCMS-Team/ZwiiCMS
Déplace navButton
This commit is contained in:
parent
bf83bd85d2
commit
63ef8f8f34
@ -1,18 +1,20 @@
|
||||
<div class="row navButton">
|
||||
<div class="col1 textAlignCenter">
|
||||
<?php if ($module::$previousPage !== null) {
|
||||
echo template::button('navPreviousButton', [
|
||||
'href' => helper::baseUrl() . $module::$previousPage,
|
||||
'value' => template::ico($module::$leftButton)
|
||||
]);
|
||||
} ?>
|
||||
</div>
|
||||
<div class="col1 offset10 textAlignCenter">
|
||||
<?php if ($module::$nextPage !== null) {
|
||||
echo template::button('nabNextButton', [
|
||||
'href' => helper::baseUrl() . $module::$nextPage,
|
||||
'value' => template::ico($module::$rightButton)
|
||||
]);
|
||||
} ?>
|
||||
<div class="navButton">
|
||||
<div class="row">
|
||||
<div class="col1 textAlignCenter">
|
||||
<?php if ($module::$previousPage !== null) {
|
||||
echo template::button('navPreviousButton', [
|
||||
'href' => helper::baseUrl() . $module::$previousPage,
|
||||
'value' => template::ico($module::$leftButton)
|
||||
]);
|
||||
} ?>
|
||||
</div>
|
||||
<div class="col1 offset10 textAlignCenter">
|
||||
<?php if ($module::$nextPage !== null) {
|
||||
echo template::button('nabNextButton', [
|
||||
'href' => helper::baseUrl() . $module::$nextPage,
|
||||
'value' => template::ico($module::$rightButton)
|
||||
]);
|
||||
} ?>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
Loading…
Reference in New Issue
Block a user