Ver Fonte

config: list columns := [name/company, phone, email address, birth date]

Fabian Peter Hammerle há 5 anos atrás
pai
commit
1a9918e7af
1 ficheiros alterados com 9 adições e 0 exclusões
  1. 9 0
      config.js

+ 9 - 0
config.js

@@ -999,6 +999,15 @@ var globalGroupContactsByCompanies=false;
 // ];
 // ];
 //
 //
 // NOTE: if left undefined, the recommended settings will be used.
 // NOTE: if left undefined, the recommended settings will be used.
+var globalCollectionDisplay=[
+  {label: '{Name}',
+   value: {
+     personal: ['{LastName}', ' {FirstName}', ' {MiddleName}'],
+     company: ['{Company}', ' / {Department}', ' / {JobTitle}']}},
+  {label: '{Phone}', value: ['{Phone}']},
+  {label: '{Email}', value: ['{Email}']},
+  {label: '{BirthDay}', value: ['{Birthday}']}
+];
 
 
 
 
 // globalCollectionSort
 // globalCollectionSort