[OFBiz] SVN: r5936 - in trunk: applications/accounting/webapp/accounting/agreement applications/accounting/webapp/accounting/fixedasset applications/content/webapp/content/cms applications/content/webapp/content/content applications/content/webapp/content/contentsetup applications/content/webapp/content/data applications/content/webapp/content/datasetup applications/content/webapp/content/layout applications/content/webapp/content/website applications/ecommerce/webapp/ecommerce/forum applications/manufacturing/webapp/manufacturing/bom applications/manufacturing/webapp/manufacturing/jobshopmgt applications/manufacturing/webapp/manufacturing/lookup applications/manufacturing/webapp/manufacturing/routing applications/order/webapp/ordermgr/quote applications/order/widget/ordermgr applications/workeffort/widget framework/example/widget/example specialized/community/widget/community/blog specialized/opentravelsystem/webapp/hotelbackend/product specialized/opentravelsystem/webapp/hotelbackend/screens specialized/opentravelsystem/webapp/website/data

jonesde at svn.ofbiz.org jonesde at svn.ofbiz.org
Sat Oct 8 04:51:36 EDT 2005


Author: jonesde
Date: 2005-10-08 03:51:05 -0500 (Sat, 08 Oct 2005)
New Revision: 5936

Modified:
   trunk/applications/accounting/webapp/accounting/agreement/AgreementForms.xml
   trunk/applications/accounting/webapp/accounting/fixedasset/FixedAssetForms.xml
   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/website/WebSiteForms.xml
   trunk/applications/ecommerce/webapp/ecommerce/forum/ForumForms.xml
   trunk/applications/manufacturing/webapp/manufacturing/bom/BomForms.xml
   trunk/applications/manufacturing/webapp/manufacturing/jobshopmgt/ProductionRunForms.xml
   trunk/applications/manufacturing/webapp/manufacturing/lookup/FieldLookupForms.xml
   trunk/applications/manufacturing/webapp/manufacturing/routing/CalendarForms.xml
   trunk/applications/manufacturing/webapp/manufacturing/routing/RoutingTaskForms.xml
   trunk/applications/order/webapp/ordermgr/quote/QuoteForms.xml
   trunk/applications/order/widget/ordermgr/OrderEntryForms.xml
   trunk/applications/order/widget/ordermgr/QuoteWorkEffortForms.xml
   trunk/applications/workeffort/widget/WorkEffortForms.xml
   trunk/applications/workeffort/widget/WorkEffortQuoteForms.xml
   trunk/applications/workeffort/widget/WorkEffortRequestForms.xml
   trunk/framework/example/widget/example/ExampleForms.xml
   trunk/specialized/community/widget/community/blog/BlogForms.xml
   trunk/specialized/opentravelsystem/webapp/hotelbackend/product/ProductForms.xml
   trunk/specialized/opentravelsystem/webapp/hotelbackend/screens/CatalogForms.xml
   trunk/specialized/opentravelsystem/webapp/website/data/DataResourceForms.xml
Log:
A small cleanup, using a plain space rather than an   which is a bit ugle and not necessary

Modified: trunk/applications/accounting/webapp/accounting/agreement/AgreementForms.xml
===================================================================
--- trunk/applications/accounting/webapp/accounting/agreement/AgreementForms.xml	2005-10-08 08:49:43 UTC (rev 5935)
+++ trunk/applications/accounting/webapp/accounting/agreement/AgreementForms.xml	2005-10-08 08:51:05 UTC (rev 5936)
@@ -76,7 +76,7 @@
         </field>
         <field name="agreementDate" title="${uiLabelMap.AccountingAgreementDate}"><hidden/></field>
         <field name="textData" title="${uiLabelMap.AccountingTextData}"><hidden/></field>
-        <field name="cancelLink" title="&amp;nbsp;" widget-style="buttontext">
+        <field name="cancelLink" title=" " widget-style="buttontext">
             <hyperlink target="cancelAgreement?agreementId=${agreementId}" description="[${uiLabelMap.CommonCancel}]" also-hidden="false"/>
         </field>
     </form>
@@ -128,7 +128,7 @@
         <field name="agreementItemTypeId" title="${uiLabelMap.AccountingAgreementItemTypeId}">
             <display-entity entity-name="AgreementItemType"/>
         </field>
-        <field name="deleteLink" title="&amp;nbsp;" widget-style="buttontext">
+        <field name="deleteLink" title=" " widget-style="buttontext">
             <hyperlink target="removeAgreementItem?agreementItemSeqId=${agreementItemSeqId}&amp;agreementId=${agreementId}" description="[${uiLabelMap.CommonRemove}]" also-hidden="false"/>
         </field>
     </form>
@@ -169,7 +169,7 @@
         <field name="termTypeId" title="${uiLabelMap.AccountingTermTypeId}">
             <display-entity entity-name="TermType"/>
         </field>
-        <field name="deleteLink" title="&amp;nbsp;" widget-style="buttontext">
+        <field name="deleteLink" title=" " widget-style="buttontext">
             <hyperlink target="removeAgreementTerm?agreementTermId=${agreementTermId}&amp;agreementId=${agreementId}" description="[${uiLabelMap.CommonRemove}]" also-hidden="false"/>
         </field>
     </form>

Modified: trunk/applications/accounting/webapp/accounting/fixedasset/FixedAssetForms.xml
===================================================================
--- trunk/applications/accounting/webapp/accounting/fixedasset/FixedAssetForms.xml	2005-10-08 08:49:43 UTC (rev 5935)
+++ trunk/applications/accounting/webapp/accounting/fixedasset/FixedAssetForms.xml	2005-10-08 08:51:05 UTC (rev 5936)
@@ -96,7 +96,7 @@
         <field name="thruDate" title="${uiLabelMap.CommonThruDate}" widget-style="inputBox"><date-time/></field>
         <field name="fixedAssetId"><hidden/></field>
         <field name="submitButton" title="${uiLabelMap.CommonUpdate}" widget-style="smallSubmit"><submit button-type="button"/></field>
-        <field name="deleteLink" title="&amp;nbsp;" widget-style="buttontext">
+        <field name="deleteLink" title=" " widget-style="buttontext">
             <hyperlink target="removeFixedAssetProduct?fixedAssetId=${fixedAssetId}&amp;productId=${productId}&amp;fixedAssetProductTypeId=${fixedAssetProductTypeId}&amp;fromDate=${fromDate}"
                 description="[${uiLabelMap.CommonRemove}]" also-hidden="false"/>
         </field>
@@ -134,19 +134,19 @@
             default-title-style="calendarHeader" default-title-area-style="calendarHeader" default-widget-style="calendarContent" default-tooltip-style="tabletext">
 
         <field name="week" title="${uiLabelMap.Common${month}} ${year}" widget-area-style="calendarWeek" widget-style="calendarWeek"><display description="Week ${week}"/></field>
-        <field name="Monday" title="&amp;nbsp;" widget-style="calendarDayNumber"><display/></field>
+        <field name="Monday" title=" " widget-style="calendarDayNumber"><display/></field>
         <field name="MondayData" title="${uiLabelMap.CommonMonday}"><display/></field>
-        <field name="Tuesday" title="&amp;nbsp;" widget-style="calendarDayNumber"><display/></field>
+        <field name="Tuesday" title=" " widget-style="calendarDayNumber"><display/></field>
         <field name="TuesdayData" title="${uiLabelMap.CommonTuesday}"><display/></field>
-        <field name="Wednesday" title="&amp;nbsp;" widget-style="calendarDayNumber"><display/></field>
+        <field name="Wednesday" title=" " widget-style="calendarDayNumber"><display/></field>
         <field name="WednesdayData" title="${uiLabelMap.CommonWednesday}"><display/></field>
-        <field name="Thursday" title="&amp;nbsp;" widget-style="calendarDayNumber"><display/></field>
+        <field name="Thursday" title=" " widget-style="calendarDayNumber"><display/></field>
         <field name="ThursdayData" title="${uiLabelMap.CommonThursday}"><display/></field>
-        <field name="Friday" title="&amp;nbsp;" widget-style="calendarDayNumber"><display/></field>
+        <field name="Friday" title=" " widget-style="calendarDayNumber"><display/></field>
         <field name="FridayData" title="${uiLabelMap.CommonFriday}"><display/></field>
-        <field name="Saturday" title="&amp;nbsp;" widget-style="calendarDayNumber"><display/></field>
+        <field name="Saturday" title=" " widget-style="calendarDayNumber"><display/></field>
         <field name="SaturdayData" title="${uiLabelMap.CommonSaturday}"><display/></field>
-        <field name="Sunday" title="&amp;nbsp;" widget-style="calendarDayNumber"><display/></field>
+        <field name="Sunday" title=" " widget-style="calendarDayNumber"><display/></field>
         <field name="SundayData" title="${uiLabelMap.CommonSunday}"><display/></field>
     </form>
 

