diff options
author | Thomas Tanghus <thomas@tanghus.net> | 2012-02-06 08:15:23 +0100 |
---|---|---|
committer | Thomas Tanghus <thomas@tanghus.net> | 2012-02-08 07:59:39 +0100 |
commit | 23396721e4925e45f3a928120e8ef6bf2e1037d1 (patch) | |
tree | 5f4a17cba15252588af924fa53085c85810eca1b /apps/contacts/templates/part.contact.php | |
parent | 1e4444f25bf6afff103ee9ff7b1df6b147861d94 (diff) | |
download | nextcloud-server-23396721e4925e45f3a928120e8ef6bf2e1037d1.tar.gz nextcloud-server-23396721e4925e45f3a928120e8ef6bf2e1037d1.zip |
Hide container for emails/phones/adresses if there are none.
Diffstat (limited to 'apps/contacts/templates/part.contact.php')
-rw-r--r-- | apps/contacts/templates/part.contact.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/contacts/templates/part.contact.php b/apps/contacts/templates/part.contact.php index 1c7b7b9067a..8a4faf720de 100644 --- a/apps/contacts/templates/part.contact.php +++ b/apps/contacts/templates/part.contact.php @@ -77,7 +77,7 @@ $card['ADR'] = (array_key_exists('ADR',$_['details'])) ? $_['details']['ADR'] : </div> <!-- div class="delimiter"></div --> - <form id="contact_communication" method="post"> + <form id="contact_communication" method="post" style="display: none;"> <div class="contactsection"> <!-- email addresses --> <div id="emails" <?php echo (count($card['EMAIL'])>0?'':'style="display:none;"'); ?>> |