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:
992a539
)
Recommit von r1169 von skoehler: Bugfix Tabindex in Kundenerfassenmaske fuer Preisgruppe
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Wed, 22 Nov 2006 16:41:11 +0000
(16:41 +0000)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Wed, 22 Nov 2006 16:41:11 +0000
(16:41 +0000)
bin/mozilla/ct.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/ct.pl
b/bin/mozilla/ct.pl
index
dddd734
..
31f18d7
100644
(file)
--- a/
bin/mozilla/ct.pl
+++ b/
bin/mozilla/ct.pl
@@
-1072,7
+1072,8
@@
sub form_header {
$form->{selectpricegroup} =~
s/(<option value="\Q$form->{klass}\E")/$1 selected/;
- $pricegroup .= qq|<select name=klass>$form->{selectpricegroup}</select>|;
+ $pricegroup .=
+ qq|<select name=klass tabindex=24>$form->{selectpricegroup}</select>|;
}
}