From 37bb37f5a96dffa898b341c5ecf1231f1874fef1 Mon Sep 17 00:00:00 2001 From: Thomas Lange Date: Sun, 30 Apr 2017 19:06:11 +0200 Subject: The date of publication is now displayed in the lists. --- template/admin/html/page/item.php | 5 ++++- template/admin/html/post/item.php | 5 ++++- template/admin/html/user/item.php | 3 +++ template/admin/lang/de.php | 5 +++++ template/admin/lang/en.php | 5 +++++ 5 files changed, 21 insertions(+), 2 deletions(-) (limited to 'template') diff --git a/template/admin/html/page/item.php b/template/admin/html/page/item.php index 1a382bd..a19afa9 100644 --- a/template/admin/html/page/item.php +++ b/template/admin/html/page/item.php @@ -1,7 +1,10 @@
  • #

    -
    ">
    +
    + "> + +

    diff --git a/template/admin/html/post/item.php b/template/admin/html/post/item.php index f84a2e2..750b03d 100644 --- a/template/admin/html/post/item.php +++ b/template/admin/html/post/item.php @@ -1,7 +1,10 @@
  • #

    - +
    + "> + +

    diff --git a/template/admin/html/user/item.php b/template/admin/html/user/item.php index 13ba4ae..439916e 100644 --- a/template/admin/html/user/item.php +++ b/template/admin/html/user/item.php @@ -1,6 +1,9 @@
  • #

    +
    + +

    diff --git a/template/admin/lang/de.php b/template/admin/lang/de.php index 1c5233c..7ab1faf 100644 --- a/template/admin/lang/de.php +++ b/template/admin/lang/de.php @@ -8,6 +8,11 @@ # # #%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%# +#=============================================================================== +# Date format +#=============================================================================== +$LANGUAGE['date_format'] = '[D].[M].[Y]'; + #=============================================================================== # Item last text #=============================================================================== diff --git a/template/admin/lang/en.php b/template/admin/lang/en.php index 5ac8066..a48ec5c 100644 --- a/template/admin/lang/en.php +++ b/template/admin/lang/en.php @@ -8,6 +8,11 @@ # # #%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%# +#=============================================================================== +# Date format +#=============================================================================== +$LANGUAGE['date_format'] = '[Y]-[M]-[D]'; + #=============================================================================== # Item last text #=============================================================================== -- cgit v1.2.3