Modified: trunk/applications/content/webapp/content/cms/CMSForms.xml
===================================================================
--- trunk/applications/content/webapp/content/cms/CMSForms.xml	2005-10-08 08:49:43 UTC (rev 5935)
+++ trunk/applications/content/webapp/content/cms/CMSForms.xml	2005-10-08 08:51:05 UTC (rev 5936)
@@ -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="&amp;nbsp;" 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="&amp;nbsp;" widget-style="buttontext">
+        <field name="deleteLink" title=" " widget-style="buttontext">
             <hyperlink also-hidden="false" description="[Delete]" target="removeContentPurposeOperation?contentPurposeTypeId=${contentPurposeTypeId}&amp;contentOperationId=${contentOperationId}&amp;roleTypeId=${roleTypeId}&amp;statusId=${statusId}&amp;privilegeEnumId=${privilegeEnumId}"/>
         </field>
     </form>

Modified: trunk/applications/content/webapp/content/content/ContentForms.xml
===================================================================
--- trunk/applications/content/webapp/content/content/ContentForms.xml	2005-10-08 08:49:43 UTC (rev 5935)
+++ trunk/applications/content/webapp/content/content/ContentForms.xml	2005-10-08 08:51:05 UTC (rev 5936)
@@ -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="&amp;nbsp;" 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="&amp;nbsp;" 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="&amp;nbsp;" 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="&amp;nbsp;" 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="&amp;nbsp;" 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="&amp;nbsp;" widget-style="buttontext">
+        <field name="deleteLink" title=" " widget-style="buttontext">
             <hyperlink also-hidden="false" description="[Delete]" target="removeContentAssoc?contentId=${contentId}&amp;contentIdTo=${contentIdTo}&amp;contentAssocTypeId=${contentAssocTypeId}&amp;fromDate=${fromDate}"/>
         </field>
-        <field name="editLink" title="&amp;nbsp;" widget-style="buttontext">
+        <field name="editLink" title=" " widget-style="buttontext">
             <hyperlink also-hidden="false" description="[Edit]" target="EditContentAssoc?contentId=${contentId}&amp;contentIdTo=${contentIdTo}&amp;contentAssocTypeId=${contentAssocTypeId}&amp;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="&amp;nbsp;" widget-style="buttontext">
+        <field name="deleteLink" title=" " widget-style="buttontext">
             <hyperlink also-hidden="false" description="[Delete]" target="removeContentAssoc?contentId=${contentId}&amp;contentIdTo=${contentIdTo}&amp;contentAssocTypeId=${contentAssocTypeId}&amp;fromDate=${fromDate}"/>
         </field>
-        <field name="editLink" title="&amp;nbsp;" widget-style="buttontext">
+        <field name="editLink" title=" " widget-style="buttontext">
             <hyperlink also-hidden="false" description="[Edit]" target="EditContentAssoc?contentId=${contentId}&amp;contentIdTo=${contentIdTo}&amp;contentAssocTypeId=${contentAssocTypeId}&amp;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="&amp;nbsp;" widget-style="buttontext">
+        <field name="deleteLink" title=" " widget-style="buttontext">
             <hyperlink also-hidden="false" description="[Delete]" target="removeContentRole?contentId=${contentId}&amp;roleTypeId=${roleTypeId}&amp;partyId=${partyId}&amp;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="&amp;nbsp;" widget-style="buttontext">
+        <field name="deleteLink" title=" " widget-style="buttontext">
             <hyperlink also-hidden="false" description="[Delete]" target="removeContentPurpose?contentId=${contentId}&amp;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="&amp;nbsp;" widget-style="buttontext">
+        <field name="deleteLink" title=" " widget-style="buttontext">
             <hyperlink also-hidden="false" description="[Delete]" target="removeContentAttribute?contentId=${contentId}&amp;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="&amp;nbsp;" widget-style="buttontext">
+        <field name="deleteLink" title=" " widget-style="buttontext">
             <hyperlink also-hidden="false" description="[Delete]" target="removeContentMetaData?contentId=${contentId}&amp;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="&amp;nbsp;" 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="&amp;nbsp;" widget-style="buttontext"> <display/> </field>
-        <field name="lastName" title="&amp;nbsp;" 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="&amp;nbsp;" 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="&amp;nbsp;" widget-style="buttontext"> <display/> </field>
-        <field name="lastName" title="&amp;nbsp;" 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	2005-10-08 08:49:43 UTC (rev 5935)
+++ trunk/applications/content/webapp/content/contentsetup/ContentSetupForms.xml	2005-10-08 08:51:05 UTC (rev 5936)
@@ -50,7 +50,7 @@
         <field name="submitButton" title="Update" widget-style="smallSubmit">
             <submit button-type="button"/>
         </field>
-        <field name="deleteLink" title="&amp;nbsp;" 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="&amp;nbsp;" widget-style="buttontext">
+        <field name="deleteLink" title=" " widget-style="buttontext">
             <hyperlink also-hidden="false" description="[Delete]" target="removeContentTypeAttr?contentTypeId=${contentTypeId}&amp;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="&amp;nbsp;" 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="&amp;nbsp;" 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="&amp;nbsp;" 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="&amp;nbsp;" 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="true" />
         </actions>
         <auto-fields-service service-name="updateContentPurposeOperation" default-field-type="display"/>
-        <field name="deleteLink" title="&amp;nbsp;" widget-style="buttontext">
+        <field name="deleteLink" title=" " widget-style="buttontext">
             <hyperlink also-hidden="false" description="[Delete]" target="removeContentPurposeOperation?contentPurposeTypeId=${contentPurposeTypeId}&amp;contentOperationId=${contentOperationId}&amp;roleTypeId=${roleTypeId}&amp;statusId=${statusId}&amp;privilegeEnumId=${privilegeEnumId}"/>
         </field>
     </form>

Modified: trunk/applications/content/webapp/content/data/DataResourceForms.xml
===================================================================
--- trunk/applications/content/webapp/content/data/DataResourceForms.xml	2005-10-08 08:49:43 UTC (rev 5935)
+++ trunk/applications/content/webapp/content/data/DataResourceForms.xml	2005-10-08 08:51:05 UTC (rev 5936)
@@ -59,7 +59,7 @@
           </service>
         </actions>
         <auto-fields-entity entity-name="DataResource" default-field-type="display"/>
-        <field name="dataResourceId" title="&amp;nbsp;" widget-style="buttontext">
+        <field name="dataResourceId" title=" " widget-style="buttontext">
             <hyperlink also-hidden="false" description="${dataResourceId}" target="gotoDataResource?dataResourceId=${dataResourceId}"/>
         </field>
     </form>
@@ -84,7 +84,7 @@
             </service>
         </actions>
         <auto-fields-entity entity-name="DataResource" default-field-type="display"/>
-        <field name="dataResourceId" title="&amp;nbsp;" 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>
@@ -107,7 +107,7 @@
         </actions>
         <field name="dataResourceId"><display/></field>
         <field name="submitButton" title="Update" widget-style="smallSubmit"><submit button-type="button"/></field>
-        <field name="createContent" title="&amp;nbsp;" 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>
@@ -278,7 +278,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="&amp;nbsp;" widget-style="buttontext">
+        <field name="deleteLink" title=" " widget-style="buttontext">
             <hyperlink also-hidden="false" description="[Delete]" target="removeDataResourceAttribute?dataResourceId=${dataResourceId}&amp;attrName=${attrName}"/>
         </field>
         <actions>
@@ -315,7 +315,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="&amp;nbsp;" widget-style="buttontext">
+        <field name="deleteLink" title=" " widget-style="buttontext">
             <hyperlink also-hidden="false" description="[Delete]" target="removeDataResourceRole?dataResourceId=${dataResourceId}&amp;roleTypeId=${roleTypeId}&amp;partyId=${partyId}&amp;fromDate=${fromDate}"/>
         </field>
         <actions>
@@ -343,7 +343,7 @@
         target="" title="" type="list">
         <auto-fields-entity entity-name="ProductFeatureDataResource" default-field-type="display"/>
         <field name="dataResourceId"><hidden/></field>
-        <field name="deleteLink" title="&amp;nbsp;" widget-style="buttontext">
+        <field name="deleteLink" title=" " widget-style="buttontext">
             <hyperlink also-hidden="false" description="[Delete]" target="removeDataResourceProductFeature?dataResourceId=${dataResourceId}&amp;productFeatureId=${productFeatureId}"/>
         </field>
         <actions>
@@ -382,7 +382,7 @@
         list-name="entityList" paginate-target="/LookupProductFeature" 
         title="" type="list">
         <auto-fields-entity entity-name="ProductFeature" default-field-type="display"/>
