mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
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:
@@ -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;">
|
||||
|
@@ -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
|
Reference in New Issue
Block a user