Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Sack <kde@jakobsack.de>2011-08-09 20:05:52 +0400
committerJakob Sack <kde@jakobsack.de>2011-08-09 20:05:52 +0400
commit891ac04c195cae36abbf6febeaecfcca6f45d88f (patch)
treee439c73d641bed6cb09405e88dc3e781d0382eda /apps/contacts
parentce76cece09d751c27c2364d31e7b93ae3df80cc8 (diff)
Remove references to "multiple addressbooks" :-(
Diffstat (limited to 'apps/contacts')
-rw-r--r--apps/contacts/templates/index.php13
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"); ?>