From: zapata Date: Mon, 2 Dec 2002 12:32:38 +0000 (+0000) Subject: maintenance X-Git-Tag: BEFORE_MERGE_1_1~424 X-Git-Url: http://erislabs.net/gitweb/?a=commitdiff_plain;h=ce4574badab5529919f0a91961073d82105a9a38;p=mir.git maintenance --- 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-