summaryrefslogtreecommitdiffstats
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
parent91255b8150178d712567e9c6ab8ae48761ec3514 (diff)
downloadpkgsubmit-3267fb13d7d77e1ae12dec93dbf90b009d8f137b.tar
pkgsubmit-3267fb13d7d77e1ae12dec93dbf90b009d8f137b.tar.gz
pkgsubmit-3267fb13d7d77e1ae12dec93dbf90b009d8f137b.tar.bz2
pkgsubmit-3267fb13d7d77e1ae12dec93dbf90b009d8f137b.tar.xz
pkgsubmit-3267fb13d7d77e1ae12dec93dbf90b009d8f137b.zip
distinct column for submission
-rw-r--r--style.css1
-rw-r--r--test_index.php5
2 files changed, 3 insertions, 3 deletions
diff --git a/style.css b/style.css
index bef4fa6..53dc7aa 100644
--- a/style.css
+++ b/style.css
@@ -33,7 +33,6 @@ tr.todo td.status-box { background: white; }
tr.building td.status-box { background: yellow; }
tr.partial td.status-box { background: blue; }
-td span.committer,
td span.media,
td span.timeinfo { display: block; font-size: 85%; text-align: left; }
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>',