Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 60676414

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

  • ID 606764140f56ea76b55ae5f76ce9a6801aa4d314
  • Vorgänger 276068f2
  • Nachfolger 9a66f1e0

design40: Layout Switch für Design40 stylesheet

Unterschiede anzeigen:

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

Auch abrufbar als: Unified diff