Modified: build_system/web/index.php =================================================================== --- build_system/web/index.php 2011-01-18 12:56:36 UTC (rev 315) +++ build_system/web/index.php 2011-01-18 13:04:07 UTC (rev 316) @@ -313,8 +313,10 @@ } // 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 @@ $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)