2007-01-21 Raul Mateos <raulofpandora@gmail.com>
* images/setup.gif: Updated icon. * operation/estado_agente.php, estado_generalagente.php: Updated image width for new icon. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@366 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
0c7b0aa8c1
commit
583497bc8d
|
@ -1,3 +1,10 @@
|
|||
2007-01-21 Raul Mateos <raulofpandora@gmail.com>
|
||||
|
||||
* images/setup.gif: Updated icon.
|
||||
|
||||
* operation/estado_agente.php, estado_generalagente.php: Updated image width
|
||||
for new icon.
|
||||
|
||||
2007-01-14 Raul Mateos <raulofpandora@gmail.com>
|
||||
|
||||
* include/languages/language_de.php: Updated file for german language.
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 561 B |
|
@ -186,9 +186,9 @@ if (comprueba_login() == 0) {
|
|||
echo "<a href='index.php?sec=gagente&
|
||||
sec2=godmode/agentes/configurar_agente&
|
||||
id_agente=".$id_agente."'>
|
||||
<img src='images/setup.gif' border=0 width=15></a>";
|
||||
<img src='images/setup.gif' border=0 width=16></a>";
|
||||
}
|
||||
echo " <a href='index.php?sec=estado&
|
||||
echo " <a href='index.php?sec=estado&
|
||||
sec2=operation/agentes/ver_agente&id_agente=".$id_agente."'>
|
||||
<b>".$nombre_agente."</b></a></td>";
|
||||
if ( $agent_type == 0) {
|
||||
|
|
|
@ -60,8 +60,8 @@ if (comprueba_login() == 0) {
|
|||
echo " <a href='index.php?sec=estado&sec2=operation/agentes/ver_agente&id_agente=".$id_agente."&refr=60'>
|
||||
<img src='images/refresh.gif' class='top' border=0></a>";
|
||||
if (dame_admin($_SESSION['id_usuario'])==1 )
|
||||
echo " <a href='index.php?sec=gagente&sec2=godmode/agentes/configurar_agente&id_agente=".$id_agente."'>
|
||||
<img src='images/setup.gif' width='19' class='top' border=0></a>";
|
||||
echo "<a href='index.php?sec=gagente&sec2=godmode/agentes/configurar_agente&id_agente=".$id_agente."'>
|
||||
<img src='images/setup.gif' width='16' class='top' border=0></a>";
|
||||
// Data base access graph
|
||||
echo '</td>';
|
||||
echo "
|
||||
|
|
Loading…
Reference in New Issue