-        <field name="productFeatureId" title="&amp;nbsp;" 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	2005-10-08 08:49:43 UTC (rev 5935)
+++ trunk/applications/content/webapp/content/datasetup/DataSetupForms.xml	2005-10-08 08:51:05 UTC (rev 5936)
@@ -47,7 +47,7 @@
         <field name="submitButton" title="Update" widget-style="smallSubmit">
             <submit button-type="button"/>
         </field>
-        <field name="deleteLink" title="&amp;nbsp;" 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="&amp;nbsp;" widget-style="buttontext">
+        <field name="deleteLink" title=" " widget-style="buttontext">
             <hyperlink also-hidden="false" description="[Delete]" target="removeDataResourceTypeAttr?dataResourceTypeId=${dataResourceTypeId}&amp;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="&amp;nbsp;" 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="&amp;nbsp;" 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="&amp;nbsp;" 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="&amp;nbsp;" 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="&amp;nbsp;" 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	2005-10-08 08:49:43 UTC (rev 5935)
+++ trunk/applications/content/webapp/content/layout/LayoutForms.xml	2005-10-08 08:51:05 UTC (rev 5936)
@@ -54,7 +54,7 @@
         <field name="submitButton" title="Find" widget-style="smallSubmit">
             <submit button-type="button"/>
         </field>
-        <field name="createLink" title="&amp;nbsp;" widget-style="buttontext">
+        <field name="createLink" title=" " widget-style="buttontext">
             <hyperlink also-hidden="false" description="Create New"  
              target="EditLayoutSubContent?mode=add&amp;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="&amp;nbsp;" 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&amp;contentIdTo=TEMPLATE_MASTER"/>
         </field>
         -->
-        <field name="cloneLayout" title="&amp;nbsp;" 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="&amp;nbsp;" widget-style="buttontext">
+        <field name="deleteLink" title=" " widget-style="buttontext">
             <hyperlink also-hidden="false" description="[Delete]" target="removeContent?contentId=${contentId}&amp;contentIdTo=${contentIdTo}&amp;contentAssocTypeId=${contentAssocTypeId}&amp;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="&amp;nbsp;" widget-style="buttontext">
+        <field name="deleteLink" title=" " widget-style="buttontext">
             <hyperlink also-hidden="false" description="[Delete]" target="removeLayout?contentId=${contentId}&amp;contentIdTo=${caContentIdTo}&amp;contentAssocTypeId=${caContentAssocTypeId}&amp;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="&amp;nbsp;" widget-style="buttontext"
+        <field name="paste" title=" " widget-style="buttontext"
             use-when="!&quot;${contentIdTo}&quot;.equals(&quot;TEMPLATE_MASTER&quot;)" >
             <hyperlink target-type="plain" 
               target="javascript:call_fieldlookup2(document.AddLayoutSubContent.drDataResourceId, 'ClipBoardContent')"
               description="Paste"/>
         </field>
-        <field name="paste" title="&amp;nbsp;" widget-style="buttontext"
+        <field name="paste" title=" " widget-style="buttontext"
             use-when="&quot;${contentIdTo}&quot;.equals(&quot;TEMPLATE_MASTER&quot;)" >
             <hyperlink target-type="plain" 
               target="javascript:call_fieldlookup2(document.AddLayoutSubContent.drDataResourceId, 'LookupListLayout')"

Modified: trunk/applications/content/webapp/content/website/WebSiteForms.xml
===================================================================
--- trunk/applications/content/webapp/content/website/WebSiteForms.xml	2005-10-08 08:49:43 UTC (rev 5935)
+++ trunk/applications/content/webapp/content/website/WebSiteForms.xml	2005-10-08 08:51:05 UTC (rev 5936)
@@ -82,7 +82,7 @@
         <field name="fromDate" title="From Date &amp;amp; Time" widget-style="tabletext"><display/></field>
         <field name="thruDate" title="Thru Date &amp;amp; Time"></field>
         <field name="submitButton" title="Update" widget-style="smallSubmit"><submit button-type="button"/></field>
-        <field name="deleteLink" title="&amp;nbsp;" widget-style="buttontext">
+        <field name="deleteLink" title=" " widget-style="buttontext">
             <hyperlink target="removeWebSiteRole?webSiteId=${webSiteRole.webSiteId}&amp;partyId=${webSiteRole.partyId}&amp;roleTypeId=${webSiteRole.roleTypeId}&amp;fromDate=${webSiteRole.fromDate}"
                 description="[Delete]" also-hidden="false"/>
         </field>

Modified: trunk/applications/ecommerce/webapp/ecommerce/forum/ForumForms.xml
===================================================================
--- trunk/applications/ecommerce/webapp/ecommerce/forum/ForumForms.xml	2005-10-08 08:49:43 UTC (rev 5935)
+++ trunk/applications/ecommerce/webapp/ecommerce/forum/ForumForms.xml	2005-10-08 08:51:05 UTC (rev 5936)
@@ -171,7 +171,7 @@
         <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="&amp;nbsp;" widget-style="buttontext">
+        <field name="createLink" title=" " widget-style="buttontext">
             <hyperlink also-hidden="false" description="Create New"  target="AddContent"/>
         </field>
 -->
@@ -347,10 +347,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="&amp;nbsp;" widget-style="buttontext" position="1">
+        <field name="createLink" title=" " widget-style="buttontext" position="1">
             <hyperlink also-hidden="false" description="${uiLabelMap.CommonCreateNew}"  target="AddContent"/>
         </field>
-        <field name="findContent" title="&amp;nbsp;" widget-style="buttontext" position="2">
+        <field name="findContent" title=" " widget-style="buttontext" position="2">
             <hyperlink also-hidden="false" description="Find"  target="FindContent"/>
         </field>
        <field name="nodeTrailCsv" map-name="dummy">

Modified: trunk/applications/manufacturing/webapp/manufacturing/bom/BomForms.xml
===================================================================
--- trunk/applications/manufacturing/webapp/manufacturing/bom/BomForms.xml	2005-10-08 08:49:43 UTC (rev 5935)
+++ trunk/applications/manufacturing/webapp/manufacturing/bom/BomForms.xml	2005-10-08 08:51:05 UTC (rev 5936)
@@ -79,10 +79,10 @@
         <field name="ruleOperator"><display/></field>
         <field name="fromDate"><display/></field>
         <field name="thruDate"><display/></field>
-        <field name="updateLink" title="&amp;nbsp;" widget-style="buttontext">
+        <field name="updateLink" title=" " widget-style="buttontext">
             <hyperlink target="EditProductManufacturingRules?ruleId=${ruleId}" description="${uiLabelMap.CommonSelect}" />
         </field> 
-        <field name="deleteLink" title="&amp;nbsp;" widget-style="buttontext">
+        <field name="deleteLink" title=" " widget-style="buttontext">
             <hyperlink target="DeleteProductManufacturingRule?ruleId=${ruleId}" description="${uiLabelMap.CommonDelete}" also-hidden="false"/>
         </field>
     </form>

Modified: trunk/applications/manufacturing/webapp/manufacturing/jobshopmgt/ProductionRunForms.xml
===================================================================
--- trunk/applications/manufacturing/webapp/manufacturing/jobshopmgt/ProductionRunForms.xml	2005-10-08 08:49:43 UTC (rev 5935)
+++ trunk/applications/manufacturing/webapp/manufacturing/jobshopmgt/ProductionRunForms.xml	2005-10-08 08:51:05 UTC (rev 5936)
@@ -67,7 +67,7 @@
                 <field-map field-name="entityName" env-name="entityName"/>
             </service>
         </actions>
-        <field name="workEffortId" title="&amp;nbsp;" widget-style="buttontext">
+        <field name="workEffortId" title=" " widget-style="buttontext">
             <hyperlink target="ShowProductionRun?productionRunId=${workEffortId}" description="${workEffortId}" also-hidden="false"/>
         </field>
         <field name="workEffortName" title="${uiLabelMap.ManufacturingProductionRunName}"><display/></field>
@@ -107,10 +107,10 @@
         <field name="estimatedCompletionDate" title="${uiLabelMap.ManufacturingEstimatedCompletionDate}"><display/></field>
         <field name="estimatedSetupMillis" title="${uiLabelMap.ManufacturingTaskEstimatedSetupMillis}" ><display/></field>
         <field name="estimatedMilliSeconds" title="${uiLabelMap.ManufacturingTaskEstimatedMilliSeconds}" ><display/></field>
-        <field name="editLink" title="&amp;nbsp;" widget-style="smallSubmit">
+        <field name="editLink" title=" " widget-style="smallSubmit">
             <hyperlink target="EditProductionRun?actionForm=EditRoutingTask&amp;routingTaskId=${workEffortId}&amp;productionRunId=${workEffortParentId}" description="${uiLabelMap.CommonEdit}" also-hidden="false"/>
         </field>
