diff options
Diffstat (limited to 'apps')
-rw-r--r-- | apps/contacts/templates/index.php | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/apps/contacts/templates/index.php b/apps/contacts/templates/index.php index 6a29c7bd68e..5f61ec1078d 100644 --- a/apps/contacts/templates/index.php +++ b/apps/contacts/templates/index.php @@ -3,19 +3,6 @@ OC_Util::addScript('contacts','interface'); OC_Util::addStyle('contacts','styles'); ?> -<?php -/*<div class="contacts_addressbooks"> - <div class="contacts_addressbooksexpander"> - Addressbooks - </div> - <div class="contacts_addressbooksdetails" style="display:none;"> - <?php foreach($_['addressbooks'] as $addressbook): ?> - <?php echo $addressbook['displayname']; ?>: <?php echo $addressbook['description']; ?><br> - <?php endforeach; ?> - <br>To use this addressbook, use .../apps/contacts/carddav.php/addressbooks/USERNAME/addressbookname.php - </div> -</div>*/ -?> <div id="contacts_contacts" class="leftcontent"> <ul> <?php echo $this->inc("part.contacts"); ?> |