From 3dca4de8b385b34eb2c2a910b61e44b00f094334 Mon Sep 17 00:00:00 2001 From: Arthur Schiwon Date: Fri, 19 May 2017 12:57:45 +0200 Subject: add Additional (+ Fallback) section for Personal settings Signed-off-by: Arthur Schiwon --- settings/templates/admin/additional.php | 33 ------------------------------ settings/templates/settings/additional.php | 33 ++++++++++++++++++++++++++++++ settings/templates/settings/empty.php | 26 +++++++++++++++++++++++ 3 files changed, 59 insertions(+), 33 deletions(-) delete mode 100644 settings/templates/admin/additional.php create mode 100644 settings/templates/settings/additional.php create mode 100644 settings/templates/settings/empty.php (limited to 'settings/templates') diff --git a/settings/templates/admin/additional.php b/settings/templates/admin/additional.php deleted file mode 100644 index 2ad2c5af4e5..00000000000 --- a/settings/templates/admin/additional.php +++ /dev/null @@ -1,33 +0,0 @@ - - * - * @author Arthur Schiwon - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ - -/** @var \OCP\IL10N $l */ -/** @var array $_ */ - -?> - - -
- diff --git a/settings/templates/settings/additional.php b/settings/templates/settings/additional.php new file mode 100644 index 00000000000..2ad2c5af4e5 --- /dev/null +++ b/settings/templates/settings/additional.php @@ -0,0 +1,33 @@ + + * + * @author Arthur Schiwon + * + * @license GNU AGPL version 3 or any later version + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + * + */ + +/** @var \OCP\IL10N $l */ +/** @var array $_ */ + +?> + + +
+ diff --git a/settings/templates/settings/empty.php b/settings/templates/settings/empty.php new file mode 100644 index 00000000000..e7e728f87b1 --- /dev/null +++ b/settings/templates/settings/empty.php @@ -0,0 +1,26 @@ + + * + * @author Arthur Schiwon + * + * @license GNU AGPL version 3 or any later version + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + * + */ + +?> + + -- cgit v1.2.3