diff options
Diffstat (limited to 'apps/contacts/templates/part.details.php')
-rw-r--r-- | apps/contacts/templates/part.details.php | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/apps/contacts/templates/part.details.php b/apps/contacts/templates/part.details.php index 4aca8dbc790..0d738b5a0a4 100644 --- a/apps/contacts/templates/part.details.php +++ b/apps/contacts/templates/part.details.php @@ -17,6 +17,7 @@ <?php endforeach; ?> <?php endif; ?> <?php endforeach; ?> - -<a id="contacts_deletecard"><img src="../../core/img/actions/delete.png"></a> -<a id="contacts_addproperty"><img src="../../core/img/actions/download.png"></a> +<div id="contacts_cardoptions"> + <a id="contacts_deletecard"><img src="../../core/img/actions/delete.png"></a> + <a id="contacts_addproperty"><img src="../../core/img/actions/download.png"></a> +</div> |