summaryrefslogtreecommitdiffstats
path: root/test_index.php
diff options
context:
space:
mode:
authorRomain d'Alverny <rda@mageia.org>2012-09-10 08:30:46 +0000
committerRomain d'Alverny <rda@mageia.org>2012-09-10 08:30:46 +0000
commit8dcaeaf5eb3b11953e061e99aa6f0e0218f50742 (patch)
tree7e97d2c46e437c3b25894450f07de0187b6394d8 /test_index.php
parent14fc91fcb6eabfebf3103e89919f6ae606fe0321 (diff)
downloadpkgsubmit-8dcaeaf5eb3b11953e061e99aa6f0e0218f50742.tar
pkgsubmit-8dcaeaf5eb3b11953e061e99aa6f0e0218f50742.tar.gz
pkgsubmit-8dcaeaf5eb3b11953e061e99aa6f0e0218f50742.tar.bz2
pkgsubmit-8dcaeaf5eb3b11953e061e99aa6f0e0218f50742.tar.xz
pkgsubmit-8dcaeaf5eb3b11953e061e99aa6f0e0218f50742.zip
adjust UI layout
Diffstat (limited to 'test_index.php')
-rw-r--r--test_index.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/test_index.php b/test_index.php
index 9fcad3c..5be4aa3 100644
--- a/test_index.php
+++ b/test_index.php
@@ -257,8 +257,8 @@ if ($total > 0) {
echo '<table id="submitted-packages">',
'<thead><tr>
<th>Package</th>
- <th>Who</th>
- <th>Target, media</th>
+ <th>Who <span class="timeinfo">when</span></th>
+ <th>Target <span class="media">media</span></th>
<th colspan="2">Status</th>
</tr></thead>',
'<tbody>', $s, '</tbody>',