projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3dd4f13
)
tabindex für alle Eingabeelemente. Patch von Frank Belau.
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Thu, 14 Dec 2006 12:53:05 +0000
(12:53 +0000)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Thu, 14 Dec 2006 12:53:05 +0000
(12:53 +0000)
bin/mozilla/login.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/login.pl
b/bin/mozilla/login.pl
index
bd318fb
..
fc17057
100644
(file)
--- a/
bin/mozilla/login.pl
+++ b/
bin/mozilla/login.pl
@@
-107,7
+107,7
@@
sub login_screen {
</table>
<br>
- <input type=submit name=action value="| . $locale->text('Login') . qq|">
+ <input type=submit name=action value="| . $locale->text('Login') . qq|"
tabindex="3"
>
</td>
</tr>