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:
d778a9a
)
Kunden-/Lieferantenstammdatensuche: Fokus initial auf das Feld "Firmenname" setzen.
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Tue, 12 Jun 2007 11:37:39 +0000
(11:37 +0000)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Tue, 12 Jun 2007 11:37:39 +0000
(11:37 +0000)
bin/mozilla/ct.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/ct.pl
b/bin/mozilla/ct.pl
index
08d8258
..
8940fb9
100644
(file)
--- a/
bin/mozilla/ct.pl
+++ b/
bin/mozilla/ct.pl
@@
-95,13
+95,14
@@
sub search {
$label = ucfirst $form->{db};
$form->{title} = $locale->text($label . "s");
+ $form->{fokus} = 'Form.name';
$form->header;
print qq|
-<body>
+<body
onload="fokus()"
>
-<form method=post action=$form->{script}>
+<form method=post action=$form->{script}
name="Form"
>
<input type=hidden name=db value=$form->{db}>