-        <field name="deleteLink" title="&amp;nbsp;" widget-style="smallSubmit">
+        <field name="deleteLink" title=" " widget-style="smallSubmit">
             <!--<hyperlink target="RemoveRoutingTaskAssoc?workEffortIdFrom=${workEffortIdFrom}&amp;workEffortIdTo=${workEffortIdTo}&amp;fromDate=${fromDate}&amp;workEffortAssocTypeId=ROUTING_COMPONENT" description="[${uiLabelMap.CommonDelete}]" also-hidden="false"/>-->
             <hyperlink target="deleteProductionRunRoutingTask?workEffortId=${workEffortId}&amp;productionRunId=${workEffortParentId}" description="${uiLabelMap.CommonDelete}" also-hidden="false"/>
         </field>
@@ -126,10 +126,10 @@
             <display description="${productName} [${productId}]"/>
         </field> 
         <field name="estimatedQuantity" title="${uiLabelMap.ManufacturingQuantity}"><display/></field>
-        <field name="editLink" title="&amp;nbsp;" widget-style="smallSubmit">
+        <field name="editLink" title=" " widget-style="smallSubmit">
             <hyperlink target="EditProductionRun?actionForm=EditProductComponent&amp;workEffortId=${workEffortId}&amp;productId=${productId}&amp;productionRunId=${productionRunId}" description="${uiLabelMap.CommonEdit}" also-hidden="false"/>
         </field>
-        <field name="deleteLink" title="&amp;nbsp;" widget-style="smallSubmit">
+        <field name="deleteLink" title=" " widget-style="smallSubmit">
             <!--<hyperlink target="RemoveWorkEffortGoodStandard?workEffortId=${workEffortId}&amp;productId=${productId}&amp;fromDate=${fromDate}" description="[${uiLabelMap.CommonDelete}]" also-hidden="false"/>-->
             <hyperlink target="deleteProductionRunComponent?workEffortId=${workEffortId}&amp;productId=${productId}&amp;fromDate=${fromDate}&amp;productionRunId=${productionRunId}" description="${uiLabelMap.CommonDelete}" also-hidden="false"/>
         </field>
@@ -272,16 +272,16 @@
         <field name="actualSetupMillis" title="${uiLabelMap.ManufacturingTaskActualSetupMillis}" ><display/></field>
         <field name="actualMilliSeconds" title="${uiLabelMap.ManufacturingTaskActualMilliSeconds}" ><display/></field>
         <field name="quantityProduced" title="${uiLabelMap.ManufacturingQuantityProduced}" ><display/></field>
-        <field name="startLink" title="&amp;nbsp;" widget-style="smallSubmit" use-when="&quot;${startTaskId}&quot;.equals(&quot;${workEffortId}&quot;)">
+        <field name="startLink" title=" " widget-style="smallSubmit" use-when="&quot;${startTaskId}&quot;.equals(&quot;${workEffortId}&quot;)">
             <hyperlink target="changeProductionRunTaskStatus?taskId=${workEffortId}&amp;productionRunId=${workEffortParentId}" description="${uiLabelMap.ManufacturingStartProductionRunTask}" also-hidden="false"/>
         </field>
-        <field name="issueLink" title="&amp;nbsp;" widget-style="smallSubmit" use-when="&quot;${issueTaskId}&quot;.equals(&quot;${workEffortId}&quot;)">
+        <field name="issueLink" title=" " widget-style="smallSubmit" use-when="&quot;${issueTaskId}&quot;.equals(&quot;${workEffortId}&quot;)">
             <hyperlink target="issueProductionRunRoutingTask?workEffortId=${workEffortId}&amp;productionRunId=${workEffortParentId}" description="${uiLabelMap.ManufacturingIssueProductionRunTask}" also-hidden="false"/>
         </field>
-        <field name="declareLink" title="&amp;nbsp;" widget-style="smallSubmit" use-when="&quot;PRUN_RUNNING&quot;.equals(&quot;${currentStatusId}&quot;)">
+        <field name="declareLink" title=" " widget-style="smallSubmit" use-when="&quot;PRUN_RUNNING&quot;.equals(&quot;${currentStatusId}&quot;)">
             <hyperlink target="ProductionRunDeclaration?actionForm=EditRoutingTask&amp;routingTaskId=${workEffortId}&amp;productionRunId=${workEffortParentId}" description="${uiLabelMap.ManufacturingDeclareProductionRunTask}" also-hidden="false"/>
         </field>
-        <field name="completeLink" title="&amp;nbsp;" widget-style="smallSubmit" use-when="&quot;${completeTaskId}&quot;.equals(&quot;${workEffortId}&quot;)">
+        <field name="completeLink" title=" " widget-style="smallSubmit" use-when="&quot;${completeTaskId}&quot;.equals(&quot;${workEffortId}&quot;)">
             <hyperlink target="changeProductionRunTaskStatus?taskId=${workEffortId}&amp;productionRunId=${workEffortParentId}" description="${uiLabelMap.ManufacturingCompleteProductionRunTask}" also-hidden="false"/>
         </field>
     </form>
@@ -408,7 +408,7 @@
             <display-entity entity-name="StatusItem" key-field-name="statusId" description="${description}"/>
         </field>
         <field name="estimatedShipDate"><display/></field>
-        <field name="viewShipmentPlanLink" title="&amp;nbsp;" widget-style="buttontext">
+        <field name="viewShipmentPlanLink" title=" " widget-style="buttontext">
             <hyperlink target="WorkWithShipmentPlans?shipmentId=${shipmentId}" description="${uiLabelMap.CommonView}" also-hidden="false"/>
         </field>
     </form>

Modified: trunk/applications/manufacturing/webapp/manufacturing/lookup/FieldLookupForms.xml
===================================================================
--- trunk/applications/manufacturing/webapp/manufacturing/lookup/FieldLookupForms.xml	2005-10-08 08:49:43 UTC (rev 5935)
+++ trunk/applications/manufacturing/webapp/manufacturing/lookup/FieldLookupForms.xml	2005-10-08 08:51:05 UTC (rev 5936)
@@ -44,7 +44,7 @@
                 <field-map field-name="entityName" env-name="entityName"/>
             </service>
         </actions>
-        <field name="workEffortId" title="&amp;nbsp;" widget-style="buttontext">
+        <field name="workEffortId" title=" " widget-style="buttontext">
             <hyperlink also-hidden="false" target-type="plain" description="${workEffortId}" target="javascript:set_value('${workEffortId}')"/>
         </field>
         <field name="workEffortName" title="${uiLabelMap.ManufacturingRoutingName}"><display/></field>
@@ -77,7 +77,7 @@
                 <field-map field-name="entityName" env-name="entityName"/>
             </service>
         </actions>
-        <field name="workEffortId" title="&amp;nbsp;" widget-style="buttontext">
+        <field name="workEffortId" title=" " widget-style="buttontext">
             <hyperlink also-hidden="false" target-type="plain" description="${workEffortId}" target="javascript:set_value('${workEffortId}')"/>
         </field>
         <field name="workEffortName" title="${uiLabelMap.ManufacturingTaskName}"><display/></field>

Modified: trunk/applications/manufacturing/webapp/manufacturing/routing/CalendarForms.xml
===================================================================
--- trunk/applications/manufacturing/webapp/manufacturing/routing/CalendarForms.xml	2005-10-08 08:49:43 UTC (rev 5935)
+++ trunk/applications/manufacturing/webapp/manufacturing/routing/CalendarForms.xml	2005-10-08 08:51:05 UTC (rev 5936)
@@ -32,10 +32,10 @@
             default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext" >
         <field name="calendarWeekId" title="${uiLabelMap.ManufacturingCalendarWeekId}"><display/></field>
         <field name="description" title="${uiLabelMap.CommonDescription}"><display/></field>
-        <field name="updateLink" title="&amp;nbsp;" widget-style="buttontext">
+        <field name="updateLink" title=" " widget-style="buttontext">
             <hyperlink target="EditCalendarWeek?calendarWeekId=${calendarWeekId}" description="${uiLabelMap.CommonUpdate}" />
         </field>
-        <field name="deleteLink" title="&amp;nbsp;" widget-style="buttontext">
+        <field name="deleteLink" title=" " widget-style="buttontext">
             <hyperlink target="RemoveCalendarWeek?calendarWeekId=${calendarWeekId}" description="${uiLabelMap.CommonDelete}" also-hidden="false"/>
         </field>
     </form>
@@ -49,11 +49,11 @@
         <field name="description" title="${uiLabelMap.CommonDescription}"><display/></field> 
         <field name="exceptionDateStartTime" title="${uiLabelMap.ManufacturingExceptionDateStartTime}"><display/></field>
         <field name="exceptionCapacity" title="${uiLabelMap.ManufacturingCalendarCapacity}" ><display/></field>
