From 9f36a599a497409a8be53332ace4ec4063bfbfbd Mon Sep 17 00:00:00 2001 From: Bernd Bestel Date: Wed, 6 Mar 2019 19:23:53 +0100 Subject: [PATCH] Changed the about dialog slightly --- public/js/grocy.js | 1 - views/about.blade.php | 36 ++++++++++++++++++++++-------------- 2 files changed, 22 insertions(+), 15 deletions(-) diff --git a/public/js/grocy.js b/public/js/grocy.js index 560bd445..ea2ad46b 100644 --- a/public/js/grocy.js +++ b/public/js/grocy.js @@ -497,7 +497,6 @@ $("#about-dialog-link").on("click", function() { bootbox.alert({ message: '', - size: "large", closeButton: false }); }); diff --git a/views/about.blade.php b/views/about.blade.php index 539fd828..780d56d3 100644 --- a/views/about.blade.php +++ b/views/about.blade.php @@ -7,20 +7,28 @@

@yield('title')

- grocy is a project by - Bernd Bestel
- Created with passion since 2017
-
- Version {{ $version }}
- {{ $L('Released on') }} {{ $releaseDate }}
-
- PHP Version {{ $system_info['php_version'] }}
- SQLite Version {{ $system_info['sqlite_version'] }}
-
- Life runs on code
- - - +

+ grocy is a project by + Bernd Bestel
+ Created with passion since 2017 +

+ +

+ Version {{ $version }}
+ {{ $L('Released on') }} {{ $releaseDate }} +

+ +

+ PHP Version {{ $system_info['php_version'] }}
+ SQLite Version {{ $system_info['sqlite_version'] }} +

+ +

+ Life runs on code
+ + + +

@stop