2010-09-27 Raul Mateos <raulofpandora@gmail.com>
* godmode/agentes/modificar_agente.php: Vertical aligned some icons. TO DO: The table should be "migrated" to new table code. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3304 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
35e66d384d
commit
d7905df54f
|
@ -1,3 +1,8 @@
|
||||||
|
2010-09-27 Raúl Mateos <raulofpandora@gmail.com>
|
||||||
|
|
||||||
|
* godmode/agentes/modificar_agente.php: Vertical aligned some icons.
|
||||||
|
TO DO: The table should be "migrated" to new table code.
|
||||||
|
|
||||||
2010-09-27 Sergio Martin <sergio.martin@artica.es>
|
2010-09-27 Sergio Martin <sergio.martin@artica.es>
|
||||||
|
|
||||||
* godmode/reporting/graph_builder.graph_editor.php
|
* godmode/reporting/graph_builder.graph_editor.php
|
||||||
|
|
|
@ -300,11 +300,11 @@ if ($agents !== false) {
|
||||||
|
|
||||||
|
|
||||||
// Operating System icon
|
// Operating System icon
|
||||||
echo "<td class='$tdcolor' align='center'>";
|
echo "<td class='$tdcolor' align='center' valign='middle'>";
|
||||||
print_os_icon ($agent["id_os"], false);
|
print_os_icon ($agent["id_os"], false);
|
||||||
echo "</td>";
|
echo "</td>";
|
||||||
// Group icon and name
|
// Group icon and name
|
||||||
echo "<td class='$tdcolor' align='center'>".print_group_icon ($id_grupo, true)."</td>";
|
echo "<td class='$tdcolor' align='center' valign='middle'>".print_group_icon ($id_grupo, true)."</td>";
|
||||||
// Description
|
// Description
|
||||||
echo "<td class='".$tdcolor."f9'>".$agent["comentarios"]."</td>";
|
echo "<td class='".$tdcolor."f9'>".$agent["comentarios"]."</td>";
|
||||||
// Action
|
// Action
|
||||||
|
@ -314,7 +314,7 @@ if ($agents !== false) {
|
||||||
else
|
else
|
||||||
$offsetArg = $offset;
|
$offsetArg = $offset;
|
||||||
|
|
||||||
echo "<td class='$tdcolor' align='center'><a href='index.php?sec=gagente&sec2=godmode/agentes/modificar_agente&
|
echo "<td class='$tdcolor' align='center' valign='middle'><a href='index.php?sec=gagente&sec2=godmode/agentes/modificar_agente&
|
||||||
borrar_agente=".$agent["id_agente"]."&search=$search&offset=$offsetArg&sort_field=$sortField&sort=$sort'";
|
borrar_agente=".$agent["id_agente"]."&search=$search&offset=$offsetArg&sort_field=$sortField&sort=$sort'";
|
||||||
echo ' onClick="if (!confirm(\' '.__('Are you sure?').'\')) return false;">';
|
echo ' onClick="if (!confirm(\' '.__('Are you sure?').'\')) return false;">';
|
||||||
echo "<img border='0' src='images/cross.png'></a></td>";
|
echo "<img border='0' src='images/cross.png'></a></td>";
|
||||||
|
|
Loading…
Reference in New Issue