diff --git a/www/old_webend/tpl/content.overview.php b/www/old_webend/tpl/content.overview.php index ad768c7..88a5f8c 100644 --- a/www/old_webend/tpl/content.overview.php +++ b/www/old_webend/tpl/content.overview.php @@ -2,7 +2,7 @@ //read all -$db->query("SELECT id, time, fms as data, 'fms' AS typ FROM ".$tableFMS." UNION ALL SELECT id, time, zvei as data, 'zvei' AS typ FROM ".$tableZVEI." UNION ALL SELECT id, time, ric as data, 'pocsag' AS typ FROM ".$tablePOC." ORDER BY time DESC LIMIT 25"); +$db->query("SELECT id, time, concat(fms, ' Stat:', status, ' Dir:', directionText) as data, description, 'fms' AS typ FROM ".$tableFMS." UNION ALL SELECT id, time, zvei as data, description, 'zvei' AS typ FROM ".$tableZVEI." UNION ALL SELECT id, time, concat(ric, ' ', functionChar) as data, description, 'pocsag' AS typ FROM ".$tablePOC." ORDER BY time DESC LIMIT 25"); $Rows = array(); while ($daten = $db->fetchAssoc()) { diff --git a/www/old_webend/tpl/template.overview.php b/www/old_webend/tpl/template.overview.php index 37ceb67..68b0f5b 100644 --- a/www/old_webend/tpl/template.overview.php +++ b/www/old_webend/tpl/template.overview.php @@ -1,11 +1,12 @@