. Soft Delete UI checkpoint

- List of deleted items for an individual user
  - Object details page for a deleted item
  - Reworking of some of the Deleted Items UI
  - Filter by user/date HTML complete (no implementation yet)
  - Recover a single item to a specific location
  - I18N messages added for sys:archive aspect and properties

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2817 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Kevin Roast
2006-05-10 17:12:37 +00:00
parent f559ae62ce
commit 515ab8eaf3
2 changed files with 11 additions and 2 deletions

View File

@@ -100,8 +100,8 @@ cm_contentmodel.association.cm_formats.description=Transformed Items
cm_contentmodel.aspect.cm_templatable.title=Templatable cm_contentmodel.aspect.cm_templatable.title=Templatable
cm_contentmodel.aspect.cm_templatable.description=Templatable cm_contentmodel.aspect.cm_templatable.description=Templatable
cm_contentmodel.aspect.cm_template.title=Template cm_contentmodel.property.cm_template.title=Template
cm_contentmodel.aspect.cm_template.description=Template cm_contentmodel.property.cm_template.description=Template
cm_contentmodel.aspect.cm_complianceable.title=Complianceable cm_contentmodel.aspect.cm_complianceable.title=Complianceable
cm_contentmodel.aspect.cm_complianceable.description=Complianceable cm_contentmodel.aspect.cm_complianceable.description=Complianceable

View File

@@ -29,3 +29,12 @@ sys_systemmodel.property.sys_store-identifier.title=Store Identifier
sys_systemmodel.property.sys_store-identifier.description=Store Identifier sys_systemmodel.property.sys_store-identifier.description=Store Identifier
sys_systemmodel.property.sys_node-uuid.title=Node Identifier sys_systemmodel.property.sys_node-uuid.title=Node Identifier
sys_systemmodel.property.sys_node-uuid.description=Node Identifier sys_systemmodel.property.sys_node-uuid.description=Node Identifier
sys_systemmodel.aspect.sys_archived.title=Archived
sys_systemmodel.aspect.sys_archived.description=Archived Node
sys_systemmodel.property.sys_archivedBy.title=Archived By
sys_systemmodel.property.sys_archivedBy.description=Archived By
sys_systemmodel.property.sys_archivedDate.title=Archived Date
sys_systemmodel.property.sys_archivedDate.description=Archived Date
sys_systemmodel.property.sys_archivedOriginalPath.title=Original Location
sys_systemmodel.property.sys_archivedOriginalPath.description=Original Location