Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 0c404f20

Von Moritz Bunkus vor mehr als 11 Jahren hinzugefügt

  • ID 0c404f20f1f066a1e6fc9c4bacf4bd70eec719e4
  • Vorgänger 8abd9ce3
  • Nachfolger 891f6217

Nicht mehr verwendete Einstellung $::form->{jsscript} entfernt

Unterschiede anzeigen:

bin/mozilla/ic.pl
106 106
  $form->{title} = $locale->text($form->{title});
107 107
  $form->{title} = $locale->text('Assemblies') if ($is_xyz{is_assembly});
108 108

  
109
  $form->{jsscript} = 1;
110

  
111 109
  $form->{CUSTOM_VARIABLES}                  = CVar->get_configs('module' => 'IC');
112 110
  ($form->{CUSTOM_VARIABLES_FILTER_CODE},
113 111
   $form->{CUSTOM_VARIABLES_INCLUSION_CODE}) = CVar->render_search_options('variables'      => $form->{CUSTOM_VARIABLES},
......
1610 1608
    flash('info', $::locale->text('This partnumber is not unique. You should change it.'));
1611 1609
  }
1612 1610

  
1613
  # use JavaScript Calendar or not (yes!)
1614
  $form->{jsscript} = 1;
1615

  
1616 1611
  my $units = AM->retrieve_units(\%myconfig, $form);
1617 1612
  $form->{ALL_UNITS} = [ map +{ name => $_ }, sort { $units->{$a}{sortkey} <=> $units->{$b}{sortkey} } keys %$units ];
1618 1613

  

Auch abrufbar als: Unified diff