From d4030462058b351c84f1a4315795ce4a7fda2570 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Fri, 24 Apr 2015 15:15:04 +0000 Subject: [PATCH] fix contacts show organisation actions too --- addressbook/inc/class.addressbook_ui.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addressbook/inc/class.addressbook_ui.inc.php b/addressbook/inc/class.addressbook_ui.inc.php index 894af4bea3..03cbc7ad3c 100644 --- a/addressbook/inc/class.addressbook_ui.inc.php +++ b/addressbook/inc/class.addressbook_ui.inc.php @@ -1626,7 +1626,7 @@ window.egw_LAB.wait(function() { } if (!$row['owner']) { - $row['class'] .= 'rowAccount rowNoDelete'; + $row['class'] .= 'rowAccount rowNoDelete '; } elseif (!$this->check_perms(EGW_ACL_DELETE,$row) || (!$GLOBALS['egw_info']['user']['apps']['admin'] && $this->config['history'] != 'userpurge' && $query['col_filter']['tid'] == addressbook_so::DELETED_TYPE)) {