From c1b69a2cc9b8bceb807aeeeda9c6a083defde33f Mon Sep 17 00:00:00 2001 From: Sven Donath Date: Thu, 16 Sep 2010 14:45:21 +0200 Subject: [PATCH] =?utf8?q?HTML-Men=C3=BC=20als=20Standard.=20Die=20Men?= =?utf8?q?=C3=BCvariante=20v3=20(CSS)=20ist=20nicht=20mit=20allen=20Browse?= =?utf8?q?rn=20kompatibel.=20Man=20kann=20nicht=20zu=20allen=20Browsern=20?= =?utf8?q?kompatibel=20sein.=20Aber=20man=20kann=20versuchen=20mit=20dem?= =?utf8?q?=20kleinsten=20gemeinsamen=20Nenner,=20hier=20HTML,=20einen=20Ko?= =?utf8?q?mpromiss=20zu=20finden.=20Das=20erspart=20vielen=20Neulingen=20s?= =?utf8?q?innlosen=20=C3=84rger.=20Vielleicht=20sollte=20man=20die=20defau?= =?utf8?q?lt-Einstellung=20nicht=20hardcodieren=20sondern=20z.B.=20in=20lx?= =?utf8?q?-erp.conf=20einstellbar=20machen=3F?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- bin/mozilla/admin.pl | 4 +++- templates/webpages/admin/edit_user.html | 2 +- templates/webpages/am/config.html | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/bin/mozilla/admin.pl b/bin/mozilla/admin.pl index ab34702a6..b1bdcb219 100755 --- a/bin/mozilla/admin.pl +++ b/bin/mozilla/admin.pl @@ -351,13 +351,15 @@ sub add_user { $form->{title} = "Lx-Office ERP " . $locale->text('Administration') . " / " . $locale->text('Add User'); +# Note: Menu Style 'v3' is not compatible to all browsers! +# "menustyle" => "old" sets the HTML Menu to default. my $myconfig = { "vclimit" => 200, "countrycode" => "de", "numberformat" => "1.000,00", "dateformat" => "dd.mm.yy", "stylesheet" => "lx-office-erp.css", - "menustyle" => "v3", + "menustyle" => "old", }; edit_user_form($myconfig); diff --git a/templates/webpages/admin/edit_user.html b/templates/webpages/admin/edit_user.html index b30278050..a9e97d034 100644 --- a/templates/webpages/admin/edit_user.html +++ b/templates/webpages/admin/edit_user.html @@ -174,11 +174,11 @@ [% 'Setup Menu' | $T8 %] diff --git a/templates/webpages/am/config.html b/templates/webpages/am/config.html index 280db9d67..3d5aba29a 100644 --- a/templates/webpages/am/config.html +++ b/templates/webpages/am/config.html @@ -125,11 +125,11 @@ [% 'Setup Menu' | $T8 %] -- 2.20.1