diff --git a/site/plugins/admin/views/partials/footer.php b/site/plugins/admin/views/partials/footer.php index da9bf92b..435c7eeb 100755 --- a/site/plugins/admin/views/partials/footer.php +++ b/site/plugins/admin/views/partials/footer.php @@ -1,8 +1,8 @@ - + -display() ?> + display() ?> diff --git a/site/plugins/admin/views/partials/head.php b/site/plugins/admin/views/partials/head.php index c4d638df..30ba9a88 100755 --- a/site/plugins/admin/views/partials/head.php +++ b/site/plugins/admin/views/partials/head.php @@ -16,7 +16,7 @@ use function Flextype\Component\I18n\__; - + FLEXTYPE @@ -26,15 +26,17 @@ use function Flextype\Component\I18n\__; - - + + - + - - - + + + + + - + - class="content-full-size" > + class="content-full-size" >
- display(); ?> + display() ?>
diff --git a/site/plugins/admin/views/partials/tail.php b/site/plugins/admin/views/partials/tail.php index 8d80681a..882cbae6 100755 --- a/site/plugins/admin/views/partials/tail.php +++ b/site/plugins/admin/views/partials/tail.php @@ -20,9 +20,9 @@ use Flextype\Component\{Http\Http, Event\Event, Registry\Registry, Assets\Assets theme: 'flat' } - Messenger().post({ type: "success", message : "", hideAfter: '3' }); - Messenger().post({ type: "warning", message : "", hideAfter: '3' }); - Messenger().post({ type: "error", message : "", hideAfter: '3' }); + Messenger().post({ type: "success", message : "", hideAfter: '3' }); + Messenger().post({ type: "warning", message : "", hideAfter: '3' }); + Messenger().post({ type: "error", message : "", hideAfter: '3' }); if (typeof $.flextype == 'undefined') $.flextype = {};