Revision 4b211b2b
Von Moritz Bunkus vor fast 12 Jahren hinzugefügt
bin/mozilla/ct.pl | ||
---|---|---|
303 | 303 |
|
304 | 304 |
my @columns = qw( |
305 | 305 |
cp_id vcname vcnumber cp_name cp_givenname cp_street cp_zipcode cp_city cp_phone1 cp_phone2 |
306 |
cp_mobile1 cp_mobile2 cp_email cp_abteilung cp_birthday cp_gender |
|
306 |
cp_mobile1 cp_mobile2 cp_email cp_abteilung cp_function cp_birthday cp_gender
|
|
307 | 307 |
); |
308 | 308 |
|
309 | 309 |
my @includeable_custom_variables = grep { $_->{includeable} } @{ $cvar_configs }; |
... | ... | |
336 | 336 |
'cp_mobile2' => { 'text' => $::locale->text('Mobile2'), }, |
337 | 337 |
'cp_email' => { 'text' => $::locale->text('E-mail'), }, |
338 | 338 |
'cp_abteilung' => { 'text' => $::locale->text('Department'), }, |
339 |
'cp_function' => { 'text' => $::locale->text('Function/position'), }, |
|
339 | 340 |
'cp_birthday' => { 'text' => $::locale->text('Birthday'), }, |
340 | 341 |
'cp_gender' => { 'text' => $::locale->text('Gender'), }, |
341 | 342 |
%column_defs_cvars, |
Auch abrufbar als: Unified diff
Ansprechpersonen: Feld "Funktion/Position"