Refactored links management UI following link validation service API changes

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@6024 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Gavin Cornwell
2007-06-19 21:30:52 +00:00
parent 63680c700f
commit c06a82a0de
7 changed files with 203 additions and 60 deletions

View File

@@ -136,4 +136,5 @@ copy-to-web-project.description=This will copy the matched item to a folder in a
avm-link-validation.title=Performs a link validation check.
avm-link-validation.description=Performs a link validation check.
avm-link-validation.monitor.display-label=The status object used to determine progress
avm-link-validation.compare-to-staging.display-label=Determines whether the link check should use the corresponding staging area for comparison

View File

@@ -59,6 +59,8 @@ wcmwf_workflowmodel.property.wcmwf_launchDate.title=Launch Date
wcmwf_workflowmodel.property.wcmwf_launchDate.description=Date the content in the submission should be committed
wcmwf_workflowmodel.property.wcmwf_validateLinks.title=Validate Links
wcmwf_workflowmodel.property.wcmwf_validateLinks.description=Whether links should be verified before entering the review cycle
wcmwf_workflowmodel.property.wcmwf_webapp.title=Webapp
wcmwf_workflowmodel.property.wcmwf_webapp.description=The webapp within the workflow store to check links for
wcmwf_workflowmodel.property.wcmwf_reviewerCnt.title=Total Reviewed
wcmwf_workflowmodel.property.wcmwf_reviewerCnt.description=Count of people who reviewed
wcmwf_workflowmodel.property.wcmwf_approveCnt.title=Total Approved

View File

@@ -228,6 +228,11 @@
<description>Determines whether links should be verified before entering the review cycle</description>
<type>d:boolean</type>
</property>
<property name="wcmwf:webapp">
<title>Webapp</title>
<description>The webapp within the workflow store to check links for</description>
<type>d:text</type>
</property>
</properties>
</aspect>