From b8fa0246803dab40cf57d40b45984c53046f2d55 Mon Sep 17 00:00:00 2001 From: "Dzial Techniczny WMW Projekt s.c" Date: Tue, 10 Dec 2019 11:34:53 +0100 Subject: Plugins directory and local modifications --- plugins/Boardcustomizer/Template/layout/head.php | 173 +++++++++++++++++++++++ 1 file changed, 173 insertions(+) create mode 100644 plugins/Boardcustomizer/Template/layout/head.php (limited to 'plugins/Boardcustomizer/Template/layout/head.php') diff --git a/plugins/Boardcustomizer/Template/layout/head.php b/plugins/Boardcustomizer/Template/layout/head.php new file mode 100644 index 00000000..fca861f9 --- /dev/null +++ b/plugins/Boardcustomizer/Template/layout/head.php @@ -0,0 +1,173 @@ +user->userMetadataModel->exists($this->user->getid(), "boardcustomizer_materialcard")) { + /* change overall card layout and shadow */ + ?> + +user->userMetadataModel->exists($this->user->getid(), "boardcustomizer_onlyfirstcolumnheaders")) { + /* This will hide all column titles on swimlanes except for the first one */ + ?> + +user->userMetadataModel->exists($this->user->getid(), "boardcustomizer_hidetaskage")) { + /* hide task age */ + ?> + +user->userMetadataModel->exists($this->user->getid(), "boardcustomizer_hidetaskpriority")) { + /* hide task priority */ + ?> + +user->userMetadataModel->exists($this->user->getid(), "boardcustomizer_whitebackground")) { + /* task white background */ + ?> + +user->userMetadataModel->exists($this->user->getid(), "boardcustomizer_topnavhiddenscrollbar")) { + /* better nav bar */ + ?> + +user->userMetadataModel->exists($this->user->getid(), "boardcustomizer_groupassign_hidecardlabels")) { + /* hide group assign labels */ + ?> + +user->userMetadataModel->exists($this->user->getid(), "boardcustomizer_hideownername")) { + /* hide owner text */ + ?> + +user->userMetadataModel->exists($this->user->getid(), "boardcustomizer_hidecategory")) { + /* hide category */ + ?> + +user->userMetadataModel->exists($this->user->getid(), "boardcustomizer_hidetags")) { + /* hide tags */ + ?> + +user->userMetadataModel->exists($this->user->getid(), "boardcustomizer_hidefooter")) { + /* hide whole footer */ + ?> + +user->userMetadataModel->exists($this->user->getid(), "boardcustomizer_hidereference")) { + /* hide reference */ + ?> + +user->userMetadataModel->exists($this->user->getid(), "boardcustomizer_hidescore")) { + /* hide score */ + ?> + +user->userMetadataModel->exists($this->user->getid(), "boardcustomizer_hidetimeestimated")) { + /* hide time estimated */ + ?> + +user->userMetadataModel->exists($this->user->getid(), "boardcustomizer_hidetaskdate")) { + /* hide task date */ + ?> + +