summaryrefslogtreecommitdiff
path: root/app/Template
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2016-04-18 22:05:56 -0400
committerFrederic Guillot <fred@kanboard.net>2016-04-18 22:05:56 -0400
commit75c2fd98ee29f3b7866b275c28b1e0116d2d7372 (patch)
tree0f35429606629a4b9006e261e15efe16640184ad /app/Template
parent0052a41a24a9d23e6bc2501b43e8f10188f0fef2 (diff)
parentb630bd06d29782b1e4b7d5694bcf679492dc915f (diff)
Merge pull-request #2108
Diffstat (limited to 'app/Template')
-rw-r--r--app/Template/app/notifications.php2
-rw-r--r--app/Template/project/sidebar.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/app/Template/app/notifications.php b/app/Template/app/notifications.php
index 4cb3c571..b64eb0b7 100644
--- a/app/Template/app/notifications.php
+++ b/app/Template/app/notifications.php
@@ -2,8 +2,8 @@
<h2><?= t('My notifications') ?></h2>
<?php if (empty($notifications)): ?>
- <p class="alert"><?= t('No new notifications.') ?></p>
</div>
+<p class="alert"><?= t('No new notifications.') ?></p>
<?php else: ?>
<ul>
<li>
diff --git a/app/Template/project/sidebar.php b/app/Template/project/sidebar.php
index 304b4aee..f0be3448 100644
--- a/app/Template/project/sidebar.php
+++ b/app/Template/project/sidebar.php
@@ -11,7 +11,7 @@
<?php endif ?>
<?php if ($this->user->hasProjectAccess('ProjectEdit', 'edit', $project['id'])): ?>
- <li <?= $this->app->checkMenuSelection('ProjectEdit', 'edit') ?>>
+ <li <?= $this->app->checkMenuSelection('ProjectEdit', 'edit') ?><?= $this->app->checkMenuSelection('ProjectEdit', 'dates') ?><?= $this->app->checkMenuSelection('ProjectEdit', 'description') ?><?= $this->app->checkMenuSelection('ProjectEdit', 'priority') ?>>
<?= $this->url->link(t('Edit project'), 'ProjectEdit', 'edit', array('project_id' => $project['id'])) ?>
</li>
<li <?= $this->app->checkMenuSelection('project', 'share') ?>>