2012-02-16 Vanessa Gil <vanessa.gil@artica.es>
* operation/events/events_list: Changed user name to event list. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@5613 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
b91c802e33
commit
260ff7852c
|
@ -1,3 +1,6 @@
|
|||
2012-02-16 Vanessa Gil <vanessa.gil@artica.es>
|
||||
* operation/events/events_list: Changed user name to event list.
|
||||
|
||||
2012-02-16 Vanessa Gil <vanessa.gil@artica.es>
|
||||
* operation/events/events.php
|
||||
operation/events/events_list: Show checkbox 'Set alert on stand by'
|
||||
|
|
|
@ -1086,8 +1086,9 @@ foreach ($result as $event) {
|
|||
$odd = ($odd == '')? 'rowOdd' : '';
|
||||
|
||||
$string .= '<tr class="' . $odd . '"><td align="left" valign="top">' . '<b>' . __('User name') . '</td><td align="left">';
|
||||
if ($event["id_usuario"]!= 0) {
|
||||
$string .= $event["id_usuario"];
|
||||
if (($event["id_usuario"]!= '') || ($event["id_usuario"]!= 0)){
|
||||
//$string .= $event["id_usuario"];
|
||||
$string .= $user_name;
|
||||
}
|
||||
else {
|
||||
$string .= '<i>- ' . __('Empty') . ' -</i>';
|
||||
|
|
Loading…
Reference in New Issue