diff --git a/ajax/addbook.php b/ajax/addbook.php deleted file mode 100644 index 751185b4..00000000 --- a/ajax/addbook.php +++ /dev/null @@ -1,19 +0,0 @@ - - * This file is licensed under the Affero General Public License version 3 or - * later. - * See the COPYING-README file. - */ - - -OCP\JSON::checkLoggedIn(); -OCP\JSON::checkAppEnabled('contacts'); -$book = array( - 'id' => 'new', - 'displayname' => '', -); -$tmpl = new OCP\Template('contacts', 'part.editaddressbook'); -$tmpl->assign('new', true); -$tmpl->assign('addressbook', $book); -$tmpl->printPage(); diff --git a/templates/part.editaddressbook.php b/templates/part.editaddressbook.php deleted file mode 100644 index c1c58568..00000000 --- a/templates/part.editaddressbook.php +++ /dev/null @@ -1,31 +0,0 @@ - - * This file is licensed under the Affero General Public License version 3 or - * later. - * See the COPYING-README file. - */ -?> -t("Edit Addressbook"); ?>" colspan="6"> - - - - - - - - - - - -
t('Displayname') ?> - -
- > - -
-);" value="t("Save") : $l->t("Submit"); ?>"> -);" value="t("Cancel"); ?>"> -