diff --git a/templates/ktcore/document/compare.smarty b/templates/ktcore/document/compare.smarty index b811dda..2b6db80 100644 --- a/templates/ktcore/document/compare.smarty +++ b/templates/ktcore/document/compare.smarty @@ -1,18 +1,16 @@

{i18n}Version Comparison{/i18n}: {$document->getName()}

+ + {capture assign=from} {$document->getMajorVersionNumber()}.{$document->getMinorVersionNumber()} ({$document->getMetadataVersion()}) {/capture} {capture assign=to} {$comparison_document->getMajorVersionNumber()}.{$comparison_document->getMinorVersionNumber()} ({$comparison_document->getMetadataVersion()}) {/capture} -

-{i18n arg_from=$from arg_to=$to}showing comparison between versions #from# and #to#{/i18n}

- - +

+{i18n arg_from=$from arg_to=$to}showing comparison between versions #from# and #to#. {/i18n} +{i18n}View current version{/i18n}. +

{if ($document_data.is_manufactured)}

{i18n}Please diff --git a/templates/kt3/view_document.smarty b/templates/ktcore/document/view.smarty index 0f3e08c..eebe3a7 100644 --- a/templates/kt3/view_document.smarty +++ b/templates/ktcore/document/view.smarty @@ -1,9 +1,5 @@

{$document->getName()|escape}

-{capture assign=version} -{$document->getMajorVersionNumber()}.{$document->getMinorVersionNumber()} -{/capture} -

{i18n arg_version=$version}showing information for version -#version#{/i18n}

+ {if ($document->getIsCheckedOut() == 1)} {capture assign=checkout_user}{$sCheckoutUser}{/capture} {if ($isCheckoutUser)} @@ -47,31 +43,17 @@ these tasks, use the Request Assistance action.{/i18n}
+

Someone please suggest some "viewlets" we can ship by default ... +this is a tad bare.

+ +{*
- Note: this is a mockup - only some would be here, obviously.
+*} -
-

Information about "asd asd s"

-
- -
\ No newline at end of file