-        <field name="updateLink" title="&amp;nbsp;" widget-style="buttontext">
+        <field name="updateLink" title=" " widget-style="buttontext">
             <hyperlink target="EditCalendarExceptionDay?calendarId=${calendarId}&amp;exceptionDateStartTime=${exceptionDateStartTime}"
                 description="${uiLabelMap.CommonSelected}" />
         </field> 
-        <field name="deleteLink" title="&amp;nbsp;" widget-style="buttontext">
+        <field name="deleteLink" title=" " widget-style="buttontext">
             <hyperlink target="RemoveCalendarExceptionDay?calendarId=${calendarId}&amp;exceptionDateStartTime=${exceptionDateStartTime}"
                 description="${uiLabelMap.CommonDelete}" also-hidden="false"/>
         </field>
@@ -98,11 +98,11 @@
         <field name="exceptionDateStart" title="${uiLabelMap.ManufacturingExceptionDateStart}"><display/></field>
         <field name="calendarWeekId" title="${uiLabelMap.ManufacturingCalendarWeek}">  
         		<display description="${calendarWeek.description} "/> </field>
-        <field name="updateLink" title="&amp;nbsp;" widget-style="buttontext">
+        <field name="updateLink" title=" " widget-style="buttontext">
             <hyperlink target="EditCalendarExceptionWeek?calendarId=${calendarExceptionWeek.calendarId}&amp;exceptionDateStart=${calendarExceptionWeek.exceptionDateStart}"
                 description="${uiLabelMap.CommonSelected}" />
         </field> 
-        <field name="deleteLink" title="&amp;nbsp;" widget-style="buttontext">
+        <field name="deleteLink" title=" " widget-style="buttontext">
             <hyperlink target="RemoveCalendarExceptionWeek?calendarId=${calendarExceptionWeek.calendarId}&amp;exceptionDateStart=${calendarExceptionWeek.exceptionDateStart}"
                 description="${uiLabelMap.CommonDelete}" also-hidden="false"/>
         </field>

Modified: trunk/applications/manufacturing/webapp/manufacturing/routing/RoutingTaskForms.xml
===================================================================
--- trunk/applications/manufacturing/webapp/manufacturing/routing/RoutingTaskForms.xml	2005-10-08 08:49:43 UTC (rev 5935)
+++ trunk/applications/manufacturing/webapp/manufacturing/routing/RoutingTaskForms.xml	2005-10-08 08:51:05 UTC (rev 5936)
@@ -158,7 +158,7 @@
         <field name="sequenceNum" title="${uiLabelMap.CommonSequenceNum}"><display/></field>
         <field name="fromDate" title="${uiLabelMap.CommonFromDate}"><display/></field>
         <field name="thruDate" title="${uiLabelMap.CommonThruDate}"><display/></field>
-        <field name="editRouting" title="&amp;nbsp;" widget-style="buttontext">
+        <field name="editRouting" title=" " widget-style="buttontext">
             <hyperlink target="EditRouting?workEffortId=${workEffortIdFrom}" description="${uiLabelMap.ManufacturingEditRouting}" also-hidden="false"/>
         </field>
     </form>
@@ -178,7 +178,7 @@
         <field name="thruDate" title="${uiLabelMap.CommonThruDate}" ><display/></field>
         <field name="workEffortToSetup" title="${uiLabelMap.ManufacturingTaskEstimatedSetupMillis}" ><display/></field>
         <field name="workEffortToRun" title="${uiLabelMap.ManufacturingTaskEstimatedMilliSeconds}" ><display/></field>
-        <field name="deleteLink" title="&amp;nbsp;" widget-style="buttontext">
+        <field name="deleteLink" title=" " widget-style="buttontext">
             <hyperlink target="RemoveRoutingTaskAssoc?workEffortId=${workEffortIdFrom}&amp;workEffortIdFrom=${workEffortIdFrom}&amp;workEffortIdTo=${workEffortIdTo}&amp;fromDate=${fromDate}&amp;workEffortAssocTypeId=ROUTING_COMPONENT" description="${uiLabelMap.CommonDelete}" also-hidden="false"/>
         </field>
         <sort-order>
@@ -235,10 +235,10 @@
         <field name="fromDate" title="${uiLabelMap.CommonFromDate}"><display/></field>
         <field name="thruDate" title="${uiLabelMap.CommonThruDate}"><display/></field>
         <field name="estimatedQuantity" title="${uiLabelMap.ManufacturingQuantity}"><display/></field>
-        <field name="editLink" title="&amp;nbsp;" widget-style="buttontext">
+        <field name="editLink" title=" " widget-style="buttontext">
             <hyperlink target="EditRoutingProductLink?workEffortId=${workEffortId}&amp;productId=${productId}&amp;fromDate=${fromDate}" description="${uiLabelMap.CommonEdit}" also-hidden="false"/>
         </field>
-        <field name="deleteLink" title="&amp;nbsp;" widget-style="buttontext">
+        <field name="deleteLink" title=" " widget-style="buttontext">
             <hyperlink target="RemoveWorkEffortGoodStandard?workEffortId=${workEffortId}&amp;productId=${productId}&amp;fromDate=${fromDate}" description="${uiLabelMap.CommonDelete}" also-hidden="false"/>
         </field>
     </form>

Modified: trunk/applications/order/webapp/ordermgr/quote/QuoteForms.xml
===================================================================
--- trunk/applications/order/webapp/ordermgr/quote/QuoteForms.xml	2005-10-08 08:49:43 UTC (rev 5935)
+++ trunk/applications/order/webapp/ordermgr/quote/QuoteForms.xml	2005-10-08 08:51:05 UTC (rev 5936)
@@ -134,7 +134,7 @@
         <field name="partyId" title="${uiLabelMap.PartyPartyId}"></field>
         <field name="roleTypeId" title="${uiLabelMap.PartyRoleType}"><display-entity also-hidden="false" entity-name="RoleType"/></field>
         <field name="quoteId"><hidden/></field>
-        <field name="deleteLink" title="&amp;nbsp;" widget-style="buttontext">
+        <field name="deleteLink" title=" " widget-style="buttontext">
             <hyperlink target="removeQuoteRole?partyId=${partyId}&amp;roleTypeId=${roleTypeId}&amp;quoteId=${quoteId}" description="${uiLabelMap.CommonRemove}" also-hidden="false"/>
         </field>
     </form>
@@ -181,7 +181,7 @@
             <hyperlink also-hidden="false" description="${custRequestId}-${custRequestItemSeqId}" target="requestitem?custRequestId=${custRequestId}&amp;custRequestItemSeqId=${custRequestItemSeqId}"/>
         </field>
         <field name="custRequestItemSeqId"><hidden/></field>
-        <field name="deleteLink" title="&amp;nbsp;" widget-style="buttontext">
+        <field name="deleteLink" title=" " widget-style="buttontext">
             <hyperlink target="removeQuoteItem?quoteItemSeqId=${quoteItemSeqId}&amp;quoteId=${quoteId}" description="${uiLabelMap.CommonRemove}" also-hidden="false"/>
         </field>
     </form>
@@ -241,7 +241,7 @@
         </field>
         <field name="attrValue" title="${uiLabelMap.OrderOrderQuoteAttributeValue}"></field>
         <field name="quoteId"><hidden/></field>
-        <field name="deleteLink" title="&amp;nbsp;" widget-style="buttontext">
+        <field name="deleteLink" title=" " widget-style="buttontext">
             <hyperlink target="removeQuoteAttribute?attrName=${attrName}&amp;quoteId=${quoteId}" description="${uiLabelMap.CommonRemove}" also-hidden="false"/>
         </field>
     </form>
@@ -265,7 +265,7 @@
         </field>
         <field name="coeffValue" title="${uiLabelMap.OrderOrderQuoteCoeffValue}"></field>
         <field name="quoteId"><hidden/></field>
-        <field name="deleteLink" title="&amp;nbsp;" widget-style="buttontext">
+        <field name="deleteLink" title=" " widget-style="buttontext">
             <hyperlink target="removeQuoteCoefficient?coeffName=${coeffName}&amp;quoteId=${quoteId}" description="${uiLabelMap.CommonRemove}" also-hidden="false"/>
         </field>
     </form>
@@ -326,7 +326,7 @@
         <field name="quoteAdjustmentTypeId" title="${uiLabelMap.OrderOrderQuoteAdjustmentType}">
             <display-entity entity-name="OrderAdjustmentType" key-field-name="orderAdjustmentTypeId"/>
         </field>
-        <field name="deleteLink" title="&amp;nbsp;" widget-style="buttontext">
+        <field name="deleteLink" title=" " widget-style="buttontext">
             <hyperlink target="removeQuoteAdjustment?quoteAdjustmentId=${quoteAdjustmentId}&amp;quoteId=${quoteId}" description="${uiLabelMap.CommonRemove}" also-hidden="false"/>
         </field>
     </form>

