]> wagnertech.de Git - kivitendo-erp.git/commitdiff
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 95c030390a512faa45e5a9c70be957fdd4221ca7..6f3d70904a93130bcf786b971acb6ec16b19f67d 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 @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)') },
 my @all_menustyles = (
   { id => 'old', title => $::locale->text('Old (on the side)') },
   { id => 'v3',  title => $::locale->text('Top (CSS)') },