From ff6414322ea2bff953cfd96296e3cfcee5980f2c Mon Sep 17 00:00:00 2001 From: Sven Donath Date: Sun, 10 Jun 2012 23:24:49 +0200 Subject: [PATCH] =?utf8?q?Alle=20aktuellen=20Styles=20auch=20dem=20Admin?= =?utf8?q?=20verf=C3=BCgbar=20machen.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- bin/mozilla/admin.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/mozilla/admin.pl b/bin/mozilla/admin.pl index 95c030390..6f3d70904 100755 --- a/bin/mozilla/admin.pl +++ b/bin/mozilla/admin.pl @@ -75,7 +75,7 @@ our $auth; my @valid_dateformats = qw(mm-dd-yy mm/dd/yy dd-mm-yy dd/mm/yy dd.mm.yy yyyy-mm-dd); my @valid_numberformats = ('1,000.00', '1000.00', '1.000,00', '1000,00'); -my @all_stylesheets = qw(lx-office-erp.css Win2000.css); +my @all_stylesheets = qw(lx-office-erp.css Win2000.css Mobile.css kivitendo.css); my @all_menustyles = ( { id => 'old', title => $::locale->text('Old (on the side)') }, { id => 'v3', title => $::locale->text('Top (CSS)') }, -- 2.20.1