2011-10-27 Javier Lanz <javier.lanz@artica.es>
* operation/events/events_list.php: Added group name label to the events list. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@5089 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
9d12d3ced5
commit
5514bd960d
|
@ -1,3 +1,8 @@
|
|||
2011-10-27 Javier Lanz <javier.lanz@artica.es>
|
||||
|
||||
* operation/events/events_list.php: Added group name label to the
|
||||
events list.
|
||||
|
||||
2011-10-27 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
|
||||
|
||||
* godmode/reporting/reporting_builder.item_editor.php: Added 1 week
|
||||
|
|
|
@ -622,6 +622,7 @@ foreach ($result as $event) {
|
|||
$string .= '<td align="left" valign="top" width="15%">';
|
||||
$string .= '<b>' . __('Group') . '</b></td><td align="left">';
|
||||
$string .= ui_print_group_icon ($event["id_grupo"], true);
|
||||
$string .= groups_get_name ($event["id_grupo"]);
|
||||
$string .= '</td></tr><tr>';
|
||||
$string .= '<td align="left" valign="top" width="15%">';
|
||||
if ($group_rep == 0) {
|
||||
|
|
Loading…
Reference in New Issue