add an approve button to /connections and get rid of the modal popup in /connedit. for quick approval (default collection and perms etc.) we now can use the approve button in /connections else click the edit button and make changes and approval from /connedit. hope thats any better...
This commit is contained in:
@@ -714,10 +714,6 @@ function connedit_content(&$a) {
|
||||
'$slide' => $slide,
|
||||
'$affinity' => $affinity,
|
||||
'$pending_label' => t('Connection Pending Approval'),
|
||||
'$pending_modal_title' => t('Connection Request'),
|
||||
'$pending_modal_body' => sprintf(t('(%s) would like to connect with you. Please approve this connection to allow communication.'), $contact['xchan_addr']),
|
||||
'$pending_modal_approve' => t('Approve'),
|
||||
'$pending_modal_dismiss' => t('Approve Later'),
|
||||
'$is_pending' => (intval($contact['abook_pending']) ? 1 : ''),
|
||||
'$unapproved' => $unapproved,
|
||||
'$inherited' => t('inherited'),
|
||||
|
||||
Reference in New Issue
Block a user