Contacts: Additional "Community" field, language additions, misc adjustments.

This commit is contained in:
Nate Jones
2014-11-25 00:49:04 +00:00
parent d0378e3006
commit db64db6f50
6 changed files with 90 additions and 14 deletions
+4
View File
@@ -276,6 +276,10 @@ $z++;
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the extended address.";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "address_community";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the community.";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "address_locality";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the city.";