]> SAFE projects GIT repository - jmp/mailleur/commitdiff
Adding tabindex to lvllog
authorJean-Marc Pigeon <jmp@safe.c>
Mon, 15 Sep 2025 10:14:02 +0000 (06:14 -0400)
committerJean-Marc Pigeon <jmp@safe.c>
Mon, 15 Sep 2025 10:14:02 +0000 (06:14 -0400)
www/lvllog.php

index 0cb7da7eb46476ab50702532d22193e559e66db8..d0f465ab9397e7a5a4a993268f4baa9aeb90ef60 100644 (file)
@@ -42,7 +42,7 @@ $STR  = <<<EOT
                 <tr>
                   <td align="left" nowrap="nowrap"><span class="translatable" trkey="Email">Email</span><span>:</span></td>
                   <td>
-                  <input type="text" name="email" size="40" onchange="" />
+                  <input  tabindex="1" type="text" name="email" size="40" onchange="" />
                   <select id="first-choice" onchange="updateTranslations()">
                     <option value="en">English</option>
                     <option value="fr">Francais</option>
@@ -53,7 +53,7 @@ $STR  = <<<EOT
                 <tr>
                   <td align="left" nowrap="nowrap"><span class="translatable" trkey="Password">Password</span><span>:</span></td>
                   <td>
-                 <input type="password" name="passwd" size="40" id="myInput" />
+                 <input  tabindex="2" type="password" name="passwd" size="40" id="myInput" />
                   <input type="checkbox" onclick="showpass()">
                     <span class="translatable" trkey="Show" >Show</span>
                  </td>
@@ -63,11 +63,11 @@ $STR  = <<<EOT
               <table width="100%" cellpadding="0" cellspacing="1" border="0">
                 <tr>
                   <td align="center" colspan="2">
-                    <input type="hidden" name="action" value="login" />
+                    <input  type="hidden" name="action" value="login" />
                     <table>
                       <tr>
                         <td align="center">
-                        <input type="submit" name="loginbutton" value="Login" 
+                        <input  tabindex="3" type="submit" name="loginbutton" value="Login" 
                         class="translatable" trkey="Login" />
                        </td>
                       </tr>