diff options
author | Bart Visscher <bartv@thisnet.nl> | 2011-10-07 23:01:44 +0200 |
---|---|---|
committer | Bart Visscher <bartv@thisnet.nl> | 2011-10-07 23:01:49 +0200 |
commit | a13d42fdaf5751afc42dff3770c6f9eb27a0a8ed (patch) | |
tree | e09aef17baba985c9de472c6f1a6643a602ab26b /apps/contacts/templates | |
parent | 46b8703b715230122a14548a229fc648077ca0fe (diff) | |
download | nextcloud-server-a13d42fdaf5751afc42dff3770c6f9eb27a0a8ed.tar.gz nextcloud-server-a13d42fdaf5751afc42dff3770c6f9eb27a0a8ed.zip |
Fixes for adding contact property
Diffstat (limited to 'apps/contacts/templates')
-rw-r--r-- | apps/contacts/templates/part.details.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/contacts/templates/part.details.php b/apps/contacts/templates/part.details.php index 254d54a4e8e..26a33739acb 100644 --- a/apps/contacts/templates/part.details.php +++ b/apps/contacts/templates/part.details.php @@ -1,5 +1,5 @@ <?php if(array_key_exists('FN',$_['details'])): ?> - <table> + <table id="contacts_details"> <?php if(isset($_['details']['PHOTO'])): // Emails first ?> <tr class="contacts_details_property"> <td class="contacts_details_left"> </td> |