Modified: trunk/applications/order/widget/ordermgr/OrderEntryForms.xml
===================================================================
--- trunk/applications/order/widget/ordermgr/OrderEntryForms.xml	2005-10-08 08:49:43 UTC (rev 5935)
+++ trunk/applications/order/widget/ordermgr/OrderEntryForms.xml	2005-10-08 08:51:05 UTC (rev 5936)
@@ -108,10 +108,10 @@
               <display-entity entity-name="ShoppingListType"/>
           </field>
           <field name="description" title="${uiLabelMap.CommonDescription}"><display/></field>
-          <field name="addFromList" title="&amp;nbsp;" widget-style="buttontext">
+          <field name="addFromList" title=" " widget-style="buttontext">
               <hyperlink target="addFromShoppingList?shoppingListId=${shoppingListId}" description="View List" also-hidden="false"/>
           </field>
-          <field name="addAllFromList" title="&amp;nbsp;" widget-style="buttontext">
+          <field name="addAllFromList" title=" " widget-style="buttontext">
               <hyperlink target="addAllFromShoppingList?shoppingListId=${shoppingListId}" description="Quick Add All" also-hidden="false"/>
           </field>
     </form>
@@ -121,16 +121,16 @@
           <field name="productId" title="${uiLabelMap.ProductProduct}">
               <display-entity entity-name="Product" description="${productId} - ${description}"/>
           </field>
-          <field name="addToCart" title="&amp;nbsp;" widget-style="buttontext">
+          <field name="addToCart" title=" " widget-style="buttontext">
               <hyperlink target="additem/editShoppingList?shoppingListId=${shoppingListId}&amp;shoppingListItemSeqId=${shoppingListItemSeqId}&amp;add_product_id=${productId}&amp;quantity=${quantity}"
                   description="Add ${quantity} to Order" also-hidden="false"/>
           </field>
     </form>
     <form name="AddFromShoppingListAll" type="single" target="">
-          <field name="addAllFromList" title="&amp;nbsp;" widget-style="buttontext">
+          <field name="addAllFromList" title=" " widget-style="buttontext">
               <hyperlink target="addAllFromShoppingList?shoppingListId=${shoppingListId}" description="Quick Add All" also-hidden="false"/>
           </field>
-          <field name="returnToOrderEntry" title="&amp;nbsp;" widget-style="buttontext">
+          <field name="returnToOrderEntry" title=" " widget-style="buttontext">
               <hyperlink target="orderentry" description="Return" also-hidden="false"/>
           </field>
     </form>

Modified: trunk/applications/order/widget/ordermgr/QuoteWorkEffortForms.xml
===================================================================
--- trunk/applications/order/widget/ordermgr/QuoteWorkEffortForms.xml	2005-10-08 08:49:43 UTC (rev 5935)
+++ trunk/applications/order/widget/ordermgr/QuoteWorkEffortForms.xml	2005-10-08 08:51:05 UTC (rev 5936)
@@ -39,7 +39,7 @@
                 <sub-hyperlink description="[${workEffortId}]" target="EditQuoteWorkEffort?workEffortId=${workEffortId}&amp;quoteId=${quoteId}" link-style="linktext"/>
             </display-entity>
         </field>
-        <field name="deleteLink" title="&amp;nbsp;" widget-style="linktext">
+        <field name="deleteLink" title=" " widget-style="linktext">
             <hyperlink also-hidden="false" description="[${uiLabelMap.CommonDelete}]" target="removeQuoteWorkEffort?quoteId=${quoteId}&amp;quoteId=${quoteId}"/>
         </field>
     </form>

Modified: trunk/applications/workeffort/widget/WorkEffortForms.xml
===================================================================
--- trunk/applications/workeffort/widget/WorkEffortForms.xml	2005-10-08 08:49:43 UTC (rev 5935)
+++ trunk/applications/workeffort/widget/WorkEffortForms.xml	2005-10-08 08:51:05 UTC (rev 5936)
@@ -232,7 +232,7 @@
         default-title-style="tableheadtext" default-tooltip-style="tabletext" default-widget-style="inputBox"  >
         <alt-target target="createWorkEffortAndAssoc" use-when="workEffortAssoc==null"/>
         <field name="workEffortIdTo" field-name="workEffortIdTo" map-name="workEffortAssoc"><display/></field>
-        <field name="editToLink" title="&amp;nbsp;" widget-style="buttontext" position="2">
+        <field name="editToLink" title=" " widget-style="buttontext" position="2">
             <hyperlink also-hidden="false" description="Edit" target="EditWorkEffort?workEffortId=${workEffortIdTo}"/>
         </field>
         <field name="workEffortIdFrom" field-name="workEffortIdTo" map-name="workEffortAssoc"><display/></field>
@@ -268,16 +268,16 @@
         </field>
         <field name="workEffortTypeId"><display-entity entity-name="WorkEffortType"/></field>
         <field name="workEffortPurposeTypeId"><display-entity entity-name="WorkEffortPurposeType"/></field>
-        <field name="editLink" title="&amp;nbsp;" widget-style="linktext">
+        <field name="editLink" title=" " widget-style="linktext">
             <hyperlink also-hidden="false" description="Edit" target="EditWorkEffort?workEffortId=${workEffortId}&amp;DONE_PAGE=ListWorkEfforts?${queryStringEncoded}"/>
         </field>
-        <field name="childLink" title="&amp;nbsp;" widget-style="linktext">
+        <field name="childLink" title=" " widget-style="linktext">
             <hyperlink also-hidden="false" description="SubNodes" target="ChildWorkEfforts?trail=${workEffortId}&amp;DONE_PAGE=ListWorkEfforts?${queryStringEncoded}"/>
         </field>
-        <field name="editChildLink" title="&amp;nbsp;" widget-style="linktext">
+        <field name="editChildLink" title=" " widget-style="linktext">
             <hyperlink also-hidden="false" description="Detail + SubNodes" target="EditListWorkEfforts?trail=${workEffortId}&amp;DONE_PAGE=ListWorkEfforts?${queryStringEncoded}"/>
         </field>
-        <field name="deleteLink" title="&amp;nbsp;" widget-style="linktext">
+        <field name="deleteLink" title=" " widget-style="linktext">
             <hyperlink also-hidden="false" description="${uiLabelMap.CommonDelete}" target="removeWorkEffort?workEffortId=${workEffortId}"/>
         </field>
     </form>
@@ -288,10 +288,10 @@
         </field>
         <field name="workEffortTypeId"><display-entity entity-name="WorkEffortType"/></field>
         <field name="workEffortPurposeTypeId"><display-entity entity-name="WorkEffortPurposeType"/></field>
-        <field name="detailLink" title="&amp;nbsp;" widget-style="buttontext">
+        <field name="detailLink" title=" " widget-style="buttontext">
             <hyperlink also-hidden="false" description="Detail" target="ListChildWorkEffort?trail=${workEffortId}"/>
         </field>
-        <field name="deleteLink" title="&amp;nbsp;" widget-style="buttontext">
+        <field name="deleteLink" title=" " widget-style="buttontext">
             <hyperlink also-hidden="false" description="${uiLabelMap.CommonDelete}" target="removeWorkEffort?workEffortId=${workEffortId}"/>
         </field>
     </form>
@@ -340,7 +340,7 @@
         <field name="thruDate"><display/></field>
         <field name="statusId"><display-entity entity-name="StatusItem"/></field>
         <field name="preferredContactMechId"><display/></field>
-        <field name="editLink" title="&amp;nbsp;" widget-style="buttontext">
+        <field name="editLink" title=" " widget-style="buttontext">
             <hyperlink also-hidden="false" description="${uiLabelMap.CommonEdit}" target="EditWorkEffortParty?workEffortId=${workEffortId}&amp;partyId=${partyId}&amp;fromDate=${fromDate}"/>
         </field>
     </form>

Modified: trunk/applications/workeffort/widget/WorkEffortQuoteForms.xml
===================================================================
--- trunk/applications/workeffort/widget/WorkEffortQuoteForms.xml	2005-10-08 08:49:43 UTC (rev 5935)
+++ trunk/applications/workeffort/widget/WorkEffortQuoteForms.xml	2005-10-08 08:51:05 UTC (rev 5936)
@@ -39,10 +39,10 @@
         <field name="description"><display/></field>
         <field name="statusItemDescription"><display/></field>
         <field name="issueDate"><display/></field>
-        <field name="editLink" widget-style="buttontext" title="&amp;nbsp;" >
+        <field name="editLink" widget-style="buttontext" title=" " >
                 <hyperlink description="[${uiLabelMap.CommonEdit}]" target="EditWorkEffortQuote?workEffortId=${workEffortId}&amp;quoteId=${quoteId}" link-style="linktext"/>
         </field>
