[OFBiz] SVN: r7107 - in trunk/applications/marketing/webapp/marketing: contact datasource lookup segment trackingcode
jacopo@svn.ofbiz.org
jacopo at svn.ofbiz.org
Wed Mar 29 08:56:20 CST 2006
Author: jacopo
Date: 2006-03-29 08:56:06 -0600 (Wed, 29 Mar 2006)
New Revision: 7107
Modified:
trunk/applications/marketing/webapp/marketing/contact/ContactListForms.xml
trunk/applications/marketing/webapp/marketing/datasource/DataSourceForms.xml
trunk/applications/marketing/webapp/marketing/lookup/LookupForms.xml
trunk/applications/marketing/webapp/marketing/segment/SegmentForms.xml
trunk/applications/marketing/webapp/marketing/trackingcode/TrackingCodeForms.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/marketing/webapp/marketing/contact/ContactListForms.xml
===================================================================
--- trunk/applications/marketing/webapp/marketing/contact/ContactListForms.xml 2006-03-29 14:36:19 UTC (rev 7106)
+++ trunk/applications/marketing/webapp/marketing/contact/ContactListForms.xml 2006-03-29 14:56:06 UTC (rev 7107)
@@ -77,7 +77,7 @@
<field name="submitButton" title="${uiLabelMap.CommonSave}" widget-style="buttontext"><submit button-type="text-link"/></field>
<!-- <field name="DONE_PAGE"><hidden value="${donePage}"/></field> -->
- <!-- <field name="cancelLink" title=" " widget-style="buttontext"><hyperlink target="${donePage}" also-hidden="false" description="${uiLabelMap.CommonCancelDone}" target-type="inter-app"/></field> -->
+ <!-- <field name="cancelLink" title="" widget-style="buttontext"><hyperlink target="${donePage}" also-hidden="false" description="${uiLabelMap.CommonCancelDone}" target-type="inter-app"/></field> -->
</form>
<form name="ListContactLists" default-title-style="tableheadtext"
Modified: trunk/applications/marketing/webapp/marketing/datasource/DataSourceForms.xml
===================================================================
--- trunk/applications/marketing/webapp/marketing/datasource/DataSourceForms.xml 2006-03-29 14:36:19 UTC (rev 7106)
+++ trunk/applications/marketing/webapp/marketing/datasource/DataSourceForms.xml 2006-03-29 14:56:06 UTC (rev 7107)
@@ -44,7 +44,7 @@
<field name="submitButton" title="${uiLabelMap.CommonSave}" widget-style="buttontext"><submit button-type="text-link"/></field>
<!-- <field name="DONE_PAGE"><hidden value="${donePage}"/></field> -->
- <!-- <field name="cancelLink" title=" " widget-style="buttontext"><hyperlink target="${donePage}" also-hidden="false" description="${uiLabelMap.CommonCancelDone}" target-type="inter-app"/></field> -->
+ <!-- <field name="cancelLink" title="" widget-style="buttontext"><hyperlink target="${donePage}" also-hidden="false" description="${uiLabelMap.CommonCancelDone}" target-type="inter-app"/></field> -->
</form>
<form name="ListDataSource" default-title-style="tableheadtext"
Modified: trunk/applications/marketing/webapp/marketing/lookup/LookupForms.xml
===================================================================
--- trunk/applications/marketing/webapp/marketing/lookup/LookupForms.xml 2006-03-29 14:36:19 UTC (rev 7106)
+++ trunk/applications/marketing/webapp/marketing/lookup/LookupForms.xml 2006-03-29 14:56:06 UTC (rev 7107)
@@ -60,7 +60,7 @@
<hyperlink also-hidden="false" target-type="intra-app" description="${segmentGroupId}" target="viewSegmentGroup?segmentGroupId=${segmentGroupId}"/>
</field>
<field name="partyClassificationGroupId" title="${uiLabelMap.SegmentGroupPartyClassificationGroupId}"><display/></field>
- <field name="deleteLink" title=" " widget-style="buttontext">
+ <field name="deleteLink" title="" widget-style="buttontext">
<hyperlink target="deleteSegmentGroupClass?segmentGroupId=${segmentGroupId}&partyClassificationGroupId=${partyClassificationGroupId}"
description="[${uiLabelMap.CommonDelete}]" also-hidden="false"/>
</field>
Modified: trunk/applications/marketing/webapp/marketing/segment/SegmentForms.xml
===================================================================
--- trunk/applications/marketing/webapp/marketing/segment/SegmentForms.xml 2006-03-29 14:36:19 UTC (rev 7106)
+++ trunk/applications/marketing/webapp/marketing/segment/SegmentForms.xml 2006-03-29 14:56:06 UTC (rev 7107)
@@ -40,7 +40,7 @@
<field name="segmentGroupTypeId" title="${uiLabelMap.SegmentGroupSegmentGroupTypeId}"><display-entity entity-name="SegmentGroupType" description="${description}"/></field>
<field name="description" title="${uiLabelMap.CommonDescription}"><display/></field>
<field name="productStoreId" title="${uiLabelMap.SegmentGroupProductStoreId}"><display/></field>
- <field name="deleteLink" title=" " widget-style="buttontext">
+ <field name="deleteLink" title="" widget-style="buttontext">
<hyperlink target="deleteSegmentGroup?segmentGroupId=${segmentGroupId}" description="${uiLabelMap.CommonDelete}" also-hidden="false"/>
</field>
</form>
@@ -96,7 +96,7 @@
</actions>
<field name="segmentGroupId"><hidden/></field>
<field name="partyClassificationGroupId" title="${uiLabelMap.SegmentGroupPartyClassificationGroupId}"><display/></field>
- <field name="deleteLink" title=" " widget-style="buttontext">
+ <field name="deleteLink" title="" widget-style="buttontext">
<hyperlink target="deleteSegmentGroupClassification?segmentGroupId=${segmentGroupId}&partyClassificationGroupId=${partyClassificationGroupId}"
description="${uiLabelMap.CommonDelete}" also-hidden="false"/>
</field>
@@ -122,7 +122,7 @@
</actions>
<field name="segmentGroupId"><hidden/></field>
<field name="geoId" title="${uiLabelMap.SegmentGroupGeoId}"><display-entity entity-name="Geo" description="${geoName} [Code:${geoCode}][ID:${geoId}]"/></field>
- <field name="deleteLink" title=" " widget-style="buttontext">
+ <field name="deleteLink" title="" widget-style="buttontext">
<hyperlink target="deleteSegmentGroupGeo?segmentGroupId=${segmentGroupId}&geoId=${geoId}"
description="${uiLabelMap.CommonDelete}" also-hidden="false"/>
</field>
@@ -162,7 +162,7 @@
</display-entity>
</field>
<field name="roleTypeId" title="${uiLabelMap.PartyRoleTypeId}"><display-entity entity-name="RoleType"/></field>
- <field name="deleteLink" title=" " widget-style="buttontext">
+ <field name="deleteLink" title="" widget-style="buttontext">
<hyperlink target="deleteSegmentGroupRole?segmentGroupId=${segmentGroupId}&partyId=${partyId}&roleTypeId=${roleTypeId}"
description="${uiLabelMap.CommonDelete}" also-hidden="false"/>
</field>
Modified: trunk/applications/marketing/webapp/marketing/trackingcode/TrackingCodeForms.xml
===================================================================
--- trunk/applications/marketing/webapp/marketing/trackingcode/TrackingCodeForms.xml 2006-03-29 14:36:19 UTC (rev 7106)
+++ trunk/applications/marketing/webapp/marketing/trackingcode/TrackingCodeForms.xml 2006-03-29 14:56:06 UTC (rev 7107)
@@ -69,7 +69,7 @@
<field name="submitButton" title="${uiLabelMap.CommonSave}" widget-style="buttontext"><submit button-type="text-link"/></field>
<!-- <field name="DONE_PAGE"><hidden value="${donePage}"/></field> -->
- <!-- <field name="cancelLink" title=" " widget-style="buttontext"><hyperlink target="${donePage}" also-hidden="false" description="${uiLabelMap.CommonCancelDone}" target-type="inter-app"/></field> -->
+ <!-- <field name="cancelLink" title="" widget-style="buttontext"><hyperlink target="${donePage}" also-hidden="false" description="${uiLabelMap.CommonCancelDone}" target-type="inter-app"/></field> -->
</form>
<form name="ListTrackingCode" default-title-style="tableheadtext"
@@ -285,7 +285,7 @@
<field name="description" widget-style="inputBox" title="${uiLabelMap.TrackingCodeTypeDescription}"><text/></field>
<field name="submitButton" title="${uiLabelMap.CommonSave}" widget-style="buttontext"><submit button-type="text-link"/></field>
<!-- <field name="DONE_PAGE"><hidden value="${donePage}"/></field> -->
- <!-- <field name="cancelLink" title=" " widget-style="buttontext"><hyperlink target="${donePage}" also-hidden="false" description="${uiLabelMap.CommonCancelDone}" target-type="inter-app"/></field> -->
+ <!-- <field name="cancelLink" title="" widget-style="buttontext"><hyperlink target="${donePage}" also-hidden="false" description="${uiLabelMap.CommonCancelDone}" target-type="inter-app"/></field> -->
</form>
<form name="ListTrackingCodeType" default-title-style="tableheadtext"
More information about the Svn
mailing list