Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision bdb4cfbb

Von Sven Schöling vor mehr als 12 Jahren hinzugefügt

  • ID bdb4cfbb995d4da17508b52d9cba1e4a2e843363
  • Vorgänger 01b3bcb9
  • Nachfolger b2ddbc66

cebit version

Unterschiede anzeigen:

SL/Form.pm
465 465
  if (my $user_style = $::myconfig{stylesheet}) {
466 466
    $user_style =~ s/\.css$//; # nuke trailing .css, this is a remnand of pre 2.7.0 stylesheet handling
467 467
    $css_path = "$css_path/$user_style" if -d "$css_path/$user_style";
468
  } else {
469
    $css_path = "$css_path/lx-office-erp";
468 470
  }
469 471
  $::myconfig{css_path} = $css_path; # needed for menunew, FIXME: don't do this here
470 472

  
......
501 503
  push @header, map { qq|<script type="text/javascript" src="js/$_.js"></script>| }
502 504
       qw(jquery common jscalendar/calendar jscalendar/lang/calendar-de jscalendar/calendar-setup part_selection jquery-ui jqModal switchmenuframe);
503 505
  push @header, map { qq|<link rel="stylesheet" type="text/css" href="$css_path/$_.css">| }
504
       qw(main menu tabcontent list_accounts jquery.autocomplete jquery.multiselect2side frame_header/header);
506
       qw(main menu tabcontent list_accounts jquery.autocomplete jquery.multiselect2side frame_header/header ui-lightness/jquery-ui-1.8.12.custom);
507
  push @header, map { qq|<link rel="stylesheet" type="text/css" href="js/jscalendar/calendar-win2k-1.css">| }
505 508
  push @header, map { $_->show_javascript } @{ $self->{AJAX} || [] };
506 509
  push @header, "<script type='text/javascript'>function fokus(){ document.$self->{fokus}.focus(); }</script>" if $self->{fokus};
507 510
  push @header, sprintf "<script type='text/javascript'>top.document.title='%s';</script>",

Auch abrufbar als: Unified diff