2010-07-19 Raul Mateos <raulofpandora@gmail.com>

* operation/agentes/status_monitor.php, godmode/groups/group_list.php:
	Center image.
	* godmode/users/user_list.php: Added delete text to table.

git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3029 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
raulmateos 2010-07-19 14:46:08 +00:00
parent 9f41e971ec
commit fe93374cbc
4 changed files with 10 additions and 2 deletions

View File

@ -1,3 +1,10 @@
2010-07-19 Raúl Mateos <raulofpandora@gmail.com>
* operation/agentes/status_monitor.php, godmode/groups/group_list.php:
Center image.
* godmode/users/user_list.php: Added delete text to table.
2010-07-19 Miguel de Dios <miguel.dedios@artica.es>
* include/functions_db.php: fixed in the function "get_user_groups", order

View File

@ -156,6 +156,7 @@ $table->head[1] = __('Icon');
$table->head[2] = __('Alerts');
$table->head[3] = __('Actions');
$table->align = array ();
$table->align[1] = 'center';
$table->align[3] = 'center';
$table->data = array ();

View File

@ -132,7 +132,7 @@ $table->head[2] = __('Last contact') . ' ' .
'<a href="?sec=gusuarios&sec2=godmode/users/user_list&sort_field=last_connect&sort=down"><img src="images/sort_down.png" style="' . $selectLastConnectDown . '" /></a>';
$table->head[3] = __('Profile');
$table->head[4] = __('Description');
$table->head[5] = '';
$table->head[5] = __('Delete');
$table->align[2] = "center";
$table->align[3] = "center";

View File

@ -195,7 +195,7 @@ $table->head[5] = __('Status');
$table->align[5] = "center";
$table->head[6] = __('Graph');
$table->align[6] = "left";
$table->align[6] = "center";
$table->head[7] = __('Data');
$table->align[7] = "left";