// +X2C Class 171 :HTML_Login
/**
- * @package sistema_local_lib
* @access public
*/
class HTML_Login extends HTML_Table {
$int->addRow(array($img->toHTML().'Usuarios',
$img2->toHTML().'Usuario:',
'<INPUT maxLength=50 name=usuario size=10>',
- $img2->toHTML().'Contrasea:',
+ $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>'));
// -X2C
} // -X2C Class :HTML_Login
-?>
\ No newline at end of file
+?>