Skip to content
Snippets Groups Projects

Letzte Änderung

1 file
+ 6
0
Compare changes
  • Side-by-side
  • Inline
+ 6
0
@@ -10,6 +10,9 @@
@@ -10,6 +10,9 @@
<th data-sort-type="int">
<th data-sort-type="int">
<?= _('Standorte') ?>
<?= _('Standorte') ?>
</th>
</th>
 
<th data-sort-type="int">
 
<?= _('Letzte nderung') ?>
 
</th>
<th data-sort-type="int">
<th data-sort-type="int">
<?= _('Downloads') ?>
<?= _('Downloads') ?>
</th>
</th>
@@ -29,6 +32,9 @@
@@ -29,6 +32,9 @@
<td>
<td>
<?= htmlReady($marketplugin->uses->count()) ?>
<?= htmlReady($marketplugin->uses->count()) ?>
</td>
</td>
 
<td>
 
<?= strftime('%x', $marketplugin->releases->orderBy('chdate DESC')->first()->chdate) ?>
 
</td>
<td>
<td>
<?= htmlReady($marketplugin->getDownloads()) ?>
<?= htmlReady($marketplugin->getDownloads()) ?>
</td>
</td>
Loading