'cellSpacing' => 2,
'width' => '100%'));
$img = new MECON_HTML_Image('images/login_candados.gif');
+ $img2 = new MECON_HTML_Image('images/login_flechita.gif');
$int->addRow(array($img->toHTML().'Usuarios',
- $img->toHTML().'Usuario:',
+ $img2->toHTML().'Usuario:',
'<INPUT maxLength=50 name=usuario size=10>',
- $img->toHTML().'Contraseña:',
+ $img2->toHTML().'Contraseña:',
'<INPUT maxLength=50 name=password size=10 type=password>'.
'<INPUT value="'.@$_GET['redirect'].@$_POST['redirect'].'" name=redirect type=hidden>',
'<INPUT name = Submit type=submit value=Enviar>'));