projects
/
platal.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d738d22
)
oops, debug code
author
x2000habouzit
<x2000habouzit>
Wed, 25 Aug 2004 11:13:55 +0000
(11:13 +0000)
committer
x2000habouzit
<x2000habouzit>
Wed, 25 Aug 2004 11:13:55 +0000
(11:13 +0000)
templates/password_prompt.tpl
patch
|
blob
|
blame
|
history
diff --git
a/templates/password_prompt.tpl
b/templates/password_prompt.tpl
index
f7eae66
..
1d7529e
100644
(file)
--- a/
templates/password_prompt.tpl
+++ b/
templates/password_prompt.tpl
@@
-1,4
+1,4
@@
-{* $Id: password_prompt.tpl,v 1.1
6 2004-08-25 09:33:30
x2000habouzit Exp $ *}
+{* $Id: password_prompt.tpl,v 1.1
7 2004-08-25 11:13:55
x2000habouzit Exp $ *}
<noscript>
<p class="erreur">
Ton navigateur n'accepte pas le javaScript !!
@@
-102,7
+102,6
@@
Probl
<script type="text/javascript">
<!--
// Activate the appropriate input form field.
- login = document.getElementById('login');
if (document.forms.login.username.value == '') {
document.forms.login.username.focus();
} else {