2009-12-05 Sancho Lerena <slerena@gmail.com>
* operation/agentes/estado_monitores.php: Names and description was cutted and not shown as popup description. Fixed. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2163 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
56c7bf4aed
commit
f4999f9179
|
@ -1,3 +1,8 @@
|
|||
2009-12-05 Sancho Lerena <slerena@gmail.com>
|
||||
|
||||
* operation/agentes/estado_monitores.php: Names and description
|
||||
was cutted and not shown as popup description. Fixed.
|
||||
|
||||
2009-12-05 Raul Mateos <raulofpandora@gmail.com>
|
||||
|
||||
* install.php: Modified description for XML_RPC.
|
||||
|
|
|
@ -60,7 +60,6 @@ $table->head[7] = __('Last contact');
|
|||
|
||||
$table->align = array("left","left","left","left","center");
|
||||
|
||||
|
||||
$last_modulegroup = 0;
|
||||
$rowIndex = 0;
|
||||
foreach ($modules as $module) {
|
||||
|
@ -95,9 +94,8 @@ foreach ($modules as $module) {
|
|||
if (give_acl ($config['id_user'], $id_grupo, "AW"))
|
||||
$data[1] .= '<a href="index.php?sec=gagente&sec2=godmode/agentes/configurar_agente&id_agente='.$id_agente.'&tab=module&id_agent_module='.$module["id_agente_modulo"].'&edit_module='.$module["id_modulo"].'"><img src="images/config.png"></a>';
|
||||
|
||||
$data[2] = substr ($module["nombre"], 0, 25);
|
||||
$data[3] = substr ($module["descripcion"], 0, 35);
|
||||
|
||||
$data[2] = print_string_substr ($module["nombre"], 25, true);
|
||||
$data[3] = print_string_substr ($module["descripcion"], 30, true);
|
||||
|
||||
$status = STATUS_MODULE_WARNING;
|
||||
$title = "";
|
||||
|
|
Loading…
Reference in New Issue