From 66a22b96affa21c024ea786ca5aaa826b05688a6 Mon Sep 17 00:00:00 2001 From: Gethin James Date: Mon, 23 Sep 2013 09:48:08 +0000 Subject: [PATCH] Added constraint title translations for RM-183 git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@55827 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261 --- .../bootstrap/content/recordsCustomModel.xml | 4 ++-- .../org_alfresco_module_rm/messages/records-model.properties | 2 ++ .../org/alfresco/rma/admin/rmconstraint/rmconstraint.lib.ftl | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/rm-server/config/alfresco/module/org_alfresco_module_rm/bootstrap/content/recordsCustomModel.xml b/rm-server/config/alfresco/module/org_alfresco_module_rm/bootstrap/content/recordsCustomModel.xml index 46f9d6b45c..b66fc56088 100644 --- a/rm-server/config/alfresco/module/org_alfresco_module_rm/bootstrap/content/recordsCustomModel.xml +++ b/rm-server/config/alfresco/module/org_alfresco_module_rm/bootstrap/content/recordsCustomModel.xml @@ -31,7 +31,7 @@ - Supplemental Markings + listconstraint.rmc_smList.title @@ -41,7 +41,7 @@ - Transfer Locations + listconstraint.rmc_tlList.title diff --git a/rm-server/config/alfresco/module/org_alfresco_module_rm/messages/records-model.properties b/rm-server/config/alfresco/module/org_alfresco_module_rm/messages/records-model.properties index ed021f3f73..c4a8f6abc7 100644 --- a/rm-server/config/alfresco/module/org_alfresco_module_rm/messages/records-model.properties +++ b/rm-server/config/alfresco/module/org_alfresco_module_rm/messages/records-model.properties @@ -277,3 +277,5 @@ rma_recordsmanagement.property.rma_publishInProgress.description=Indicates wheth rma_recordsmanagement.aspect.dod_ghosted.title=Ghosted Record rma_recordsmanagement.aspect.dod_ghosted.description=Ghosted Record +listconstraint.rmc_tlList.title=Transfer Locations +listconstraint.rmc_smList.title=Supplemental Markings \ No newline at end of file diff --git a/rm-server/config/alfresco/templates/webscripts/org/alfresco/rma/admin/rmconstraint/rmconstraint.lib.ftl b/rm-server/config/alfresco/templates/webscripts/org/alfresco/rma/admin/rmconstraint/rmconstraint.lib.ftl index f565ec5414..ef22554a02 100644 --- a/rm-server/config/alfresco/templates/webscripts/org/alfresco/rma/admin/rmconstraint/rmconstraint.lib.ftl +++ b/rm-server/config/alfresco/templates/webscripts/org/alfresco/rma/admin/rmconstraint/rmconstraint.lib.ftl @@ -5,7 +5,7 @@ { "url" : "${url.serviceContext + "/api/rma/admin/rmconstraints/" + constraint.name}", "constraintName" : "${constraint.name}", - "constraintTitle" : "${constraint.title}" + "constraintTitle" : "${msg(constraint.title)}" }