From ce4574badab5529919f0a91961073d82105a9a38 Mon Sep 17 00:00:00 2001 From: zapata Date: Mon, 2 Dec 2002 12:32:38 +0000 Subject: [PATCH] maintenance --- templates/admin/commentlist.template | 2 +- templates/admin/contentlist.template | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/admin/commentlist.template b/templates/admin/commentlist.template index 21960304..3d35d348 100755 --- a/templates/admin/commentlist.template +++ b/templates/admin/commentlist.template @@ -82,7 +82,7 @@ class="list1"class="list2"> - ${entry.webdb_create_short}
+ ${entry.creationdate.formatted["dd.mm.yyyy"]}
hidden- diff --git a/templates/admin/contentlist.template b/templates/admin/contentlist.template index 6e0998da..9141311a 100755 --- a/templates/admin/contentlist.template +++ b/templates/admin/contentlist.template @@ -27,8 +27,8 @@ class="list1"class="list2"> - ${entry.webdb_create_formatted}
- ${entry.webdb_lastchange_formatted}-
+ ${entry.creationdate.formatted["dd.MM.yyyy hh:mm"]}
+ ${entry.changedate.formatted["dd.MM.yyyy hh:mm"]}
F-H-
-- 2.11.0