From 78608eebbc115b357c134aae2072cb80d15f5b90 Mon Sep 17 00:00:00 2001 From: Andy Heathershaw Date: Fri, 1 Sep 2017 14:52:06 +0100 Subject: [PATCH] #13: Lots more adjustments to layouts for Bootstrap 4 and general tidying of HTML code on the Gallery side of things --- resources/lang/en/gallery.php | 3 + .../themes/base/admin/create_album.blade.php | 6 +- .../themes/base/admin/create_user.blade.php | 33 ++--- .../themes/base/admin/edit_album.blade.php | 12 +- .../themes/base/admin/edit_group.blade.php | 8 +- .../themes/base/admin/edit_user.blade.php | 51 +++---- .../themes/base/admin/settings.blade.php | 135 ++++++++++-------- .../base/gallery/album_default.blade.php | 126 ++++++++-------- .../themes/base/gallery/album_empty.blade.php | 40 +++--- .../base/gallery/album_slideshow.blade.php | 6 + .../views/themes/base/gallery/index.blade.php | 6 +- .../partials/album_settings_tab.blade.php | 6 +- .../partials/permission_checkbox.blade.php | 8 +- 13 files changed, 234 insertions(+), 206 deletions(-) diff --git a/resources/lang/en/gallery.php b/resources/lang/en/gallery.php index 5f173b6..3701e02 100644 --- a/resources/lang/en/gallery.php +++ b/resources/lang/en/gallery.php @@ -10,6 +10,9 @@ return [ 'back_to_album' => 'Back to :name', 'index_no_results_heading' => 'Start something amazing', 'index_no_results_text' => 'This gallery is currently empty. If you are the owner of this gallery, you can create new albums and upload photos using the :admin_link.', + 'manage_album_link' => 'Manage', + 'manage_album_link_2' => 'Manage Album', + 'open_album_link' => 'Open Album', 'other_albums_description' => 'You may also be interested in the following albums.', 'other_albums_heading' => 'More Albums in :album_name' ]; \ No newline at end of file diff --git a/resources/views/themes/base/admin/create_album.blade.php b/resources/views/themes/base/admin/create_album.blade.php index 287fc49..ee0028d 100644 --- a/resources/views/themes/base/admin/create_album.blade.php +++ b/resources/views/themes/base/admin/create_album.blade.php @@ -19,12 +19,12 @@
{{ csrf_field() }} -
+
- + @if ($errors->has('name')) -