From 2e7294c83c6388e3855ce787f0a18c20ed652131 Mon Sep 17 00:00:00 2001 From: RaindropsSys Date: Sat, 10 Jun 2023 11:06:53 +0200 Subject: Updated 12 files and added includes/system/compare.inc (automated) --- includes/components/navigation.inc | 2 +- includes/components/planner.inc | 34 ++++++++++++++++++++-------------- 2 files changed, 21 insertions(+), 15 deletions(-) (limited to 'includes/components') diff --git a/includes/components/navigation.inc b/includes/components/navigation.inc index b82e247..478420d 100644 --- a/includes/components/navigation.inc +++ b/includes/components/navigation.inc @@ -117,7 +117,7 @@ $navigation_admin = [ "name" => $lang["navigation"]["apps"], "minimal" => false, "items" => [ - [ + time() >= 1686787200 ? null : [ "name" => $pages["fronting"]["name"][$lang["_name"]], "icon" => "/assets/icons/fronting.svg", "invert" => true, diff --git a/includes/components/planner.inc b/includes/components/planner.inc index f005f52..b5fc7a5 100644 --- a/includes/components/planner.inc +++ b/includes/components/planner.inc @@ -482,23 +482,29 @@

Front planner

+ +
+ The fronting schedule will be removed on June 15th. Due to internal discussion, we have decided to remove the fronting schedule as it is causing a lot of trouble inside the respective systems. Archives will be kept in the database. +
+ -- cgit