From ae6494b4f01a698b40533d0c59b928bfb40e6706 Mon Sep 17 00:00:00 2001 From: sauls8t Date: Thu, 22 Feb 2018 18:16:13 +0000 Subject: [PATCH] Hide document workflow meta info when Print/PDF --- gui/app/templates/components/document/document-meta.hbs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gui/app/templates/components/document/document-meta.hbs b/gui/app/templates/components/document/document-meta.hbs index b0728abb..7dc4b3fa 100644 --- a/gui/app/templates/components/document/document-meta.hbs +++ b/gui/app/templates/components/document/document-meta.hbs @@ -42,7 +42,7 @@ -
+
Change Control
{{changeControlMsg}} @@ -50,7 +50,7 @@
{{#if (eq document.protection constants.ProtectionType.Review)}} -
+
Approval Process
{{approvalMsg}} @@ -58,7 +58,7 @@
{{#if userChanges}} -
+
Your Contributions
{{contributorMsg}} @@ -67,7 +67,7 @@ {{/if}} {{#if isApprover}} -
+
Approver Status
{{approverMsg}}