-        <field name="deleteLink" title="&amp;nbsp;" widget-style="linktext">
+        <field name="deleteLink" title=" " widget-style="linktext">
             <hyperlink also-hidden="false" description="[${uiLabelMap.CommonDelete}]" target="deleteWorkEffortQuote?workEffortId=${workEffortId}&amp;quoteId=${quoteId}"/>
         </field>
     </form>
@@ -100,10 +100,10 @@
         <field name="custRequestItemSeqId"><display /></field>
         <field name="estimatedDeliveryDate"><display/></field>
         <field name="comments"><display/></field>
-        <field name="editLink" title="&amp;nbsp;" widget-style="linktext">
+        <field name="editLink" title=" " widget-style="linktext">
             <hyperlink also-hidden="false" description="[${uiLabelMap.CommonEdit}]" target="EditWorkEffortQuoteItem?workEffortId=${workEffortId}&amp;quoteId=${quoteId}&amp;quoteItemSeqId=${quoteItemSeqId}"/>
         </field>
-        <field name="deleteLink" title="&amp;nbsp;" widget-style="linktext">
+        <field name="deleteLink" title=" " widget-style="linktext">
             <hyperlink also-hidden="false" description="[${uiLabelMap.CommonDelete}]" target="deleteWorkEffortQuoteItem?workEffortId=${workEffortId}&amp;quoteId=${quoteId}&amp;quoteItemSeqId=${quoteItemSeqId}"/>
         </field>
     </form>

Modified: trunk/applications/workeffort/widget/WorkEffortRequestForms.xml
===================================================================
--- trunk/applications/workeffort/widget/WorkEffortRequestForms.xml	2005-10-08 08:49:43 UTC (rev 5935)
+++ trunk/applications/workeffort/widget/WorkEffortRequestForms.xml	2005-10-08 08:51:05 UTC (rev 5936)
@@ -38,10 +38,10 @@
         <field name="description"><display/></field>
         <field name="custRequestTypeDescription"><display/></field>
         <field name="statusItemDescription"><display/></field>
-        <field name="editLink" widget-style="buttontext" title="&amp;nbsp;" >
+        <field name="editLink" widget-style="buttontext" title=" " >
             <hyperlink description="[${uiLabelMap.CommonEdit}]" target="EditWorkEffortRequest?workEffortId=${workEffortId}&amp;custRequestId=${custRequestId}" />
         </field>
-        <field name="deleteLink" title="&amp;nbsp;" widget-style="linktext">
+        <field name="deleteLink" title=" " widget-style="linktext">
             <hyperlink also-hidden="false" description="[${uiLabelMap.CommonDelete}]" target="removeWorkEffortRequest?workEffortId=${workEffortId}&amp;custRequestId=${custRequestId}"/>
         </field>
     </form>
@@ -93,10 +93,10 @@
         <field name="priority"><display/></field>
         <field name="productId"><display/></field>
         <field name="description"><display/></field>
-        <field name="editLink" title="&amp;nbsp;" widget-style="linktext">
+        <field name="editLink" title=" " widget-style="linktext">
             <hyperlink also-hidden="false" description="[${uiLabelMap.CommonEdit}]" target="EditWorkEffortRequestItem?workEffortId=${workEffortId}&amp;custRequestId=${custRequestId}&amp;custRequestItemSeqId=${custRequestItemSeqId}"/>
         </field>
-        <field name="deleteLink" title="&amp;nbsp;" widget-style="linktext">
+        <field name="deleteLink" title=" " widget-style="linktext">
             <hyperlink also-hidden="false" description="[${uiLabelMap.CommonDelete}]" target="deleteWorkEffortRequestItem?workEffortId=${workEffortId}&amp;custRequestId=${custRequestId}&amp;custRequestItemSeqId=${custRequestItemSeqId}"/>
         </field>
     </form>

Modified: trunk/framework/example/widget/example/ExampleForms.xml
===================================================================
--- trunk/framework/example/widget/example/ExampleForms.xml	2005-10-08 08:49:43 UTC (rev 5935)
+++ trunk/framework/example/widget/example/ExampleForms.xml	2005-10-08 08:51:05 UTC (rev 5936)
@@ -105,7 +105,7 @@
             </drop-down>
         </field>
             
-        <field name="deleteLink" title="&amp;nbsp;" widget-style="buttontext">
+        <field name="deleteLink" title=" " widget-style="buttontext">
             <hyperlink target="deleteExampleItem?exampleId=${exampleId}&amp;exampleItemSeqId=${exampleItemSeqId}"
                 description="[${uiLabelMap.CommonDelete}]" also-hidden="false"/>
         </field>

Modified: trunk/specialized/community/widget/community/blog/BlogForms.xml
===================================================================
--- trunk/specialized/community/widget/community/blog/BlogForms.xml	2005-10-08 08:49:43 UTC (rev 5935)
+++ trunk/specialized/community/widget/community/blog/BlogForms.xml	2005-10-08 08:51:05 UTC (rev 5936)
@@ -40,10 +40,10 @@
         <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="createBlog" title="&amp;nbsp;" widget-style="buttontext">
+        <field name="createBlog" title=" " widget-style="buttontext">
             <hyperlink also-hidden="false" description="New Blog"  target="EditBlogArticle"/>
         </field>
-        <field name="createForum" title="&amp;nbsp;" widget-style="buttontext">
+        <field name="createForum" title=" " widget-style="buttontext">
             <hyperlink also-hidden="false" description="New Forum"  target="EditForumArticle"/>
         </field>
 

Modified: trunk/specialized/opentravelsystem/webapp/hotelbackend/product/ProductForms.xml
===================================================================
--- trunk/specialized/opentravelsystem/webapp/hotelbackend/product/ProductForms.xml	2005-10-08 08:49:43 UTC (rev 5935)
+++ trunk/specialized/opentravelsystem/webapp/hotelbackend/product/ProductForms.xml	2005-10-08 08:51:05 UTC (rev 5936)
@@ -244,7 +244,7 @@
         </field>
 
         <field name="submitButton" title="${uiLabelMap.CommonUpdate}" widget-style="smallSubmit"><submit button-type="button"/></field>
-        <field name="deleteLink" title="&amp;nbsp;" widget-style="buttontext">
+        <field name="deleteLink" title=" " widget-style="buttontext">
             <hyperlink target="deleteProductPrice?productId=${productId}&amp;productPriceTypeId=${productPriceTypeId}&amp;currencyUomId=${currencyUomId}&amp;productStoreGroupId=${productStoreGroupId}&amp;fromDate=${fromDate}"
                 description="[${uiLabelMap.CommonDelete}]" also-hidden="false"/>
         </field>
@@ -286,7 +286,7 @@
         <field name="thruDate" title="${uiLabelMap.CommonThruDateTime}"></field>
         <field name="comments" title="${uiLabelMap.ProductComments}" ><ignored/></field>
         <field name="submitButton" title="${uiLabelMap.CommonUpdate}" widget-style="smallSubmit"><submit button-type="button"/></field>
-        <field name="deleteLink" title="&amp;nbsp;" widget-style="buttontext">
+        <field name="deleteLink" title=" " widget-style="buttontext">
             <hyperlink target="removeProductFromCategory?productId=${productId}&amp;productCategoryId=${productCategoryId}&amp;fromDate=${fromDate}"
                 description="[${uiLabelMap.CommonDelete}]" also-hidden="false"/>
         </field>
@@ -364,7 +364,7 @@
             </drop-down>
         </field>
         <field name="submitButton" title="${uiLabelMap.CommonUpdate}" widget-style="smallSubmit"><submit button-type="button"/></field>
-        <field name="deleteLink" title="&amp;nbsp;" widget-style="buttontext">
+        <field name="deleteLink" title=" " widget-style="buttontext">
             <hyperlink target="removeContentFromProduct?productId=${productContent.productId}&amp;contentId=${productContent.contentId}&amp;productContentTypeId=${productContent.productContentTypeId}&amp;fromDate=${productContent.fromDate}"
                 description="[${uiLabelMap.CommonDelete}]" also-hidden="false"/>
         </field>
@@ -525,11 +525,11 @@
         <field name="lastPrice"><display/></field>
         <field name="currencyUomId" title="Currency"><display/></field>
 
-        <field name="updateLink" title="&amp;nbsp;" widget-style="buttontext">
+        <field name="updateLink" title=" " widget-style="buttontext">
             <hyperlink target="EditProductSuppliers?productId=${productId}&amp;partyId=${partyId}&amp;currencyUomId=${currencyUomId}&amp;minimumOrderQuantity=${minimumOrderQuantity}"
                 description="[${uiLabelMap.CommonUpdate}]" also-hidden="false"/>
         </field>
