diff options
author | zotlabs <mike@macgirvin.com> | 2017-06-25 20:03:26 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-06-25 20:03:26 -0700 |
commit | 7f982a07781f09756d852f423bba37dc11abf2a5 (patch) | |
tree | 62afac66af7dcffcc01aded704a6711e5f86fa19 /Zotlabs/Module | |
parent | 28a1be4d36bf0ec54d053bb9decbe619361682cb (diff) | |
download | volse-hubzilla-7f982a07781f09756d852f423bba37dc11abf2a5.tar.gz volse-hubzilla-7f982a07781f09756d852f423bba37dc11abf2a5.tar.bz2 volse-hubzilla-7f982a07781f09756d852f423bba37dc11abf2a5.zip |
minor usability enhancements with the connections list - label the edit icon so it's more obvious; the intuitive action is to click the photo or name which isn't what we usually want. Also move the Delete button over just a bit more so it's harder to accidentally click on small screens with big thumbs.
Diffstat (limited to 'Zotlabs/Module')
-rw-r--r-- | Zotlabs/Module/Connections.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Zotlabs/Module/Connections.php b/Zotlabs/Module/Connections.php index 60b798c13..b3c5e8ee9 100644 --- a/Zotlabs/Module/Connections.php +++ b/Zotlabs/Module/Connections.php @@ -258,6 +258,7 @@ class Connections extends \Zotlabs\Web\Controller { $contacts[] = array( 'img_hover' => sprintf( t('%1$s [%2$s]'),$rr['xchan_name'],$rr['xchan_url']), 'edit_hover' => t('Edit connection'), + 'edit' => t('Edit'), 'delete_hover' => t('Delete connection'), 'id' => $rr['abook_id'], 'thumb' => $rr['xchan_photo_m'], |