[Mageia-sysadm] [316] Label fixes

root at mageia.org root at mageia.org
Tue Jan 18 14:04:08 CET 2011


Revision: 316
Author:   rda
Date:     2011-01-18 14:04:07 +0100 (Tue, 18 Jan 2011)
Log Message:
-----------
Label fixes

Modified Paths:
--------------
    build_system/web/index.php

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, '&nbsp;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, '&nbsp;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)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: </pipermail/mageia-sysadm/attachments/20110118/9451e6d6/attachment-0001.html>


More information about the Mageia-sysadm mailing list