diff options
author | Romain d'Alverny <rda@mageia.org> | 2011-01-18 13:04:07 +0000 |
---|---|---|
committer | Romain d'Alverny <rda@mageia.org> | 2011-01-18 13:04:07 +0000 |
commit | 9fdda7e60bdef94d0a171edfa118ae52992361ae (patch) | |
tree | ddec7a5f14bb41bf1e284637aa97641dc54b5ad0 /index.php | |
parent | f1b25fe4798a685589190e5bd6bafc311ac116f8 (diff) | |
download | pkgsubmit-9fdda7e60bdef94d0a171edfa118ae52992361ae.tar pkgsubmit-9fdda7e60bdef94d0a171edfa118ae52992361ae.tar.gz pkgsubmit-9fdda7e60bdef94d0a171edfa118ae52992361ae.tar.bz2 pkgsubmit-9fdda7e60bdef94d0a171edfa118ae52992361ae.tar.xz pkgsubmit-9fdda7e60bdef94d0a171edfa118ae52992361ae.zip |
Label fixes
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -313,8 +313,10 @@ if ($total > 0) { } // Table echo '<table>', - '<caption>Packages submitted in the past ', $max_modified * 24, ' hours.</caption>', - '<tr><th>Submitted</th><th>User</th><th>Package</th><th>Target</th><th>Media</th><th colspan="2">Status</th></tr>', + '<caption>', $total, ' packages submitted in the past ', $max_modified * 24, ' hours.</caption>', + '<tr><th>Submitted</th><th>User</th> + <th>Package</th><th>Target</th><th>Media</th> + <th colspan="2">Status</th><th>Build time</th></tr>', $s, '</table>'; @@ -331,7 +333,7 @@ if ($total > 0) { $k, $k, $v, round($v/$total*100)); } - $s .= '</table><br />'; + $s .= '</table><br /><br />'; $s .= '<table><caption>Packagers</caption><tr><th>User</th><th>Packages</th></tr>'; foreach ($users as $k => $v) |