From d3b109fae0e246d01b0c73afd828347bcf5d2e86 Mon Sep 17 00:00:00 2001 From: Thomas Lange Date: Sun, 13 Jun 2021 19:46:34 +0200 Subject: Use grid layout for items in administration area Introduce a new 1/2/3-column CSS grid layout in the administration area for items on overview pages and in the search results. The column count of the grid depends on the users viewport width. In addition, the default value of the following configuration settings has been changed to 12 because 12 can also be divided by 2 and 3 which is useful for the 1/2/3-column grid layout. ADMIN.PAGE.LIST_SIZE = 12 ADMIN.POST.LIST_SIZE = 12 --- theme/admin/html/page/delete.php | 4 +++- theme/admin/html/page/index.php | 6 ++++-- theme/admin/html/page/insert.php | 4 +++- theme/admin/html/page/search.php | 4 +++- theme/admin/html/page/update.php | 4 +++- 5 files changed, 16 insertions(+), 6 deletions(-) (limited to 'theme/admin/html/page') diff --git a/theme/admin/html/page/delete.php b/theme/admin/html/page/delete.php index ccc569f..006090e 100644 --- a/theme/admin/html/page/delete.php +++ b/theme/admin/html/page/delete.php @@ -1,4 +1,6 @@ +

text('delete_page')?>

text('delete_page_desc')?>

- \ No newline at end of file + +
diff --git a/theme/admin/html/page/index.php b/theme/admin/html/page/index.php index 7067c40..bdc7f94 100644 --- a/theme/admin/html/page/index.php +++ b/theme/admin/html/page/index.php @@ -1,3 +1,4 @@ +

text('page_overview')?>

text('overview_page_desc')?>

-
+
- \ No newline at end of file + +
diff --git a/theme/admin/html/page/insert.php b/theme/admin/html/page/insert.php index 7442200..a77e47f 100644 --- a/theme/admin/html/page/insert.php +++ b/theme/admin/html/page/insert.php @@ -1,4 +1,6 @@ +

text('insert_page')?>

text('insert_page_desc')?>

- \ No newline at end of file + +
diff --git a/theme/admin/html/page/search.php b/theme/admin/html/page/search.php index 6506d34..145b0f9 100644 --- a/theme/admin/html/page/search.php +++ b/theme/admin/html/page/search.php @@ -1,3 +1,4 @@ +
>

text('title_page_search')?>

text('search_page_desc')?>

@@ -10,8 +11,9 @@ -
+
+
diff --git a/theme/admin/html/page/update.php b/theme/admin/html/page/update.php index 77a7eb2..ce51d2a 100644 --- a/theme/admin/html/page/update.php +++ b/theme/admin/html/page/update.php @@ -1,4 +1,6 @@ +

text('update_page')?>

text('update_page_desc')?>

- \ No newline at end of file + +
-- cgit v1.2.3