whitespace
This commit is contained in:
parent
09a841f3be
commit
d4fa33dddd
@ -786,22 +786,22 @@ class Profiles extends \Zotlabs\Web\Controller {
|
|||||||
'$channels' => array('channels', t('My other channels'), $r[0]['channels']),
|
'$channels' => array('channels', t('My other channels'), $r[0]['channels']),
|
||||||
'$extra_fields' => $extra_fields,
|
'$extra_fields' => $extra_fields,
|
||||||
'$comms' => t('Communications'),
|
'$comms' => t('Communications'),
|
||||||
'$tel_label' => t('Phone'),
|
'$tel_label' => t('Phone'),
|
||||||
'$email_label' => t('Email'),
|
'$email_label' => t('Email'),
|
||||||
'$impp_label' => t('Instant messenger'),
|
'$impp_label' => t('Instant messenger'),
|
||||||
'$url_label' => t('Website'),
|
'$url_label' => t('Website'),
|
||||||
'$adr_label' => t('Address'),
|
'$adr_label' => t('Address'),
|
||||||
'$note_label' => t('Note'),
|
'$note_label' => t('Note'),
|
||||||
'$mobile' => t('Mobile'),
|
'$mobile' => t('Mobile'),
|
||||||
'$home' => t('Home'),
|
'$home' => t('Home'),
|
||||||
'$work' => t('Work'),
|
'$work' => t('Work'),
|
||||||
'$other' => t('Other'),
|
'$other' => t('Other'),
|
||||||
'$add_card' => t('Add Contact'),
|
'$add_card' => t('Add Contact'),
|
||||||
'$add_field' => t('Add Field'),
|
'$add_field' => t('Add Field'),
|
||||||
'$create' => t('Create'),
|
'$create' => t('Create'),
|
||||||
'$update' => t('Update'),
|
'$update' => t('Update'),
|
||||||
'$delete' => t('Delete'),
|
'$delete' => t('Delete'),
|
||||||
'$cancel' => t('Cancel'),
|
'$cancel' => t('Cancel'),
|
||||||
));
|
));
|
||||||
|
|
||||||
$arr = array('profile' => $r[0], 'entry' => $o);
|
$arr = array('profile' => $r[0], 'entry' => $o);
|
||||||
|
Reference in New Issue
Block a user