From 33794b12d5c68df918b988497a396b86acb09feb Mon Sep 17 00:00:00 2001 From: Thomas Lange Date: Fri, 26 Apr 2019 20:32:48 +0200 Subject: Rename "template" directory to "theme" This commit renames the "template" directory to "theme" because "theme" is the more correct term here. --- theme/admin/html/home.php | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 theme/admin/html/home.php (limited to 'theme/admin/html/home.php') diff --git a/theme/admin/html/home.php b/theme/admin/html/home.php new file mode 100644 index 0000000..a8b003e --- /dev/null +++ b/theme/admin/html/home.php @@ -0,0 +1,45 @@ +

text('overview_dashboard_text')?>

+

text('overview_dashboard_desc')?>

+ +

text('last_post')?>

+

+ text('posts')?>: + | text('insert')?> + | text('search')?> +

+ +
+ +
+ +

text('home_no_posts')?>

+ + +

text('last_page')?>

+

+ text('pages')?>: + | text('insert')?> + | text('search')?> +

+ + +
+ +
+ +

text('home_no_pages')?>

+ + +

text('last_user')?>

+

+ text('users')?>: + | text('insert')?> +

+ + +
+ +
+ +

text('home_no_users')?>

+ \ No newline at end of file -- cgit v1.2.3 From cd17efc82a5ed560a50b8a1619e4e724098eb209 Mon Sep 17 00:00:00 2001 From: Thomas Lange Date: Tue, 29 Oct 2019 01:37:57 +0100 Subject: Remove PHP closing tags and add LF to text files Remove the unnecessary PHP closing tags and ensure that *all* text files ending with a LF character. --- theme/admin/html/home.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'theme/admin/html/home.php') diff --git a/theme/admin/html/home.php b/theme/admin/html/home.php index a8b003e..083ae30 100644 --- a/theme/admin/html/home.php +++ b/theme/admin/html/home.php @@ -42,4 +42,5 @@

text('home_no_users')?>

- \ No newline at end of file + + -- cgit v1.2.3 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/home.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'theme/admin/html/home.php') diff --git a/theme/admin/html/home.php b/theme/admin/html/home.php index 083ae30..5331fa8 100644 --- a/theme/admin/html/home.php +++ b/theme/admin/html/home.php @@ -1,3 +1,4 @@ +

text('overview_dashboard_text')?>

text('overview_dashboard_desc')?>

@@ -43,4 +44,4 @@

text('home_no_users')?>

- +
-- cgit v1.2.3