dolibarr-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dolibarr-dev] [bug #13940] fonction loginfunction()


From: Christophe PEREZ
Subject: [Dolibarr-dev] [bug #13940] fonction loginfunction()
Date: Tue, 26 Jul 2005 16:12:47 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; fr-FR; rv:1.7.10) Gecko/20050724 Firefox/1.0.6

URL:
  <http://savannah.nongnu.org/bugs/?func=detailitem&item_id=13940>

                 Summary: fonction loginfunction()
                 Project: Dolibarr
            Submitted by: novazur
            Submitted on: mar 26.07.2005 à 16:12
                Severity: 3 - Normal
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
                 Release: 2.0.0-alpha2
        Platform Version: GNU/Linux

    _______________________________________________________

Details:

Dans le fichier : lib/functions.inc.php
Dans la fonction : loginfunction

Il me semble que toute la partie :
  print '<style type="text/css">';
  print '</style>';

devrait se trouver _avant_ :
  print '</head>';

De plus, la fonction appelée par le onload : donnefocus() n'existant nulle
part, je propose un truc du genre :

  print '</style>';
  print '<script type="text/javascript">
function donnefocus() {
        document.getElementsByTagName(\'INPUT\')[0].focus();
}
</script>
';
  print '</head>';







    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?func=detailitem&item_id=13940>

_______________________________________________
  Message posté via/par Savannah
  http://savannah.nongnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]