Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 98fca2dc

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

  • ID 98fca2dc32e5603558ac019cf47df2656ec69214
  • Vorgänger c046c422
  • Nachfolger 82c78486

und in admin.pl denselben Bug

Unterschiede anzeigen:

bin/mozilla/admin.pl
473 473
    }
474 474
  }
475 475

  
476
  opendir CSS, "css/.";
477
  @all = sort(grep({ /\.css$/ && ($_ ne "tabcontent.css") } readdir(CSS)));
478
  closedir CSS;
476
#  opendir CSS, "css/.";
477
#  @all = grep /.*\.css$/, readdir CSS;
478
#  closedir CSS;
479

  
480
# css dir has styles that are not intended as general layouts.
481
# reverting to hardcoded list
482
  @all = qw(lx-office-erp.css Win2000.css);
479 483

  
480 484
  foreach $item (@all) {
481 485
    if ($item eq $myconfig->{stylesheet}) {

Auch abrufbar als: Unified diff