From 66b921be1856f5861a2b70c684438782da1420ef Mon Sep 17 00:00:00 2001 From: Manuel Cillero Date: Fri, 22 Sep 2017 00:00:51 +0200 Subject: [PATCH] Hide comment links when printing tasks and tickets --- themes/zuitedesk/css/print.css | 9 ++++++++- themes/zuitedesk/zuitedesk.info | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/themes/zuitedesk/css/print.css b/themes/zuitedesk/css/print.css index 1dcd42f..826808e 100644 --- a/themes/zuitedesk/css/print.css +++ b/themes/zuitedesk/css/print.css @@ -60,6 +60,13 @@ body.print-body #stormgantt, /* "Watcher" link in projects, tasks and tickets */ body.print-body .watcher_node, /* External links image */ -body.print-body span.ext { +body.print-body span.ext, +/* Links in task and ticket comments */ +body.print-body #comments .new, +body.print-body #comments .links { display: none; } +/* Number of task and ticket comments */ +body.print-body .tt-comment h3.title { + color: #fff; +} diff --git a/themes/zuitedesk/zuitedesk.info b/themes/zuitedesk/zuitedesk.info index fb5d737..b60c4e8 100644 --- a/themes/zuitedesk/zuitedesk.info +++ b/themes/zuitedesk/zuitedesk.info @@ -1,6 +1,6 @@ name = SuiteDesk Theme description = SuiteDesk Theme Zen. -version = 0.2.60 +version = 0.2.61 screenshot = screenshot.png