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:
5dd059f
)
Bugfix Tabindex in Kundenerfassenmaske fuer Preisgruppe
author
Stephan Köhler
<s.koehler@linet-services.de>
Mon, 17 Jul 2006 15:49:06 +0000
(15:49 +0000)
committer
Stephan Köhler
<s.koehler@linet-services.de>
Mon, 17 Jul 2006 15:49:06 +0000
(15:49 +0000)
bin/mozilla/ct.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/ct.pl
b/bin/mozilla/ct.pl
index
782f183
..
fc260c6
100644
(file)
--- a/
bin/mozilla/ct.pl
+++ b/
bin/mozilla/ct.pl
@@
-612,7
+612,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>|;
}
}