RM-1575: Missing information from Hold Report

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@75198 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Roy Wetherall
2014-06-30 09:56:38 +00:00
parent e72231f8a5
commit 11b47d9ad2
3 changed files with 19 additions and 1 deletions

View File

@@ -57,6 +57,14 @@
<td><i>${message("file.report.hold.reason")}:</i></td>
<td>${node.properties["rma:holdReason"]}</td>
</tr>
<tr>
<td><i>${message("file.report.createdby")}:</i></td>
<td>${reportUser}</td>
</tr>
<tr>
<td><i>${message("file.report.createdon")}:</i></td>
<td>${reportDate}</td>
</tr>
</table>
<#if node.childAssociations["rma:frozenRecords"]??>
<div style="font-size: 14px; margin: 12px 0px 24px 0px; padding-top: 10px; border-top: 1px solid #aaaaaa;">

View File

@@ -22,4 +22,6 @@ file.report.hold.report=Hold Report
file.report.hold.name=Hold Name
file.report.hold.description=Hold Description
file.report.hold.reason=Hold Reason
file.report.hold.held=Held
file.report.hold.held=Held
file.report.createdby=Created By
file.report.createdon=Created On