From 3f067234fc1386de4434bfe4f2e07890e24d44a2 Mon Sep 17 00:00:00 2001
From: Philip Steffen
Date: Sun, 10 Apr 2016 18:07:46 +0200
Subject: Template: app/notifications: alert outside the page-header-div
On the other pages the alert is also outside the div
---
app/Template/app/notifications.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'app/Template')
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 @@
= t('My notifications') ?>
- = t('No new notifications.') ?>
+= t('No new notifications.') ?>
-
--
cgit v1.2.3
From b630bd06d29782b1e4b7d5694bcf679492dc915f Mon Sep 17 00:00:00 2001
From: Philip Steffen
Date: Sun, 10 Apr 2016 18:30:15 +0200
Subject: Template: project/sidebar: set active-class in "Edit project" also in
the other actions
---
app/Template/project/sidebar.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'app/Template')
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 @@
user->hasProjectAccess('ProjectEdit', 'edit', $project['id'])): ?>
-
- app->checkMenuSelection('ProjectEdit', 'edit') ?>>
+
- 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'])) ?>
- app->checkMenuSelection('project', 'share') ?>>
--
cgit v1.2.3