diff options
author | Jakob Sack <kde@jakobsack.de> | 2011-08-09 18:05:52 +0200 |
---|---|---|
committer | Jakob Sack <kde@jakobsack.de> | 2011-08-09 18:05:52 +0200 |
commit | 891ac04c195cae36abbf6febeaecfcca6f45d88f (patch) | |
tree | e439c73d641bed6cb09405e88dc3e781d0382eda /apps | |
parent | ce76cece09d751c27c2364d31e7b93ae3df80cc8 (diff) | |
download | nextcloud-server-891ac04c195cae36abbf6febeaecfcca6f45d88f.tar.gz nextcloud-server-891ac04c195cae36abbf6febeaecfcca6f45d88f.zip |
Remove references to "multiple addressbooks" :-(
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"); ?> |