Added date to cache reports list; reverse order of cache reports list

This commit is contained in:
flopp
2012-08-13 01:54:25 +02:00
committed by following
parent ea2be4b47a
commit 66869d74ce
2 changed files with 5 additions and 4 deletions
+2 -2
View File
@@ -28,7 +28,7 @@
{if $list == true}
<ul>
{foreach from=$reportedcaches item=rc}
<li><a href="adminreports.php?id={$rc.id}">{$rc.new|escape}{$rc.name|escape} reported by {$rc.username|escape}</a></li>
<li><a href="adminreports.php?id={$rc.id}">{$rc.new|escape}{$rc.name|escape} reported by {$rc.username|escape} ({$rc.lastmodified|date_format:$opt.format.datelong})</a></li>
{foreachelse}
<li>{t}No reported caches{/t}</li>
{/foreach}
@@ -63,4 +63,4 @@
{/if}
</form>
{/strip}
{/strip}