Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision d2482a05

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

  • ID d2482a05eb12a3cc7b79c5436d3453d0bb670712
  • Vorgänger 5cdf5329
  • Nachfolger f7df215b

Neues kivitendo Design Aenderungen in bin/mozilla/..

Unterschiede anzeigen:

bin/mozilla/rp.pl
153 153
  $::form->all_departments(\%::myconfig);
154 154
  if (@{ $::form->{all_departments} || [] }) {
155 155
    $::form->{selectdepartment} = "<option>\n";
156
    map { $::form->{selectdepartment} .= "<option>$_->{description}--$_->{id}\n" } @{ $::form->{all_departments} || [] };
156
    map { $::form->{selectdepartment} .= "<option>$_->{id} &nbsp; $_->{description} \n" } @{ $::form->{all_departments} || [] };
157 157
  }
158 158

  
159 159
  $::form->get_lists("projects" => { "key" => "ALL_PROJECTS", "all" => 1 });

Auch abrufbar als: Unified diff