Contacts: Added ability to import Google Contacts. Requires: PHP curl and Google: Account, API Console Project, Contacts API and OAuth Client ID credentials.
This commit is contained in:
@@ -96,10 +96,10 @@ require_once "resources/paging.php";
|
||||
echo " </td>\n";
|
||||
echo "</tr>\n";
|
||||
echo "<tr>\n";
|
||||
echo "<th>".$text['label-contact_category']."</th>";
|
||||
echo "<th>".$text['label-contact_subcategory']."</th>";
|
||||
echo "<th>".$text['label-contact_name']."</th>";
|
||||
echo "<th>".$text['label-contact_value']."</th>";
|
||||
echo "<th>".$text['label-contact_setting_category']."</th>";
|
||||
echo "<th>".$text['label-contact_setting_subcategory']."</th>";
|
||||
echo "<th>".$text['label-contact_setting_type']."</th>";
|
||||
echo "<th>".$text['label-contact_setting_value']."</th>";
|
||||
echo "<th style='text-align: center;'>".$text['label-enabled']."</th>";
|
||||
echo "<th>".$text['label-description']."</th>";
|
||||
echo "<td class='list_control_icons'>";
|
||||
|
||||
Reference in New Issue
Block a user