From f84e92e6e3934f84f2ecee88af6a19ec16a0dab9 Mon Sep 17 00:00:00 2001 From: Thomas Tanghus Date: Thu, 2 Aug 2012 01:15:20 +0200 Subject: More files to delete \o/ --- apps/contacts/ajax/addbook.php | 19 --------------- apps/contacts/templates/part.editaddressbook.php | 31 ------------------------ 2 files changed, 50 deletions(-) delete mode 100644 apps/contacts/ajax/addbook.php delete mode 100644 apps/contacts/templates/part.editaddressbook.php diff --git a/apps/contacts/ajax/addbook.php b/apps/contacts/ajax/addbook.php deleted file mode 100644 index 751185b44fd..00000000000 --- a/apps/contacts/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/apps/contacts/templates/part.editaddressbook.php b/apps/contacts/templates/part.editaddressbook.php deleted file mode 100644 index c1c585687c4..00000000000 --- a/apps/contacts/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"); ?>"> - -- cgit v1.2.3