Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 5cdf5329

Von Hans Peter Schlaepfer vor mehr als 5 Jahren hinzugefügt

  • ID 5cdf5329ee74157747f5e81d6279d202bf7d96a4
  • Vorgänger 0aa0a295
  • Nachfolger d2482a05

Neues kivitendo Design Aenderungen in SL/..

Unterschiede anzeigen:

SL/Form.pm
422 422

  
423 423
  # standard css for all
424 424
  # this should gradually move to the layouts that need it
425
#  $layout->use_stylesheet("$_.css") for qw(
426
#    common main menu list_accounts jquery.autocomplete
427
#    jquery.multiselect2side
428
#    ui-lightness/jquery-ui
429
#    jquery-ui.custom
430
#    tooltipster themes/tooltipster-light
431
#  );
432
  # Use only style.css which is compiled from the less-files in /css/less/
425 433
  $layout->use_stylesheet("$_.css") for qw(
426
    common main menu list_accounts jquery.autocomplete
427
    jquery.multiselect2side
428
    ui-lightness/jquery-ui
429
    jquery-ui.custom
430
    tooltipster themes/tooltipster-light
434
    style
431 435
  );
432 436

  
437

  
433 438
  $layout->use_javascript("$_.js") for (qw(
434 439
    jquery jquery-ui jquery.cookie jquery.checkall jquery.download
435 440
    jquery/jquery.form jquery/fixes client_js
......
465 470

  
466 471
  # output
467 472
  print $self->create_http_response(content_type => 'text/html', charset => 'UTF-8');
468
  print $doctypes{$params{doctype} || 'transitional'}, $/;
473
  print $doctypes{$params{doctype} || 'html5'}, $/;
469 474
  print <<EOT;
470 475
<html>
471 476
 <head>

Auch abrufbar als: Unified diff