Revision c1b69a2c
Von Sven Donath vor etwa 14 Jahren hinzugefügt
bin/mozilla/admin.pl | ||
---|---|---|
351 | 351 |
|
352 | 352 |
$form->{title} = "Lx-Office ERP " . $locale->text('Administration') . " / " . $locale->text('Add User'); |
353 | 353 |
|
354 |
# Note: Menu Style 'v3' is not compatible to all browsers! |
|
355 |
# "menustyle" => "old" sets the HTML Menu to default. |
|
354 | 356 |
my $myconfig = { |
355 | 357 |
"vclimit" => 200, |
356 | 358 |
"countrycode" => "de", |
357 | 359 |
"numberformat" => "1.000,00", |
358 | 360 |
"dateformat" => "dd.mm.yy", |
359 | 361 |
"stylesheet" => "lx-office-erp.css", |
360 |
"menustyle" => "v3",
|
|
362 |
"menustyle" => "old",
|
|
361 | 363 |
}; |
362 | 364 |
|
363 | 365 |
edit_user_form($myconfig); |
Auch abrufbar als: Unified diff
HTML-Menü als Standard. Die Menüvariante v3 (CSS) ist nicht mit allen Browsern kompatibel.
Man kann nicht zu allen Browsern kompatibel sein. Aber man kann versuchen mit dem kleinsten gemeinsamen Nenner,
hier HTML, einen Kompromiss zu finden. Das erspart vielen Neulingen sinnlosen Ärger.
Vielleicht sollte man die default-Einstellung nicht hardcodieren sondern z.B. in lx-erp.conf einstellbar machen?