]> 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 24fd8363c2d76d6688e4977d4cfa21110b875ad3..9fab8017efb18f2c86dd26a8bb292c0f8d8d941e 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 // vim: set expandtab tabstop=4 softtabstop=4 shiftwidth=4:
 // +--------------------------------------------------------------------+
-// |                      Ministerio de Economía                        |
+// |                      Ministerio de Econom                        |
 // |                             Intranet                              |
 // +--------------------------------------------------------------------+
 // | This file is part of Intranet.                                    |
@@ -80,10 +80,11 @@ class HTML_Login extends HTML_Table {
                                  '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&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>'));