Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 317601e4

Von Sven Schöling vor etwa 10 Jahren hinzugefügt

  • ID 317601e4215b3e8925fb77e7bd0b6e58b533970e
  • Vorgänger 9b30f204
  • Nachfolger 7ee5fab8

Nicht mehr gepflegtes Stylesheet Mobile entfernen

kann wieder aufgenommen werden wenn es weitergepflegt wird

Unterschiede anzeigen:

SL/Controller/Admin.pm
497 497
sub init_all_printers      { SL::DB::Manager::Printer   ->get_all_sorted                                                     }
498 498
sub init_all_dateformats   { [ qw(mm/dd/yy dd/mm/yy dd.mm.yy yyyy-mm-dd)      ]                                              }
499 499
sub init_all_numberformats { [ '1,000.00', '1000.00', '1.000,00', '1000,00'   ]                                              }
500
sub init_all_stylesheets   { [ qw(lx-office-erp.css Mobile.css kivitendo.css) ]                                              }
500
sub init_all_stylesheets   { [ qw(lx-office-erp.css kivitendo.css) ]                                                         }
501 501
sub init_all_dbsources             { [ sort User->dbsources($::form)                               ] }
502 502
sub init_all_used_dbsources        { { map { (join(':', $_->dbhost || 'localhost', $_->dbport || 5432, $_->dbname) => $_->name) } @{ $_[0]->all_clients }  } }
503 503
sub init_all_accounting_methods    { [ { id => 'accrual',   name => t8('Accrual accounting')  }, { id => 'cash',     name => t8('Cash accounting')       } ] }

Auch abrufbar als: Unified diff