]> git.llucax.com Git - mecon/intranet.git/commitdiff
Correccion en el Login ahora hay flechitas donde habia candados...
authorGonzalo Merayo <merayo@gmail.com>
Tue, 23 Sep 2003 14:35:32 +0000 (14:35 +0000)
committerGonzalo Merayo <merayo@gmail.com>
Tue, 23 Sep 2003 14:35:32 +0000 (14:35 +0000)
sistema/local_lib/HTML_Login.php

index 24fd8363c2d76d6688e4977d4cfa21110b875ad3..ae427f385fe9d28fa44494f9d161e7aadc474396 100644 (file)
@@ -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Ʊ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>'));