Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision f2ba0773

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

  • ID f2ba0773c5ba0fd05ca68069e83499191fb6b5c9
  • Vorgänger 54fc4b1b
  • Nachfolger ffc8c1ab

design40: Layout Switch für Design40 stylesheet

Unterschiede anzeigen:

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

Auch abrufbar als: Unified diff