-        <field name="deleteLink" title="&amp;nbsp;" widget-style="buttontext">
+        <field name="deleteLink" title=" " widget-style="buttontext">
             <hyperlink target="removeSupplierProduct?productId=${productId}&amp;partyId=${partyId}&amp;currencyUomId=${currencyUomId}&amp;minimumOrderQuantity=${minimumOrderQuantity}"
                 description="[${uiLabelMap.CommonDelete}]" also-hidden="false"/>
         </field>
@@ -593,7 +593,7 @@
             </drop-down>
         </field>
         <field name="submitButton" title="Update" widget-style="smallSubmit"><submit button-type="button"/></field>
-        <field name="deleteLink" title="&amp;nbsp;" widget-style="buttontext">
+        <field name="deleteLink" title=" " widget-style="buttontext">
             <hyperlink target="removeContentFromCategory?productCategoryId=${categoryContent.productCategoryId}&amp;contentId=${categoryContent.contentId}&amp;prodCatContentTypeId=${categoryContent.prodCatContentTypeId}&amp;fromDate=${categoryContent.fromDate}"
                 description="[Delete]" also-hidden="false"/>
         </field>
@@ -661,7 +661,7 @@
         <field name="fromDate" title="${uiLabelMap.CommonFromDateTime}" widget-style="tabletext"><display/></field>
 
         <field name="submitButton" title="${uiLabelMap.CommonUpdate}" widget-style="smallSubmit"><submit button-type="button"/></field>
-        <field name="deleteLink" title="&amp;nbsp;" widget-style="buttontext">
+        <field name="deleteLink" title=" " widget-style="buttontext">
             <hyperlink target="deleteProductConfig?productId=${productId}&amp;configItemId=${configItemId}&amp;sequenceNum=${sequenceNum}&amp;fromDate=${fromDate}"
                 description="[${uiLabelMap.CommonDelete}]" also-hidden="false"/>
         </field>
@@ -688,10 +688,10 @@
 
 <!-- 			<display-entity entity-name="FixedAsset" description="${fixedAssetName}[${fixedAssetId}]"/> -->
 			
-		<field name="edit" title="&amp;nbsp;" widget-style="buttontext"> 
+		<field name="edit" title=" " widget-style="buttontext"> 
 				<hyperlink description="[${uiLabelMap.CommonEdit}]" target="showFixedAssetProduct?fixedAssetId=${fixedAssetId}&amp;productId=${productId}&amp;fixedAssetProductTypeId=${fixedAssetProductTypeId}&amp;fromDate=${fromDate}"/>
 				</field>
-		<field name="del" title="&amp;nbsp;" widget-style="buttontext" separate-column="false"> 
+		<field name="del" title=" " widget-style="buttontext" separate-column="false"> 
 				<hyperlink description="[${uiLabelMap.CommonDelete}]" target="removeFixedAssetProduct?fixedAssetId=${fixedAssetId}&amp;productId=${productId}&amp;fixedAssetProductTypeId=${fixedAssetProductTypeId}&amp;fromDate=${fromDate}"/>
 				</field>
 		<field name="fixedAssetId" title="${uiLabelMap.AccountingFixedAsset}[${uiLabelMap.AccountingFixedAssetId}]" widget-style="buttontext" > 

Modified: trunk/specialized/opentravelsystem/webapp/hotelbackend/screens/CatalogForms.xml
===================================================================
--- trunk/specialized/opentravelsystem/webapp/hotelbackend/screens/CatalogForms.xml	2005-10-08 08:49:43 UTC (rev 5935)
+++ trunk/specialized/opentravelsystem/webapp/hotelbackend/screens/CatalogForms.xml	2005-10-08 08:51:05 UTC (rev 5936)
@@ -61,7 +61,7 @@
         <field name="sequenceNum" widget-style="inputBox" title="Seq Number"><text size="2" maxlength="2"/></field>
         <field name="thruDate" title="${uiLabelMap.CommonThruDate}" widget-style="inputBox"> <date-time/></field>
         <field name="submitButton" title="${uiLabelMap.CommonUpdate}" widget-style="smallSubmit"><submit button-type="button"/></field>
-        <field name="deleteLink" title="&amp;nbsp;" widget-style="buttontext">
+        <field name="deleteLink" title=" " widget-style="buttontext">
             <hyperlink target="removeCategoryProductMember" description="[Remove Product from Category]" also-hidden="false"/>
         </field>
     </form>
@@ -249,7 +249,7 @@
         <field name="sequenceNum"><hidden/></field>
         <field name="thruDate" title="${uiLabelMap.CommonThruDateTime}"></field>
         <field name="submitButton" title="${uiLabelMap.CommonUpdate}" widget-style="smallSubmit"><submit button-type="button"/></field>
-        <field name="deleteLink" title="&amp;nbsp;" widget-style="buttontext">
+        <field name="deleteLink" title=" " widget-style="buttontext">
             <hyperlink target="removeProductFromCategory?productId=${productId}&amp;productCategoryId=${productCategoryId}&amp;fromDate=${fromDate}"
                 description="[${uiLabelMap.CommonDelete}]" also-hidden="false"/>
         </field>

Modified: trunk/specialized/opentravelsystem/webapp/website/data/DataResourceForms.xml
===================================================================
--- trunk/specialized/opentravelsystem/webapp/website/data/DataResourceForms.xml	2005-10-08 08:49:43 UTC (rev 5935)
+++ trunk/specialized/opentravelsystem/webapp/website/data/DataResourceForms.xml	2005-10-08 08:51:05 UTC (rev 5936)
@@ -46,7 +46,7 @@
         <field name="submitButton" title="Find" widget-style="smallSubmit">
             <submit button-type="button"/>
         </field>
-        <field name="createLink" title="&amp;nbsp;" widget-style="buttontext">
+        <field name="createLink" title=" " widget-style="buttontext">
             <hyperlink also-hidden="false" description="Create New" target="AddDataResource"/>
         </field>
     </form>
@@ -56,7 +56,7 @@
         list-name="entityList" paginate-target="/FindDataResource" 
         title="" type="list">
         <auto-fields-entity entity-name="DataResource" default-field-type="display"/>
-        <field name="dataResourceId" title="&amp;nbsp;" widget-style="buttontext">
+        <field name="dataResourceId" title=" " widget-style="buttontext">
             <hyperlink also-hidden="false" description="${dataResourceId}" target="gotoDataResource?dataResourceId=${dataResourceId}"/>
         </field>
     </form>
@@ -75,7 +75,7 @@
         list-name="entityList" paginate-target="/LookupDataResource" 
         title="" type="list">
         <auto-fields-entity entity-name="DataResource" default-field-type="display"/>
-        <field name="dataResourceId" title="&amp;nbsp;" 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>
@@ -92,10 +92,10 @@
         default-tooltip-style="tabletext" default-widget-style="inputBox" extends="DataResourceMaster">
         <field name="dataResourceId"><display/></field>
         <field name="submitButton" title="Update" widget-style="smallSubmit"><submit button-type="button"/></field>
-        <!--field name="createLink" title="&amp;nbsp;" widget-style="buttontext" position="1">
+        <!--field name="createLink" title=" " widget-style="buttontext" position="1">
             <hyperlink also-hidden="false" description="Create New" target="AddDataResource"/>
         </field>
-        <field name="createContent" title="&amp;nbsp;" 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>
@@ -266,7 +266,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="&amp;nbsp;" widget-style="buttontext">
+        <field name="deleteLink" title=" " widget-style="buttontext">
             <hyperlink also-hidden="false" description="[Delete]" target="removeDataResourceAttribute?dataResourceId=${dataResourceId}&amp;attrName=${attrName}"/>
         </field>
     </form>
@@ -297,7 +297,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="&amp;nbsp;" widget-style="buttontext">
+        <field name="deleteLink" title=" " widget-style="buttontext">
             <hyperlink also-hidden="false" description="[Delete]" target="removeDataResourceRole?dataResourceId=${dataResourceId}&amp;roleTypeId=${roleTypeId}&amp;partyId=${partyId}&amp;fromDate=${fromDate}"/>
         </field>
     </form>
@@ -319,7 +319,7 @@
         target="" title="" type="list">
         <auto-fields-entity entity-name="ProductFeatureDataResource" default-field-type="display"/>
         <field name="dataResourceId"><hidden/></field>
-        <field name="deleteLink" title="&amp;nbsp;" widget-style="buttontext">
+        <field name="deleteLink" title=" " widget-style="buttontext">
             <hyperlink also-hidden="false" description="[Delete]" target="removeDataResourceProductFeature?dataResourceId=${dataResourceId}&amp;productFeatureId=${productFeatureId}"/>
         </field>
     </form>
@@ -352,7 +352,7 @@
         list-name="entityList" paginate-target="/LookupProductFeature" 
         title="" type="list">
         <auto-fields-entity entity-name="ProductFeature" default-field-type="display"/>
-        <field name="productFeatureId" title="&amp;nbsp;" 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