aboutsummaryrefslogtreecommitdiffstats
path: root/mod/connedit.php
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2016-01-15 11:28:05 +0100
committerMario Vavti <mario@mariovavti.com>2016-01-15 11:28:05 +0100
commitf4e1b2123aed39e3f863ee327b27cb0e7f17520c (patch)
treef24802e587f07718fc9cf286ff09be6472eef79d /mod/connedit.php
parent63ee0daac51b8c04123479f2ac91e1762492896f (diff)
downloadvolse-hubzilla-f4e1b2123aed39e3f863ee327b27cb0e7f17520c.tar.gz
volse-hubzilla-f4e1b2123aed39e3f863ee327b27cb0e7f17520c.tar.bz2
volse-hubzilla-f4e1b2123aed39e3f863ee327b27cb0e7f17520c.zip
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...
Diffstat (limited to 'mod/connedit.php')
-rw-r--r--mod/connedit.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/mod/connedit.php b/mod/connedit.php
index bcf2d744b..cb785fc31 100644
--- a/mod/connedit.php
+++ b/mod/connedit.php
@@ -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'),