summaryrefslogtreecommitdiffstats
path: root/test_index.php
diff options
context:
space:
mode:
authorRomain d'Alverny <rda@mageia.org>2012-09-09 22:50:42 +0000
committerRomain d'Alverny <rda@mageia.org>2012-09-09 22:50:42 +0000
commit3267fb13d7d77e1ae12dec93dbf90b009d8f137b (patch)
tree544d2c7fcf835c59415d135ad63604367492d4fe /test_index.php
parent91255b8150178d712567e9c6ab8ae48761ec3514 (diff)
downloadpkgsubmit-3267fb13d7d77e1ae12dec93dbf90b009d8f137b.tar
pkgsubmit-3267fb13d7d77e1ae12dec93dbf90b009d8f137b.tar.gz
pkgsubmit-3267fb13d7d77e1ae12dec93dbf90b009d8f137b.tar.bz2
pkgsubmit-3267fb13d7d77e1ae12dec93dbf90b009d8f137b.tar.xz
pkgsubmit-3267fb13d7d77e1ae12dec93dbf90b009d8f137b.zip
distinct column for submission
Diffstat (limited to 'test_index.php')
-rw-r--r--test_index.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/test_index.php b/test_index.php
index 4e70c0b..64087b0 100644
--- a/test_index.php
+++ b/test_index.php
@@ -192,8 +192,8 @@ if (!is_null($upload_time)) {
$s = '';
$tmpl = <<<T
<tr class="%s">
- <td><a rel="nofollow" href="http://svnweb.mageia.org/packages?view=revision&revision=%d" title="%s">%s</a>
- <span class="committer">by <a rel="nofollow" href="?user=%s">%s</a></span>
+ <td><a rel="nofollow" href="http://svnweb.mageia.org/packages?view=revision&revision=%d" title="%s" class="package">%s</a></td>
+ <td><a rel="nofollow" href="?user=%s" class="committer">%s</a>
<span class="timeinfo">%s</span></td>
<td>%s
<span class="media">%s/%s</span></td>
@@ -257,6 +257,7 @@ if ($total > 0) {
echo '<table id="submitted-packages">',
'<thead><tr>
<th>Package</th>
+ <th>Who</th>
<th>Target, media</th>
<th colspan="2">Status</th>
</tr></thead>',