From eb6128bdfcfa642012dcebd7fcf209be31539051 Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Wed, 14 Jul 2004 12:57:11 +0000 Subject: [PATCH] improved tab order --- lam/templates/profedit/profilepage.php | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/lam/templates/profedit/profilepage.php b/lam/templates/profedit/profilepage.php index a9fb8b4f..7b3240d7 100644 --- a/lam/templates/profedit/profilepage.php +++ b/lam/templates/profedit/profilepage.php @@ -126,16 +126,20 @@ for ($m = 0; $m < sizeof($modules); $m++) { echo ("\n"); echo ("\n"); echo ("\n"); -echo ("\n"); +$tabindex++; +echo ("\n"); echo ("\n"); echo ("\n"); echo ("\n"); echo (""); echo ("\n"); echo ("\n"); -echo ("\n"); -echo ("\n"); +$tabindex++; +echo ("\n"); +$tabindex++; +echo ("\n"); echo (""); echo ("\n"); echo ("
" . _("Profile name") . ":" . _("Help") . "
 
\n"); -echo ("\n"); +$tabindex++; +echo (" 
\n");