Alle aktuellen Styles auch dem Admin verfügbar machen.
authorSven Donath <lxo@dexo.de>
Sun, 10 Jun 2012 21:24:49 +0000 (23:24 +0200)
committerSven Donath <lxo@dexo.de>
Sun, 10 Jun 2012 21:24:49 +0000 (23:24 +0200)
bin/mozilla/admin.pl

index 95c0303..6f3d709 100755 (executable)
@@ -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)') },