From 28735ad6c9028c5ab4db504843d6de3d899d84b9 Mon Sep 17 00:00:00 2001 From: Florian Bieringer <florian.bieringer@uni-passau.de> Date: Sun, 12 Jul 2015 10:06:24 +0200 Subject: [PATCH] Latest change --- views/presenting/overview_list.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/views/presenting/overview_list.php b/views/presenting/overview_list.php index 7f9b69f..7f4c65a 100644 --- a/views/presenting/overview_list.php +++ b/views/presenting/overview_list.php @@ -10,6 +10,9 @@ <th data-sort-type="int"> <?= _('Standorte') ?> </th> + <th data-sort-type="int"> + <?= _('Letzte �nderung') ?> + </th> <th data-sort-type="int"> <?= _('Downloads') ?> </th> @@ -29,6 +32,9 @@ <td> <?= htmlReady($marketplugin->uses->count()) ?> </td> + <td> + <?= strftime('%x', $marketplugin->releases->orderBy('chdate DESC')->first()->chdate) ?> + </td> <td> <?= htmlReady($marketplugin->getDownloads()) ?> </td> -- GitLab