[OFBiz] SVN: r7112 - in trunk/applications/content: webapp/content/cms webapp/content/content webapp/content/contentsetup webapp/content/data webapp/content/datasetup webapp/content/layout webapp/content/survey webapp/content/website widget/compdoc widget/data
jacopo@svn.ofbiz.org
jacopo at svn.ofbiz.org
Wed Mar 29 10:30:42 CST 2006
Author: jacopo
Date: 2006-03-29 10:30:17 -0600 (Wed, 29 Mar 2006)
New Revision: 7112
Modified:
trunk/applications/content/webapp/content/cms/CMSForms.xml
trunk/applications/content/webapp/content/content/ContentForms.xml
trunk/applications/content/webapp/content/contentsetup/ContentSetupForms.xml
trunk/applications/content/webapp/content/data/DataResourceForms.xml
trunk/applications/content/webapp/content/datasetup/DataSetupForms.xml
trunk/applications/content/webapp/content/layout/LayoutForms.xml
trunk/applications/content/webapp/content/survey/SurveyForms.xml
trunk/applications/content/webapp/content/website/WebSiteForms.xml
trunk/applications/content/widget/compdoc/CompDocForms.xml
trunk/applications/content/widget/data/DataResourceForms.xml
Log:
Since rev.7104, in order to define a field with an empty title, you can use title="" instead of title=" ".
Also setting title to " " is discouraged since it causes warning messages in xhtml validation.
Modified: trunk/applications/content/webapp/content/cms/CMSForms.xml
===================================================================
--- trunk/applications/content/webapp/content/cms/CMSForms.xml 2006-03-29 16:26:39 UTC (rev 7111)
+++ trunk/applications/content/webapp/content/cms/CMSForms.xml 2006-03-29 16:30:17 UTC (rev 7112)
@@ -35,7 +35,7 @@
<field name="dataResourceId" title="Data Resource Id" ><text-find/></field>
<field name="contentName" title="Name" ><text-find/></field>
<field name="submitButton" title="Find" widget-style="smallSubmit"><submit button-type="button"/></field>
- <field name="createLink" title=" " widget-style="buttontext">
+ <field name="createLink" title="" widget-style="buttontext">
<hyperlink also-hidden="false" description="Create New" target="EditAddContent"/>
</field>
@@ -178,7 +178,7 @@
list-name="contentList"
target="updateContentPurposeOperation" title="" type="list">
<auto-fields-service service-name="updateContentPurposeOperation" default-field-type="display"/>
- <field name="deleteLink" title=" " widget-style="buttontext">
+ <field name="deleteLink" title="" widget-style="buttontext">
<hyperlink also-hidden="false" description="[Delete]" target="removeContentPurposeOperation?contentPurposeTypeId=${contentPurposeTypeId}&contentOperationId=${contentOperationId}&roleTypeId=${roleTypeId}&statusId=${statusId}&privilegeEnumId=${privilegeEnumId}"/>
</field>
</form>
@@ -392,7 +392,7 @@
<form name="AdminIndexAll" default-title-style="tableheadtext"
default-tooltip-style="tabletext" default-widget-style="inputBox"
target="indexTree" title="" type="single">
- <field name="contentId" title=" " position="1"><text size="50" default-value="WebStoreCONTENT"/></field>
+ <field name="contentId" title="" position="1"><text size="50" default-value="WebStoreCONTENT"/></field>
<field name="submitButton" title="Index All Content Under" widget-style="smallSubmit" position="2"><submit button-type="button"/></field>
</form>
Modified: trunk/applications/content/webapp/content/content/ContentForms.xml
===================================================================
--- trunk/applications/content/webapp/content/content/ContentForms.xml 2006-03-29 16:26:39 UTC (rev 7111)
+++ trunk/applications/content/webapp/content/content/ContentForms.xml 2006-03-29 16:30:17 UTC (rev 7112)
@@ -51,7 +51,7 @@
<field name="lastModifiedByUserLogin"><lookup target-form-name="LookupParty"/></field>
<field name="lastModifiedDate"><date-find/></field>
<field name="submitButton" title="Find" widget-style="smallSubmit"><submit button-type="button"/></field>
- <field name="createLink" title=" " widget-style="buttontext">
+ <field name="createLink" title="" widget-style="buttontext">
<hyperlink also-hidden="false" description="Create New" target="AddContent"/>
</field>
</form>
@@ -115,10 +115,10 @@
<field name="lastModifiedByUserLogin" position="1"><display/></field>
<field name="lastModifiedDate" position="2"><display/></field>
<field name="submitButton" title="Update" widget-style="smallSubmit"><submit button-type="button"/></field>
- <field name="createLink" title=" " widget-style="buttontext" position="1">
+ <field name="createLink" title="" widget-style="buttontext" position="1">
<hyperlink also-hidden="false" description="Create New" target="AddContent"/>
</field>
- <field name="findContent" title=" " widget-style="buttontext" position="2">
+ <field name="findContent" title="" widget-style="buttontext" position="2">
<hyperlink also-hidden="false" description="Find" target="FindContent"/>
</field>
</form>
@@ -165,7 +165,7 @@
<field name="createdDate" position="2"><display/></field>
<field name="lastModifiedByUserLogin" position="1"><display/></field>
<field name="lastModifiedDate" position="2"><display/></field>
- <field name="findContent" title=" " widget-style="buttontext">
+ <field name="findContent" title="" widget-style="buttontext">
<hyperlink also-hidden="false" description="Find" target="FindContent"/>
</field>
</form>
@@ -190,7 +190,7 @@
</actions>
<auto-fields-entity entity-name="Content" default-field-type="display"/>
- <field name="contentId" title=" " widget-style="buttontext">
+ <field name="contentId" title="" widget-style="buttontext">
<hyperlink also-hidden="false" target-type="plain" description="${contentId}" target="javascript:set_value('${contentId}')"/>
</field>
<!--
@@ -270,10 +270,10 @@
<field name="contentIdTo" title="" widget-style="buttontext">
<hyperlink also-hidden="false" description="${contentIdTo}" target="gotoContent?contentId=${contentIdTo}"/>
</field>
- <field name="deleteLink" title=" " widget-style="buttontext">
+ <field name="deleteLink" title="" widget-style="buttontext">
<hyperlink also-hidden="false" description="[Delete]" target="removeContentAssoc?contentId=${contentId}&contentIdTo=${contentIdTo}&contentAssocTypeId=${contentAssocTypeId}&fromDate=${fromDate}"/>
</field>
- <field name="editLink" title=" " widget-style="buttontext">
+ <field name="editLink" title="" widget-style="buttontext">
<hyperlink also-hidden="false" description="[Edit]" target="EditContentAssoc?contentId=${contentId}&contentIdTo=${contentIdTo}&contentAssocTypeId=${contentAssocTypeId}&fromDate=${fromDate}"/>
</field>
</form>
@@ -292,10 +292,10 @@
<field name="contentIdTo" title="Content Id To" widget-style="buttontext">
<hyperlink also-hidden="false" description="${contentIdTo}" target="gotoContent?contentId=${contentIdTo}"/>
</field>
- <field name="deleteLink" title=" " widget-style="buttontext">
+ <field name="deleteLink" title="" widget-style="buttontext">
<hyperlink also-hidden="false" description="[Delete]" target="removeContentAssoc?contentId=${contentId}&contentIdTo=${contentIdTo}&contentAssocTypeId=${contentAssocTypeId}&fromDate=${fromDate}"/>
</field>
- <field name="editLink" title=" " widget-style="buttontext">
+ <field name="editLink" title="" widget-style="buttontext">
<hyperlink also-hidden="false" description="[Edit]" target="EditContentAssoc?contentId=${contentId}&contentIdTo=${contentIdTo}&contentAssocTypeId=${contentAssocTypeId}&fromDate=${fromDate}"/>
</field>
</form>
@@ -341,7 +341,7 @@
<field name="submitButton" title="Update" widget-style="smallSubmit">
<submit button-type="button"/>
</field>
- <field name="deleteLink" title=" " widget-style="buttontext">
+ <field name="deleteLink" title="" widget-style="buttontext">
<hyperlink also-hidden="false" description="[Delete]" target="remove${contentRoleTarget}ContentRole?contentId=${contentId}&roleTypeId=${roleTypeId}&partyId=${partyId}&fromDate=${fromDate}"/>
</field>
</form>
@@ -370,7 +370,7 @@
</actions>
<auto-fields-service service-name="updateContentPurpose" default-field-type="display" />
<field name="submitButton" title="Update" widget-style="smallSubmit"><submit button-type="button"/></field>
- <field name="deleteLink" title=" " widget-style="buttontext">
+ <field name="deleteLink" title="" widget-style="buttontext">
<hyperlink also-hidden="false" description="[Delete]" target="removeContentPurpose?contentId=${contentId}&contentPurposeTypeId=${contentPurposeTypeId}"/>
</field>
</form>
@@ -395,7 +395,7 @@
<auto-fields-service service-name="updateContentAttribute" default-field-type="display" />
<field name="attrValue" widget-style="buttontext"><text/></field>
<field name="submitButton" title="Update" widget-style="smallSubmit"><submit button-type="button"/></field>
- <field name="deleteLink" title=" " widget-style="buttontext">
+ <field name="deleteLink" title="" widget-style="buttontext">
<hyperlink also-hidden="false" description="[Delete]" target="removeContentAttribute?contentId=${contentId}&attrName=${attrName}"/>
</field>
</form>
@@ -427,7 +427,7 @@
<field name="contentId" title="ContentId" widget-style="buttontext"><display/></field>
<field name="metaDataPredicateId" title="MetaDataPredicateId" widget-style="buttontext"><display/></field>
<field name="submitButton" title="Update" widget-style="smallSubmit"><submit button-type="button"/></field>
- <field name="deleteLink" title=" " widget-style="buttontext">
+ <field name="deleteLink" title="" widget-style="buttontext">
<hyperlink also-hidden="false" description="[Delete]" target="removeContentMetaData?contentId=${contentId}&metaDataPredicateId=${metaDataPredicateId}"/>
</field>
</form>
@@ -436,19 +436,19 @@
<form name="mruLookupPerson"
default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="display"
list-name="mruList" target="" title="" type="list">
- <field name="partyId" title=" " widget-style="buttontext">
+ <field name="partyId" title="" widget-style="buttontext">
<hyperlink also-hidden="false" target-type="plain" description="${partyId}" target="javascript:set_value('${partyId}')"/>
</field>
- <field name="firstName" title=" " widget-style="buttontext"> <display/> </field>
- <field name="lastName" title=" " widget-style="buttontext"> <display/> </field>
+ <field name="firstName" title="" widget-style="buttontext"> <display/> </field>
+ <field name="lastName" title="" widget-style="buttontext"> <display/> </field>
</form>
<form name="mruLookupPartyAndUserLoginAndPerson"
default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="display"
list-name="mruList" target="" title="" type="list">
- <field name="partyId" title=" " widget-style="buttontext">
+ <field name="partyId" title="" widget-style="buttontext">
<hyperlink also-hidden="false" target-type="plain" description="${partyId}" target="javascript:set_value('${partyId}', '${userLoginId}')"/>
</field>
- <field name="firstName" title=" " widget-style="buttontext"> <display/> </field>
- <field name="lastName" title=" " widget-style="buttontext"> <display/> </field>
+ <field name="firstName" title="" widget-style="buttontext"> <display/> </field>
+ <field name="lastName" title="" widget-style="buttontext"> <display/> </field>
</form>
</forms>
Modified: trunk/applications/content/webapp/content/contentsetup/ContentSetupForms.xml
===================================================================
--- trunk/applications/content/webapp/content/contentsetup/ContentSetupForms.xml 2006-03-29 16:26:39 UTC (rev 7111)
+++ trunk/applications/content/webapp/content/contentsetup/ContentSetupForms.xml 2006-03-29 16:30:17 UTC (rev 7112)
@@ -50,7 +50,7 @@
<field name="submitButton" title="Update" widget-style="smallSubmit">
<submit button-type="button"/>
</field>
- <field name="deleteLink" title=" " widget-style="buttontext">
+ <field name="deleteLink" title="" widget-style="buttontext">
<hyperlink also-hidden="false" description="[Delete]" target="removeContentType?contentTypeId=${contentTypeId}"/>
</field>
</form>
@@ -88,7 +88,7 @@
<field name="attrName" title="Attribute Name" widget-style="buttontext">
<display/>
</field>
- <field name="deleteLink" title=" " widget-style="buttontext">
+ <field name="deleteLink" title="" widget-style="buttontext">
<hyperlink also-hidden="false" description="[Delete]" target="removeContentTypeAttr?contentTypeId=${contentTypeId}&attrName=${attrName}"/>
</field>
</form>
@@ -120,7 +120,7 @@
<field name="submitButton" title="Update" widget-style="smallSubmit">
<submit button-type="button"/>
</field>
- <field name="deleteLink" title=" " widget-style="buttontext">
+ <field name="deleteLink" title="" widget-style="buttontext">
<hyperlink also-hidden="false" description="[Delete]" target="removeContentAssocType?contentAssocTypeId=${contentAssocTypeId}"/>
</field>
</form>
@@ -152,7 +152,7 @@
<field name="submitButton" title="Update" widget-style="smallSubmit">
<submit button-type="button"/>
</field>
- <field name="deleteLink" title=" " widget-style="buttontext">
+ <field name="deleteLink" title="" widget-style="buttontext">
<hyperlink also-hidden="false" description="[Delete]" target="removeContentPurposeType?contentPurposeTypeId=${contentPurposeTypeId}"/>
</field>
</form>
@@ -186,7 +186,7 @@
<field name="submitButton" title="Update" widget-style="smallSubmit">
<submit button-type="button"/>
</field>
- <field name="deleteLink" title=" " widget-style="buttontext">
+ <field name="deleteLink" title="" widget-style="buttontext">
<hyperlink also-hidden="false" description="[Delete]" target="removeContentAssocPredicate?contentAssocPredicateId=${contentAssocPredicateId}"/>
</field>
</form>
@@ -218,7 +218,7 @@
<field name="submitButton" title="Update" widget-style="smallSubmit">
<submit button-type="button"/>
</field>
- <field name="deleteLink" title=" " widget-style="buttontext">
+ <field name="deleteLink" title="" widget-style="buttontext">
<hyperlink also-hidden="false" description="[Delete]" target="removeContentOperation?contentOperationId=${contentOperationId}"/>
</field>
</form>
@@ -261,7 +261,7 @@
<entity-and entity-name="ContentPurposeOperation" use-cache="false"/>
</actions>
<auto-fields-service service-name="updateContentPurposeOperation" default-field-type="display"/>
- <field name="deleteLink" title=" " widget-style="buttontext">
+ <field name="deleteLink" title="" widget-style="buttontext">
<hyperlink also-hidden="false" description="[Delete]" target="removeContentPurposeOperation?contentPurposeTypeId=${contentPurposeTypeId}&contentOperationId=${contentOperationId}&roleTypeId=${roleTypeId}&statusId=${statusId}&privilegeEnumId=${privilegeEnumId}"/>
</field>
</form>
Modified: trunk/applications/content/webapp/content/data/DataResourceForms.xml
===================================================================
--- trunk/applications/content/webapp/content/data/DataResourceForms.xml 2006-03-29 16:26:39 UTC (rev 7111)
+++ trunk/applications/content/webapp/content/data/DataResourceForms.xml 2006-03-29 16:30:17 UTC (rev 7112)
@@ -53,7 +53,7 @@
</service>
</actions>
<auto-fields-entity entity-name="DataResource" default-field-type="display"/>
- <field name="dataResourceId" title=" " widget-style="buttontext">
+ <field name="dataResourceId" title="" widget-style="buttontext">
<hyperlink also-hidden="false" description="${dataResourceId}" target="gotoDataResource?dataResourceId=${dataResourceId}"/>
</field>
</form>
@@ -71,7 +71,7 @@
</service>
</actions>
<auto-fields-entity entity-name="DataResource" default-field-type="display"/>
- <field name="dataResourceId" title=" " widget-style="buttontext">
+ <field name="dataResourceId" title="" widget-style="buttontext">
<hyperlink also-hidden="false" target-type="plain" description="${dataResourceId}" target="javascript:set_value('${dataResourceId}')"/>
</field>
</form>
@@ -93,7 +93,7 @@
</actions>
<field name="dataResourceId"><display/></field>
<field name="submitButton" title="Update" widget-style="smallSubmit"><submit button-type="button"/></field>
- <field name="createContent" title=" " widget-style="buttontext" position="2">
+ <field name="createContent" title="" widget-style="buttontext" position="2">
<hyperlink also-hidden="false" description="Create New Content" target="AddContent?dataResourceId=${currentValue.dataResourceId}"/>
</field>
<field name="mode"><hidden value="UPDATE"/></field>
@@ -244,7 +244,7 @@
<auto-fields-service service-name="updateDataResourceAttribute" default-field-type="display"/>
<field name="attrValue" widget-style="buttontext"><text/></field>
<field name="submitButton" title="Update" widget-style="smallSubmit"><submit button-type="button"/></field>
- <field name="deleteLink" title=" " widget-style="buttontext">
+ <field name="deleteLink" title="" widget-style="buttontext">
<hyperlink also-hidden="false" description="[Delete]" target="removeDataResourceAttribute?dataResourceId=${dataResourceId}&attrName=${attrName}"/>
</field>
</form>
@@ -275,7 +275,7 @@
<auto-fields-service service-name="updateDataResourceRole" default-field-type="display"/>
<field name="thruDate" widget-style="buttontext"><date-time/></field>
<field name="submitButton" title="Update" widget-style="smallSubmit"><submit button-type="button"/></field>
- <field name="deleteLink" title=" " widget-style="buttontext">
+ <field name="deleteLink" title="" widget-style="buttontext">
<hyperlink also-hidden="false" description="[Delete]" target="removeDataResourceRole?dataResourceId=${dataResourceId}&roleTypeId=${roleTypeId}&partyId=${partyId}&fromDate=${fromDate}"/>
</field>
</form>
@@ -298,7 +298,7 @@
</actions>
<auto-fields-entity entity-name="ProductFeatureDataResource" default-field-type="display"/>
<field name="dataResourceId"><hidden/></field>
- <field name="deleteLink" title=" " widget-style="buttontext">
+ <field name="deleteLink" title="" widget-style="buttontext">
<hyperlink also-hidden="false" description="[Delete]" target="removeDataResourceProductFeature?dataResourceId=${dataResourceId}&productFeatureId=${productFeatureId}"/>
</field>
</form>
@@ -324,7 +324,7 @@
<form name="listLookupProductFeature" list-name="entityList" paginate-target="LookupProductFeature" title="" type="list"
default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="display">
<auto-fields-entity entity-name="ProductFeature" default-field-type="display"/>
- <field name="productFeatureId" title=" " widget-style="buttontext">
+ <field name="productFeatureId" title="" widget-style="buttontext">
<hyperlink also-hidden="false" target-type="plain" description="${productFeatureId}" target="javascript:set_value('${productFeatureId}')"/>
</field>
</form>
Modified: trunk/applications/content/webapp/content/datasetup/DataSetupForms.xml
===================================================================
--- trunk/applications/content/webapp/content/datasetup/DataSetupForms.xml 2006-03-29 16:26:39 UTC (rev 7111)
+++ trunk/applications/content/webapp/content/datasetup/DataSetupForms.xml 2006-03-29 16:30:17 UTC (rev 7112)
@@ -47,7 +47,7 @@
<field name="submitButton" title="Update" widget-style="smallSubmit">
<submit button-type="button"/>
</field>
- <field name="deleteLink" title=" " widget-style="buttontext">
+ <field name="deleteLink" title="" widget-style="buttontext">
<hyperlink also-hidden="false" description="[Delete]" target="removeDataResourceType?dataResourceTypeId=${dataResourceTypeId}"/>
</field>
</form>
@@ -83,7 +83,7 @@
<field name="attrName" title="Attribute Name" widget-style="buttontext">
<display/>
</field>
- <field name="deleteLink" title=" " widget-style="buttontext">
+ <field name="deleteLink" title="" widget-style="buttontext">
<hyperlink also-hidden="false" description="[Delete]" target="removeDataResourceTypeAttr?dataResourceTypeId=${dataResourceTypeId}&attrName=${attrName}"/>
</field>
</form>
@@ -112,7 +112,7 @@
<field name="submitButton" title="Update" widget-style="smallSubmit">
<submit button-type="button"/>
</field>
- <field name="deleteLink" title=" " widget-style="buttontext">
+ <field name="deleteLink" title="" widget-style="buttontext">
<hyperlink also-hidden="false" description="[Delete]" target="removeCharacterSet?characterSetId=${characterSetId}"/>
</field>
</form>
@@ -155,7 +155,7 @@
<field name="submitButton" title="Update" widget-style="smallSubmit">
<submit button-type="button"/>
</field>
- <field name="deleteLink" title=" " widget-style="buttontext">
+ <field name="deleteLink" title="" widget-style="buttontext">
<hyperlink also-hidden="false" description="[Delete]" target="removeDataCategory?dataCategoryId=${dataCategoryId}"/>
</field>
</form>
@@ -196,7 +196,7 @@
<field name="submitButton" title="Update" widget-style="smallSubmit">
<submit button-type="button"/>
</field>
- <field name="deleteLink" title=" " widget-style="buttontext">
+ <field name="deleteLink" title="" widget-style="buttontext">
<hyperlink also-hidden="false" description="[Delete]" target="removeFileExtension?fileExtensionId=${fileExtensionId}"/>
</field>
</form>
@@ -225,7 +225,7 @@
<field name="submitButton" title="Update" widget-style="smallSubmit">
<submit button-type="button"/>
</field>
- <field name="deleteLink" title=" " widget-style="buttontext">
+ <field name="deleteLink" title="" widget-style="buttontext">
<hyperlink also-hidden="false" description="[Delete]" target="removeMetaDataPredicate?metaDataPredicateId=${metaDataPredicateId}"/>
</field>
</form>
@@ -254,7 +254,7 @@
<field name="submitButton" title="Update" widget-style="smallSubmit">
<submit button-type="button"/>
</field>
- <field name="deleteLink" title=" " widget-style="buttontext">
+ <field name="deleteLink" title="" widget-style="buttontext">
<hyperlink also-hidden="false" description="[Delete]" target="removeMimeType?mimeTypeId=${mimeTypeId}"/>
</field>
</form>
Modified: trunk/applications/content/webapp/content/layout/LayoutForms.xml
===================================================================
--- trunk/applications/content/webapp/content/layout/LayoutForms.xml 2006-03-29 16:26:39 UTC (rev 7111)
+++ trunk/applications/content/webapp/content/layout/LayoutForms.xml 2006-03-29 16:30:17 UTC (rev 7112)
@@ -54,7 +54,7 @@
<field name="submitButton" title="Find" widget-style="smallSubmit">
<submit button-type="button"/>
</field>
- <field name="createLink" title=" " widget-style="buttontext">
+ <field name="createLink" title="" widget-style="buttontext">
<hyperlink also-hidden="false" description="Create New"
target="EditLayoutSubContent?mode=add&contentIdTo=TEMPLATE_MASTER"/>
</field>
@@ -147,12 +147,12 @@
<field name="submitButton" title="Update" widget-style="smallSubmit">
<submit button-type="button"/>
</field>
- <field name="createLink" title=" " widget-style="buttontext" position="1">
+ <field name="createLink" title="" widget-style="buttontext" position="1">
<hyperlink also-hidden="false" description="Create New"
target="EditLayoutTemplate?mode=add&contentIdTo=TEMPLATE_MASTER"/>
</field>
-->
- <field name="cloneLayout" title=" " widget-style="buttontext" position="2" >
+ <field name="cloneLayout" title="" widget-style="buttontext" position="2" >
<hyperlink also-hidden="false" description="Clone Layout"
target="cloneLayout?contentId=${currentValue.contentId}"/>
</field>
@@ -221,7 +221,7 @@
<field name="contentName"><display/></field>
<field name="description"><display/></field>
<field name="drObjectInfo" title="Template File"><display/></field>
- <field name="deleteLink" title=" " widget-style="buttontext">
+ <field name="deleteLink" title="" widget-style="buttontext">
<hyperlink also-hidden="false" description="[Delete]" target="removeContent?contentId=${contentId}&contentIdTo=${contentIdTo}&contentAssocTypeId=${contentAssocTypeId}&fromDate=${fromDate}"/>
</field>
</form>
@@ -237,7 +237,7 @@
<field name="contentName"><display/></field>
<field name="description"><display/></field>
<field name="drObjectInfo" title="Template File"><display/></field>
- <field name="deleteLink" title=" " widget-style="buttontext">
+ <field name="deleteLink" title="" widget-style="buttontext">
<hyperlink also-hidden="false" description="[Delete]" target="removeLayout?contentId=${contentId}&contentIdTo=${caContentIdTo}&contentAssocTypeId=${caContentAssocTypeId}&fromDate=${caFromDate}"/>
</field>
</form>
@@ -702,13 +702,13 @@
<field name="submitButton" title="Create" widget-style="smallSubmit">
<submit button-type="button"/>
</field>
- <field name="paste" title=" " widget-style="buttontext"
+ <field name="paste" title="" widget-style="buttontext"
use-when="!"${contentIdTo}".equals("TEMPLATE_MASTER")" >
<hyperlink target-type="plain"
target="javascript:call_fieldlookup2(document.AddLayoutSubContent.drDataResourceId, 'ClipBoardContent')"
description="Paste"/>
</field>
- <field name="paste" title=" " widget-style="buttontext"
+ <field name="paste" title="" widget-style="buttontext"
use-when=""${contentIdTo}".equals("TEMPLATE_MASTER")" >
<hyperlink target-type="plain"
target="javascript:call_fieldlookup2(document.AddLayoutSubContent.drDataResourceId, 'LookupListLayout')"
Modified: trunk/applications/content/webapp/content/survey/SurveyForms.xml
===================================================================
--- trunk/applications/content/webapp/content/survey/SurveyForms.xml 2006-03-29 16:26:39 UTC (rev 7111)
+++ trunk/applications/content/webapp/content/survey/SurveyForms.xml 2006-03-29 16:30:17 UTC (rev 7112)
@@ -297,7 +297,7 @@
</service>
</actions>
<auto-fields-entity entity-name="Survey" default-field-type="display"/>
- <field name="surveyId" title=" " widget-style="buttontext">
+ <field name="surveyId" title="" widget-style="buttontext">
<hyperlink also-hidden="false" target-type="plain" description="${surveyId}" target="javascript:set_value('${surveyId}')"/>
</field>
</form>
@@ -318,7 +318,7 @@
</service>
</actions>
<auto-fields-entity entity-name="SurveyResponse" default-field-type="display"/>
- <field name="surveyResponseId" title=" " widget-style="buttontext">
+ <field name="surveyResponseId" title="" widget-style="buttontext">
<hyperlink also-hidden="false" target-type="plain" description="${surveyResponseId}" target="javascript:set_value('${surveyResponseId}')"/>
</field>
</form>
Modified: trunk/applications/content/webapp/content/website/WebSiteForms.xml
===================================================================
--- trunk/applications/content/webapp/content/website/WebSiteForms.xml 2006-03-29 16:26:39 UTC (rev 7111)
+++ trunk/applications/content/webapp/content/website/WebSiteForms.xml 2006-03-29 16:30:17 UTC (rev 7112)
@@ -82,7 +82,7 @@
<field name="fromDate" title="From Date &amp; Time" widget-style="tabletext"><display/></field>
<field name="thruDate" title="Thru Date &amp; Time"></field>
<field name="submitButton" title="Update" widget-style="smallSubmit"><submit button-type="button"/></field>
- <field name="deleteLink" title=" " widget-style="buttontext">
+ <field name="deleteLink" title="" widget-style="buttontext">
<hyperlink target="removeWebSiteRole?webSiteId=${webSiteRole.webSiteId}&partyId=${webSiteRole.partyId}&roleTypeId=${webSiteRole.roleTypeId}&fromDate=${webSiteRole.fromDate}"
description="[Delete]" also-hidden="false"/>
</field>
Modified: trunk/applications/content/widget/compdoc/CompDocForms.xml
===================================================================
--- trunk/applications/content/widget/compdoc/CompDocForms.xml 2006-03-29 16:26:39 UTC (rev 7111)
+++ trunk/applications/content/widget/compdoc/CompDocForms.xml 2006-03-29 16:30:17 UTC (rev 7112)
@@ -23,7 +23,7 @@
<!-- CompDoc forms -->
<form name="FindCompDoc" default-title-style="tableheadtext"
default-tooltip-style="tabletext" default-widget-style="inputBox"
- default-entity-name="Content" target="FindCompDoc" title=" " type="single">
+ default-entity-name="Content" target="FindCompDoc" title="" type="single">
<field name="contentId" title="Content Id" map-name="empty"><text-find/></field>
<field name="contentName" title="Name"><text-find/></field>
<field name="contentTypeId" title="Content Type Id">
@@ -114,19 +114,19 @@
<field name="contentRevisionSeqId"><display/></field>
<field name="committedByPartyId"><display/></field>
<field name="comments"><display/></field>
- <field name="editLink" title=" " widget-style="buttontext">
+ <field name="editLink" title="" widget-style="buttontext">
<hyperlink also-hidden="false" description="Edit" target="EditContentRevision?contentId=${contentId}&contentRevisionSeqId=${contentRevisionSeqId}&rootContentId=${rootContentId}&rootContentRevisionSeqId=${rootContentRevisionSeqId}"/>
</field>
- <field name="itemLink" title=" " widget-style="buttontext">
+ <field name="itemLink" title="" widget-style="buttontext">
<hyperlink also-hidden="false" description="Items" target="ListContentRevisionItem?contentId=${contentId}&contentRevisionSeqId=${contentRevisionSeqId}&rootContentId=${rootContentId}&rootContentRevisionSeqId=${rootContentRevisionSeqId}"/>
</field>
- <field name="create" title=" " widget-style="buttontext">
+ <field name="create" title="" widget-style="buttontext">
<hyperlink also-hidden="false" description="Create" target="EditContentRevision?contentId=${contentId}&contentRevisionSeqId=${contentRevisionSeqId}&rootContentId=${rootContentId}&rootContentRevisionSeqId=${rootContentRevisionSeqId}"/>
</field>
- <field name="tree" title=" " widget-style="buttontext" use-when=""COMPDOC_INSTANCE".equals(contentTypeId)">
+ <field name="tree" title="" widget-style="buttontext" use-when=""COMPDOC_INSTANCE".equals(contentTypeId)">
<hyperlink also-hidden="false" description="Tree" target="ViewCompDocInstanceTree?rootContentId=${contentId}&rootContentRevisionSeqId=${contentRevisionSeqId}"/>
</field>
- <field name="tree" title=" " widget-style="buttontext" use-when=""COMPDOC_TEMPLATE".equals(contentTypeId)">
+ <field name="tree" title="" widget-style="buttontext" use-when=""COMPDOC_TEMPLATE".equals(contentTypeId)">
<hyperlink also-hidden="false" description="Tree" target="ViewCompDocTemplateTree?rootContentId=${contentId}&rootContentRevisionSeqId=${contentRevisionSeqId}"/>
</field>
</form>
@@ -154,10 +154,10 @@
<field name="itemContentId"><display/></field>
<field name="oldDataResourceId"><display/></field>
<field name="newDataResourceId"><display/></field>
- <field name="editLink" title=" " widget-style="buttontext">
+ <field name="editLink" title="" widget-style="buttontext">
<hyperlink also-hidden="false" description="Edit" target="EditContentRevisionItem?contentId=${contentId}&contentRevisionSeqId=${contentRevisionSeqId}&itemContentId=${itemContentId}&rootContentId=${rootContentId}&rootContentRevisionSeqId=${rootContentRevisionSeqId}"/>
</field>
- <field name="create" title=" " widget-style="buttontext">
+ <field name="create" title="" widget-style="buttontext">
<hyperlink also-hidden="false" description="Create" target="EditContentRevisionItem?contentId=${contentId}&contentRevisionSeqId=${contentRevisionSeqId}&rootContentId=${rootContentId}&rootContentRevisionSeqId=${rootContentRevisionSeqId}"/>
</field>
</form>
@@ -470,10 +470,10 @@
<field name="newDataResourceId"><display/></field>
<field name="contentApprovalId"><display/></field>
- <field name="editLink" title=" " widget-style="buttontext" use-when="approvalCount > 0">
+ <field name="editLink" title="" widget-style="buttontext" use-when="approvalCount > 0">
<hyperlink also-hidden="false" description="Edit" target="EditContentRevisionItem?contentId=${contentId}&contentRevisionSeqId=${contentRevisionSeqId}&itemContentId=${itemContentId}&rootContentId=${rootContentId}&rootContentRevisionSeqId=${rootContentRevisionSeqId}"/>
</field>
- <field name="create" title=" " widget-style="buttontext">
+ <field name="create" title="" widget-style="buttontext">
<hyperlink also-hidden="false" description="Create" target="EditContentRevisionItem"/>
</field>
</form>
Modified: trunk/applications/content/widget/data/DataResourceForms.xml
===================================================================
--- trunk/applications/content/widget/data/DataResourceForms.xml 2006-03-29 16:26:39 UTC (rev 7111)
+++ trunk/applications/content/widget/data/DataResourceForms.xml 2006-03-29 16:30:17 UTC (rev 7112)
@@ -53,7 +53,7 @@
</service>
</actions>
<auto-fields-entity entity-name="DataResource" default-field-type="display"/>
- <field name="dataResourceId" title=" " widget-style="tabletext">
+ <field name="dataResourceId" title="" widget-style="tabletext">
<hyperlink also-hidden="false" description="${dataResourceId}" target="gotoDataResource?dataResourceId=${dataResourceId}"/>
</field>
</form>
@@ -71,7 +71,7 @@
</service>
</actions>
<auto-fields-entity entity-name="DataResource" default-field-type="display"/>
- <field name="dataResourceId" title=" " widget-style="tabletext">
+ <field name="dataResourceId" title="" widget-style="tabletext">
<hyperlink also-hidden="false" target-type="plain" description="${dataResourceId}" target="javascript:set_value('${dataResourceId}')"/>
</field>
</form>
@@ -93,7 +93,7 @@
</actions>
<field name="dataResourceId" widget-style="tabletext"><display/></field>
<field name="submitButton" title="Update" widget-style="smallSubmit"><submit button-type="button"/></field>
- <field name="createContent" title=" " widget-style="buttontext" position="2">
+ <field name="createContent" title="" widget-style="buttontext" position="2">
<hyperlink also-hidden="false" description="Create New Content" target="AddContent?dataResourceId=${currentValue.dataResourceId}"/>
</field>
<field name="mode"><hidden value="UPDATE"/></field>
@@ -253,7 +253,7 @@
<auto-fields-service service-name="updateDataResourceAttribute" default-field-type="display"/>
<field name="attrValue" widget-style="buttontext"><text/></field>
<field name="submitButton" title="Update" widget-style="smallSubmit"><submit button-type="button"/></field>
- <field name="deleteLink" title=" " widget-style="buttontext">
+ <field name="deleteLink" title="" widget-style="buttontext">
<hyperlink also-hidden="false" description="[Delete]" target="removeDataResourceAttribute?dataResourceId=${dataResourceId}&attrName=${attrName}"/>
</field>
</form>
@@ -284,7 +284,7 @@
<auto-fields-service service-name="updateDataResourceRole" default-field-type="display"/>
<field name="thruDate" widget-style="buttontext"><date-time/></field>
<field name="submitButton" title="Update" widget-style="smallSubmit"><submit button-type="button"/></field>
- <field name="deleteLink" title=" " widget-style="buttontext">
+ <field name="deleteLink" title="" widget-style="buttontext">
<hyperlink also-hidden="false" description="[Delete]" target="removeDataResourceRole?dataResourceId=${dataResourceId}&roleTypeId=${roleTypeId}&partyId=${partyId}&fromDate=${fromDate}"/>
</field>
</form>
@@ -307,7 +307,7 @@
</actions>
<auto-fields-entity entity-name="ProductFeatureDataResource" default-field-type="display"/>
<field name="dataResourceId"><hidden/></field>
- <field name="deleteLink" title=" " widget-style="buttontext">
+ <field name="deleteLink" title="" widget-style="buttontext">
<hyperlink also-hidden="false" description="[Delete]" target="removeDataResourceProductFeature?dataResourceId=${dataResourceId}&productFeatureId=${productFeatureId}"/>
</field>
</form>
@@ -333,7 +333,7 @@
<form name="listLookupProductFeature" list-name="entityList" paginate-target="LookupProductFeature" title="" type="list"
default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="display">
<auto-fields-entity entity-name="ProductFeature" default-field-type="display"/>
- <field name="productFeatureId" title=" " widget-style="buttontext">
+ <field name="productFeatureId" title="" widget-style="buttontext">
<hyperlink also-hidden="false" target-type="plain" description="${productFeatureId}" target="javascript:set_value('${productFeatureId}')"/>
</field>
</form>
More information about the Svn
mailing list