Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 87c46045

Von Moritz Bunkus vor mehr als 12 Jahren hinzugefügt

  • ID 87c46045dc9c7c26954404d81f08f0ab3e2f8840
  • Vorgänger dedbaf15
  • Nachfolger 969e749c

Ansprechpersonensuche um PLZ, Ort ergänzt

Und nach Straße, PLZ, Ort sortierbar gemacht

Unterschiede anzeigen:

bin/mozilla/ct.pl
301 301
  my $cvar_configs = CVar->get_configs('module' => 'Contacts');
302 302

  
303 303
  my @columns      = qw(
304
    cp_id vcname vcnumber cp_name cp_givenname cp_street cp_phone1 cp_phone2
304
    cp_id vcname vcnumber cp_name cp_givenname cp_street cp_zipcode cp_city cp_phone1 cp_phone2
305 305
    cp_mobile1 cp_mobile2 cp_email cp_abteilung cp_birthday cp_gender
306 306
  );
307 307

  
......
327 327
    'cp_name'      => { 'text' => $::locale->text('Name'), },
328 328
    'cp_givenname' => { 'text' => $::locale->text('Given Name'), },
329 329
    'cp_street'    => { 'text' => $::locale->text('Street'), },
330
    'cp_zipcode'   => { 'text' => $::locale->text('Zipcode'), },
331
    'cp_city'      => { 'text' => $::locale->text('City'), },
330 332
    'cp_phone1'    => { 'text' => $::locale->text('Phone1'), },
331 333
    'cp_phone2'    => { 'text' => $::locale->text('Phone2'), },
332 334
    'cp_mobile1'   => { 'text' => $::locale->text('Mobile1'), },

Auch abrufbar als: Unified diff