From 326faea185b02f4d42b55f30d4b8b922e19adfda Mon Sep 17 00:00:00 2001 From: bshuttle Date: Thu, 28 Sep 2006 12:21:18 +0000 Subject: [PATCH] fix for KTS-1383: bad function calls cause hidden errors. --- templates/kt3/view_folder_history.smarty | 2 +- templates/ktcore/document/comparison_version_select.smarty | 2 +- templates/ktcore/document/metadata_history.smarty | 2 +- templates/ktcore/document/transaction_history.smarty | 2 +- templates/ktcore/workflow/admin/restrictions_edit.smarty | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/templates/kt3/view_folder_history.smarty b/templates/kt3/view_folder_history.smarty index dcec7d8..1f21258 100644 --- a/templates/kt3/view_folder_history.smarty +++ b/templates/kt3/view_folder_history.smarty @@ -15,7 +15,7 @@ {foreach item=aTransactionRow from=$transactions} - + {$aTransactionRow.user_name} {$aTransactionRow.transaction_name} {$aTransactionRow.datetime} diff --git a/templates/ktcore/document/comparison_version_select.smarty b/templates/ktcore/document/comparison_version_select.smarty index 926a298..899329e 100644 --- a/templates/ktcore/document/comparison_version_select.smarty +++ b/templates/ktcore/document/comparison_version_select.smarty @@ -13,7 +13,7 @@ {foreach item=oVersion from=$versions} - + {$context->getUserForId($oVersion->getVersionCreatorId())} {$oVersion->getMetadataVersion()} diff --git a/templates/ktcore/document/metadata_history.smarty b/templates/ktcore/document/metadata_history.smarty index 8b913e1..b1fce49 100644 --- a/templates/ktcore/document/metadata_history.smarty +++ b/templates/ktcore/document/metadata_history.smarty @@ -17,7 +17,7 @@ {foreach item=oVersion from=$versions} - + {$context->getUserForId($oVersion->getVersionCreatorId())} {$oVersion->getMetadataVersion()} {capture assign=version}{$oVersion->getMajorVersionNumber()}.{$oVersion->getMinorVersionNumber()}{/capture} diff --git a/templates/ktcore/document/transaction_history.smarty b/templates/ktcore/document/transaction_history.smarty index d85118d..87422d9 100644 --- a/templates/ktcore/document/transaction_history.smarty +++ b/templates/ktcore/document/transaction_history.smarty @@ -16,7 +16,7 @@ {foreach item=aTransactionRow from=$transactions} - + {$aTransactionRow.user_name} {i18n}{$aTransactionRow.transaction_name}{/i18n} {$aTransactionRow.datetime} diff --git a/templates/ktcore/workflow/admin/restrictions_edit.smarty b/templates/ktcore/workflow/admin/restrictions_edit.smarty index 19a9a8e..741a083 100644 --- a/templates/ktcore/workflow/admin/restrictions_edit.smarty +++ b/templates/ktcore/workflow/admin/restrictions_edit.smarty @@ -1,4 +1,4 @@ -

{i18n}Transition Restrictions{/i18n}

+

{i18n arg_name=$context->oTransition->getHumanName()}Transition Restrictions: #name#{/i18n}

{i18n}All of these must allow the user to perform the transition.{/i18n}

-- libgit2 0.21.4