summaryrefslogtreecommitdiffstats
path: root/apps/contacts/templates/part.chooseaddressbook.rowfields.php
diff options
context:
space:
mode:
authorThomas Tanghus <thomas@tanghus.net>2012-08-01 23:59:44 +0200
committerThomas Tanghus <thomas@tanghus.net>2012-08-02 00:02:07 +0200
commita8faae4f421ab8b85c2bd88b9617efb191c3ff62 (patch)
tree5e6deffb8a37acdf3b2a9fe3c2c265fdf7e8b3e3 /apps/contacts/templates/part.chooseaddressbook.rowfields.php
parent47e4793c30b9efdf419115b77343d456cf17594b (diff)
downloadnextcloud-server-a8faae4f421ab8b85c2bd88b9617efb191c3ff62.tar.gz
nextcloud-server-a8faae4f421ab8b85c2bd88b9617efb191c3ff62.zip
Addressbooks settings rewrite and cleanup.
Diffstat (limited to 'apps/contacts/templates/part.chooseaddressbook.rowfields.php')
-rw-r--r--apps/contacts/templates/part.chooseaddressbook.rowfields.php18
1 files changed, 0 insertions, 18 deletions
diff --git a/apps/contacts/templates/part.chooseaddressbook.rowfields.php b/apps/contacts/templates/part.chooseaddressbook.rowfields.php
deleted file mode 100644
index 2988bb44c5f..00000000000
--- a/apps/contacts/templates/part.chooseaddressbook.rowfields.php
+++ /dev/null
@@ -1,18 +0,0 @@
-<td width="20px">
- <input id="active_<?php echo $_['addressbook']["id"]; ?>" type="checkbox" onClick="Contacts.UI.Addressbooks.activation(this, <?php echo $_['addressbook']["id"]; ?>)" <?php echo (OC_Contacts_Addressbook::isActive($_['addressbook']["id"]) ? ' checked="checked"' : ''); ?>>
-</td>
-<td>
- <label for="active_<?php echo $_['addressbook']["id"]; ?>"><?php echo $_['addressbook']["displayname"]; ?></label>
-</td>
-<td width="20px">
- <a onclick="Contacts.UI.showCardDAVUrl('<?php echo OCP\USER::getUser(); ?>', '<?php echo rawurlencode(html_entity_decode($_['addressbook']['uri'], ENT_QUOTES, 'UTF-8')); ?>');" title="<?php echo $l->t("CardDav Link"); ?>" class="svg action globe"></a>
-</td>
-<td width="20px">
- <a href="<?php echo OCP\Util::linkTo('contacts', 'export.php'); ?>?bookid=<?php echo $_['addressbook']["id"]; ?>" title="<?php echo $l->t("Download"); ?>" class="svg action download"></a>
-</td>
-<td width="20px">
- <a title="<?php echo $l->t("Edit"); ?>" class="svg action edit" onclick="Contacts.UI.Addressbooks.editAddressbook(this, <?php echo $_['addressbook']["id"]; ?>);"></a>
-</td>
-<td width="20px">
- <a onclick="Contacts.UI.Addressbooks.deleteAddressbook(this, <?php echo $_['addressbook']["id"]; ?>);" title="<?php echo $l->t("Delete"); ?>" class="svg action delete"></a>
-</td>