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>2018-11-10 18:30:25 +0300
committerdartcafe <github@dartcafe.de>2018-11-10 18:30:25 +0300
commit297a3b19141fa361ef05b3e0d02765f03e5f4fb9 (patch)
tree5588817b462c459da7c3863ee2a5bf24d935996b /templates
parentd9bbf43f06298fe50313daa91c2f7860f6f93414 (diff)
parent3c3cf9be6b7a67514029de79e64d127b19adbd6d (diff)
Merge branch 'develop-0.9' into vue-components0.3.1
Diffstat (limited to 'templates')
-rw-r--r--templates/no.acc.tmpl.php23
-rw-r--r--templates/no.create.tmpl.php22
-rw-r--r--templates/no.delete.tmpl.php22
3 files changed, 24 insertions, 43 deletions
diff --git a/templates/no.acc.tmpl.php b/templates/no.acc.tmpl.php
index f6499ccf..9f0fcb24 100644
--- a/templates/no.acc.tmpl.php
+++ b/templates/no.acc.tmpl.php
@@ -24,19 +24,12 @@
use OCP\Util;
Util::addStyle('polls', 'main');
?>
-<div id="app">
- <div id="app-content">
- <div id="app-content-wrapper">
- <div id="emptycontent" class="">
- <div class="icon-polls"></div>
- <h1>
- <?php p($l->t('Access denied')); ?>
- </h1>
- <h2>
- <?php p($l->t('You are not allowed to view this poll or the poll does not exist.')); ?>
- </h2>
- </div>
- </div>
- </div>
+<div id="emptycontent" class="">
+ <div class="icon-polls"></div>
+ <h1>
+ <?php p($l->t('Access denied')); ?>
+ </h1>
+ <h2>
+ <?php 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
index 188aba66..2bbd880d 100644
--- a/templates/no.create.tmpl.php
+++ b/templates/no.create.tmpl.php
@@ -24,18 +24,12 @@
use OCP\Util;
Util::addStyle('polls', 'main');
?>
-<div id="app">
- <div id="app-content">
- <div id="app-content-wrapper">
- <div id="emptycontent" class="">
- <div class="icon-polls"></div>
- <h1>
- <?php p($l->t('Access denied')); ?>
- </h1>
- <h2>
- <?php p($l->t('You are not allowed to edit this poll or the poll does not exist.')); ?>
- </h2>
- </div>
- </div>
- </div>
+<div id="emptycontent" class="">
+ <div class="icon-polls"></div>
+ <h1>
+ <?php p($l->t('Access denied')); ?>
+ </h1>
+ <h2>
+ <?php 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
index 7906e05e..19053dbb 100644
--- a/templates/no.delete.tmpl.php
+++ b/templates/no.delete.tmpl.php
@@ -24,18 +24,12 @@
use OCP\Util;
Util::addStyle('polls', 'main');
?>
-<div id="app">
- <div id="app-content">
- <div id="app-content-wrapper">
- <div id="emptycontent" class="">
- <div class="icon-polls"></div>
- <h1>
- <?php p($l->t('Access denied')); ?>
- </h1>
- <h2>
- <?php p($l->t('You are either not allowed to delete this poll or it doesn\'t exist.')); ?>
- </h2>
- </div>
- </div>
- </div>
+<div id="emptycontent" class="">
+ <div class="icon-polls"></div>
+ <h1>
+ <?php p($l->t('Access denied')); ?>
+ </h1>
+ <h2>
+ <?php p($l->t('You are either not allowed to delete this poll or it doesn\'t exist.')); ?>
+ </h2>
</div>