From df2775f8a4519cdc21794f1bac0e8f9aa720d29f Mon Sep 17 00:00:00 2001 From: sauls8t Date: Tue, 11 Jun 2019 10:38:57 +0100 Subject: [PATCH] Remove confusing dick handlers from document meta zone --- 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 d3949efb..e9661e0d 100644 --- a/gui/app/templates/components/document/document-meta.hbs +++ b/gui/app/templates/components/document/document-meta.hbs @@ -2,25 +2,25 @@
STATUS
+ {{if (eq document.lifecycle constants.Lifecycle.Archived) "label-archived"}}"> {{document.lifecycleLabel}} {{#attach-tooltip showDelay=1000}}Lifecycle: Draft · Live · Archived{{/attach-tooltip}}
{{#if (eq document.protection constants.ProtectionType.None)}} -
+
OPEN {{#attach-tooltip showDelay=1000}}Change Control: Open · Protected · Locked{{/attach-tooltip}}
{{/if}} {{#if (eq document.protection constants.ProtectionType.Review)}} -
+
PROTECTED {{#attach-tooltip showDelay=1000}}Change Control: Open · Protected · Locked{{/attach-tooltip}}
{{/if}} {{#if (eq document.protection constants.ProtectionType.Lock)}} -
+
LOCKED {{#attach-tooltip showDelay=1000}}Change Control: Open · Protected · Locked{{/attach-tooltip}}