From 57b8904d2707a077fc96deaebd1d99577d33aae1 Mon Sep 17 00:00:00 2001 From: vgilc Date: Tue, 24 Apr 2012 16:53:11 +0000 Subject: [PATCH] 2012-04-24 Vanessa Gil * operation/tree.php: Added units to modules. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@6139 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 4 ++++ pandora_console/operation/tree.php | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 95e93dd858..ebb330142f 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,7 @@ +2012-04-24 Vanessa Gil + + * operation/tree.php: Added units to modules. + 2012-04-24 Miguel de Dios * operation/events/sound_events.php, godmode/setup/setup.php: fixed diff --git a/pandora_console/operation/tree.php b/pandora_console/operation/tree.php index bd26df47ff..5d2ff5b3d0 100644 --- a/pandora_console/operation/tree.php +++ b/pandora_console/operation/tree.php @@ -598,6 +598,10 @@ if (is_ajax ()) echo ""; echo $data; + if ($row['unit'] != '') { + echo " "; + echo '('.$row['unit'].')'; + } if ($row['utimestamp'] != '') { echo " "; ui_print_help_tip ($row["timestamp"], '', 'images/clock2.png');