From eadec030e82237ea1ff7b2b7ee22c47964ce0680 Mon Sep 17 00:00:00 2001 From: Jalaloedien Abrahams Date: Tue, 24 Apr 2007 15:10:17 +0000 Subject: [PATCH] KTS-1864 "Version History table does not contain Date of Version. " Fixed. --- templates/ktcore/document/metadata_history.smarty | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/ktcore/document/metadata_history.smarty b/templates/ktcore/document/metadata_history.smarty index 4a1aa93..994b147 100644 --- a/templates/ktcore/document/metadata_history.smarty +++ b/templates/ktcore/document/metadata_history.smarty @@ -12,7 +12,7 @@ {i18n}Content Version{/i18n} {i18n}Compare with Current{/i18n} {i18n}Compare with Other Version{/i18n} - + Date Created @@ -37,6 +37,7 @@ {i18n}compare with other version{/i18n} {/if} + {$oVersion->getVersionCreated()} {/foreach} -- libgit2 0.21.4