From f5ff8e388e92f2b834adfcefca2744b9808b4eac Mon Sep 17 00:00:00 2001 From: "Dzial Techniczny WMW Projekt s.c" Date: Tue, 10 Dec 2019 16:31:45 +0100 Subject: Extending Boardcustomizer with additional options and Polish locale --- plugins/Boardcustomizer/Template/layout/head.php | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) (limited to 'plugins/Boardcustomizer/Template/layout/head.php') diff --git a/plugins/Boardcustomizer/Template/layout/head.php b/plugins/Boardcustomizer/Template/layout/head.php index fca861f9..1a352407 100644 --- a/plugins/Boardcustomizer/Template/layout/head.php +++ b/plugins/Boardcustomizer/Template/layout/head.php @@ -141,6 +141,26 @@ if ($this->user->userMetadataModel->exists($this->user->getid(), "boardcustomize user->userMetadataModel->exists($this->user->getid(), "boardcustomizer_hidelinks")) { + /* hide linked tasks */ + ?> + +user->userMetadataModel->exists($this->user->getid(), "boardcustomizer_hidedescription")) { + /* hide description icon */ + ?> + +user->userMetadataModel->exists($this->user->getid(), "boardcustomizer_hidescore")) { /* hide score */ ?> @@ -170,4 +190,4 @@ if ($this->user->userMetadataModel->exists($this->user->getid(), "boardcustomize }