Merge pull-request #2108
This commit is contained in:
@@ -2,8 +2,8 @@
|
|||||||
<h2><?= t('My notifications') ?></h2>
|
<h2><?= t('My notifications') ?></h2>
|
||||||
|
|
||||||
<?php if (empty($notifications)): ?>
|
<?php if (empty($notifications)): ?>
|
||||||
<p class="alert"><?= t('No new notifications.') ?></p>
|
|
||||||
</div>
|
</div>
|
||||||
|
<p class="alert"><?= t('No new notifications.') ?></p>
|
||||||
<?php else: ?>
|
<?php else: ?>
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
|
|||||||
@@ -11,7 +11,7 @@
|
|||||||
<?php endif ?>
|
<?php endif ?>
|
||||||
|
|
||||||
<?php if ($this->user->hasProjectAccess('ProjectEdit', 'edit', $project['id'])): ?>
|
<?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'])) ?>
|
<?= $this->url->link(t('Edit project'), 'ProjectEdit', 'edit', array('project_id' => $project['id'])) ?>
|
||||||
</li>
|
</li>
|
||||||
<li <?= $this->app->checkMenuSelection('project', 'share') ?>>
|
<li <?= $this->app->checkMenuSelection('project', 'share') ?>>
|
||||||
|
|||||||
Reference in New Issue
Block a user