]> git.llucax.com Git - mecon/intranet.git/blobdiff - sistema/local_lib/HTML_Login.php
Se saca el session_start().
[mecon/intranet.git] / sistema / local_lib / HTML_Login.php
index 23b0e12fb9584b6096e377529f3d6371077b0911..9fab8017efb18f2c86dd26a8bb292c0f8d8d941e 100644 (file)
@@ -36,7 +36,6 @@ require_once 'HTML/Table.php';
 
 // +X2C Class 171 :HTML_Login
 /**
- * @package sistema_local_lib
  * @access public
  */
 class HTML_Login extends HTML_Table {
@@ -85,7 +84,7 @@ 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&ntilde;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>'));
@@ -104,4 +103,4 @@ class HTML_Login extends HTML_Table {
     // -X2C
 
 } // -X2C Class :HTML_Login
-?>
\ No newline at end of file
+?>