From e784dd4cd5b5698836d473ac157b962083618fbf Mon Sep 17 00:00:00 2001 From: janw Date: Sat, 21 Apr 2007 11:12:40 +0000 Subject: [PATCH] #HACK Just add another hidden field with name/value-pair of login button. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@6167 594d385d-05f5-0310-b6e9-bd551577e9d8 --- ihtml/themes/default/login.tpl | 47 +++++++++++++++++----------------- 1 file changed, 24 insertions(+), 23 deletions(-) diff --git a/ihtml/themes/default/login.tpl b/ihtml/themes/default/login.tpl index 275a923d9..537753094 100644 --- a/ihtml/themes/default/login.tpl +++ b/ihtml/themes/default/login.tpl @@ -2,7 +2,7 @@ {$php_errors}
-
GOsa
+
GOsa
{$version}
@@ -16,37 +16,37 @@
 
-
+

- * {t}Login{/t} + * {t}Login{/t}

- {t}Please use your username and your password to log into the site administration system.{/t}
+ {t}Please use your username and your password to log into the site administration system.{/t}
{if $ssl}{$ssl}{/if}
- +
- {t}Username{/t}  + {t}Username{/t}  -
-
- {t}Password{/t}  + title='{t}Username{/t}' onFocus="nextfield= 'password';" /> +
+
+ {t}Password{/t}  + title='{t}Password{/t}' onFocus="nextfield= 'login';" />
- {t}Directory{/t}  + {t}Directory{/t}  @@ -67,20 +67,21 @@ {$errors}
-
- {$message} -
-
- - - -
-
+
+ {$message} +
+
+ + + + +
+
-
+
-- 2.30.2