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

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordartcafe <github@dartcafe.de>2020-09-03 09:32:46 +0300
committerdartcafe <github@dartcafe.de>2020-09-03 09:32:46 +0300
commit3018352517c723ab753528872d7408a1f8940c63 (patch)
treead209871212a70d22847b72f9954088394c69714 /templates
parentfa30cc5f307e06eda3f54f5be188761753d0e9c1 (diff)
php-cs fix
Diffstat (limited to 'templates')
-rw-r--r--templates/no.acc.tmpl.php35
-rw-r--r--templates/no.create.tmpl.php35
-rw-r--r--templates/no.delete.tmpl.php35
3 files changed, 0 insertions, 105 deletions
diff --git a/templates/no.acc.tmpl.php b/templates/no.acc.tmpl.php
deleted file mode 100644
index e2a52c05..00000000
--- a/templates/no.acc.tmpl.php
+++ /dev/null
@@ -1,35 +0,0 @@
-<?php
- /**
- * @copyright Copyright (c) 2017 Vinzenz Rosenkranz <vinzenz.rosenkranz@gmail.com>
- *
- * @author Vinzenz Rosenkranz <vinzenz.rosenkranz@gmail.com>
- *
- * @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 <http://www.gnu.org/licenses/>.
- *
- */
-
- use OCP\Util;
- Util::addStyle('polls', 'main');
-?>
-<div id="emptycontent" class="">
- <div class="icon-polls"></div>
- <h1>
- <?php /** @scrutinizer ignore-call */ p($l->t('Access denied')); ?>
- </h1>
- <h2>
- <?php /** @scrutinizer ignore-call */ p($l->t('You are not allowed to view this poll or the poll does not exist.')); ?>
- </h2>
-</div>
diff --git a/templates/no.create.tmpl.php b/templates/no.create.tmpl.php
deleted file mode 100644
index 59a8f828..00000000
--- a/templates/no.create.tmpl.php
+++ /dev/null
@@ -1,35 +0,0 @@
-<?php
- /**
- * @copyright Copyright (c) 2017 Vinzenz Rosenkranz <vinzenz.rosenkranz@gmail.com>
- *
- * @author Vinzenz Rosenkranz <vinzenz.rosenkranz@gmail.com>
- *
- * @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 <http://www.gnu.org/licenses/>.
- *
- */
-
- use OCP\Util;
- Util::addStyle('polls', 'main');
-?>
-<div id="emptycontent" class="">
- <div class="icon-polls"></div>
- <h1>
- <?php /** @scrutinizer ignore-call */ p($l->t('Access denied')); ?>
- </h1>
- <h2>
- <?php /** @scrutinizer ignore-call */ p($l->t('You are not allowed to edit this poll or the poll does not exist.')); ?>
- </h2>
-</div>
diff --git a/templates/no.delete.tmpl.php b/templates/no.delete.tmpl.php
deleted file mode 100644
index e25b71c2..00000000
--- a/templates/no.delete.tmpl.php
+++ /dev/null
@@ -1,35 +0,0 @@
-<?php
- /**
- * @copyright Copyright (c) 2017 Vinzenz Rosenkranz <vinzenz.rosenkranz@gmail.com>
- *
- * @author Vinzenz Rosenkranz <vinzenz.rosenkranz@gmail.com>
- *
- * @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 <http://www.gnu.org/licenses/>.
- *
- */
-
- use OCP\Util;
- Util::addStyle('polls', 'main');
-?>
-<div id="emptycontent" class="">
- <div class="icon-polls"></div>
- <h1>
- <?php /** @scrutinizer ignore-call */ p($l->t('Access denied')); ?>
- </h1>
- <h2>
- <?php /** @scrutinizer ignore-call */ p($l->t('You are either not allowed to delete this poll or it doesn\'t exist.')); ?>
- </h2>
-</div>