]> git.llucax.com Git - mecon/intranet.git/blobdiff - sistema/local_lib/HTML_Login.php
Mensaje de error en Novedades (no disponible para contratados)
[mecon/intranet.git] / sistema / local_lib / HTML_Login.php
index ae427f385fe9d28fa44494f9d161e7aadc474396..23b0e12fb9584b6096e377529f3d6371077b0911 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 // vim: set expandtab tabstop=4 softtabstop=4 shiftwidth=4:
 // +--------------------------------------------------------------------+
 <?php
 // vim: set expandtab tabstop=4 softtabstop=4 shiftwidth=4:
 // +--------------------------------------------------------------------+
-// |                      Ministerio de Economía                        |
+// |                      Ministerio de Econom                        |
 // |                             Intranet                              |
 // +--------------------------------------------------------------------+
 // | This file is part of Intranet.                                    |
 // |                             Intranet                              |
 // +--------------------------------------------------------------------+
 // | This file is part of Intranet.                                    |
@@ -36,6 +36,7 @@ require_once 'HTML/Table.php';
 
 // +X2C Class 171 :HTML_Login
 /**
 
 // +X2C Class 171 :HTML_Login
 /**
+ * @package sistema_local_lib
  * @access public
  */
 class HTML_Login extends HTML_Table {
  * @access public
  */
 class HTML_Login extends HTML_Table {
@@ -84,7 +85,7 @@ class HTML_Login extends HTML_Table {
       $int->addRow(array($img->toHTML().'Usuarios',
                          $img2->toHTML().'Usuario:',
                         '<INPUT maxLength=50 name=usuario size=10>',
       $int->addRow(array($img->toHTML().'Usuarios',
                          $img2->toHTML().'Usuario:',
                         '<INPUT maxLength=50 name=usuario size=10>',
-                        $img2->toHTML().'Contraseña:',
+                        $img2->toHTML().'Contrasea:',
                         '<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>'));
                         '<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>'));
@@ -103,4 +104,4 @@ class HTML_Login extends HTML_Table {
     // -X2C
 
 } // -X2C Class :HTML_Login
     // -X2C
 
 } // -X2C Class :HTML_Login
-?>
+?>
\ No newline at end of file