SVN: toys/stbr/index.php
sparky
sparky at pld-linux.org
Thu May 17 16:44:47 CEST 2007
Author: sparky
Date: Thu May 17 16:44:47 2007
New Revision: 8595
Modified:
toys/stbr/index.php
Log:
- nicer(?) queue status
Modified: toys/stbr/index.php
==============================================================================
--- toys/stbr/index.php (original)
+++ toys/stbr/index.php Thu May 17 16:44:47 2007
@@ -292,7 +292,7 @@
if(count($filled))
{
$filled['date'] = date("d.m.Y H:i:s", $filled['date']);
- $info = $filled['requester'] . '/' . $filled['date'] . '/' . $filled['flags'];
+ $info = '<a class="mailto">' . $filled['requester'] . '</a>/' . $filled['flags'] . '<br />' . $filled['date'];
foreach($filled['builder'] as $key => $value)
{
$title .= "$value @ $key [br/]";
More information about the pld-cvs-commit
mailing list