|
Author: jleroux
Date: Sun May 27 08:41:47 2012 New Revision: 1343016 URL: http://svn.apache.org/viewvc?rev=1343016&view=rev Log: Replaces all remaining title="${uiLabelMap.CommonEmptyHeader}" by title=" ", and specific case in ListPartyCommEvents This closes the CommonEmptyHeader chapter Modified: ofbiz/trunk/applications/accounting/widget/GlForms.xml ofbiz/trunk/applications/accounting/widget/GlobalGlAccountsForms.xml ofbiz/trunk/applications/content/widget/cms/CMSForms.xml ofbiz/trunk/applications/content/widget/content/DataResourceForms.xml ofbiz/trunk/applications/content/widget/datasetup/DataSetupForms.xml ofbiz/trunk/applications/humanres/widget/forms/EmplPositionForms.xml ofbiz/trunk/applications/marketing/widget/MarketingCampaignForms.xml ofbiz/trunk/applications/order/widget/ordermgr/ReportForms.xml ofbiz/trunk/applications/order/widget/ordermgr/RequirementForms.xml ofbiz/trunk/applications/party/widget/partymgr/CommunicationEventForms.xml ofbiz/trunk/applications/party/widget/partymgr/PartyClassificationForms.xml ofbiz/trunk/applications/party/widget/partymgr/PartyForms.xml ofbiz/trunk/applications/product/widget/catalog/CategoryForms.xml ofbiz/trunk/applications/product/widget/catalog/PriceForms.xml ofbiz/trunk/applications/product/widget/catalog/ProductStoreForms.xml ofbiz/trunk/framework/common/widget/PortalPageForms.xml ofbiz/trunk/framework/webtools/widget/GeoManagementForms.xml ofbiz/trunk/framework/webtools/widget/StatsForms.xml ofbiz/trunk/specialpurpose/ebaystore/widget/EbaySellingManagerForms.xml ofbiz/trunk/specialpurpose/ecommerce/widget/ContentForms.xml ofbiz/trunk/specialpurpose/ecommerce/widget/ForumForms.xml ofbiz/trunk/specialpurpose/ecommerce/widget/blog/BlogForms.xml ofbiz/trunk/specialpurpose/example/widget/example/FormWidgetExampleForms.xml ofbiz/trunk/specialpurpose/hhfacility/widget/hhfacility/FacilityForms.xml ofbiz/trunk/specialpurpose/scrum/widget/scrumForms.xml Modified: ofbiz/trunk/applications/accounting/widget/GlForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/widget/GlForms.xml?rev=1343016&r1=1343015&r2=1343016&view=diff ============================================================================== --- ofbiz/trunk/applications/accounting/widget/GlForms.xml (original) +++ ofbiz/trunk/applications/accounting/widget/GlForms.xml Sun May 27 08:41:47 2012 @@ -144,7 +144,7 @@ under the License. <parameter param-name="acctgTransId"/> </hyperlink> </field> - <field name="postAcctgTrans" title="${uiLabelMap.CommonEmptyHeader}" use-when="!"N".equals(isPosted)"><display/></field> + <field name="postAcctgTrans" title=" " use-when="!"N".equals(isPosted)"><display/></field> </form> <form name="ListUnpostedAcctgTrans" type="list" title="Unposted Accounting Transactions" list-name="transactions" Modified: ofbiz/trunk/applications/accounting/widget/GlobalGlAccountsForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/widget/GlobalGlAccountsForms.xml?rev=1343016&r1=1343015&r2=1343016&view=diff ============================================================================== --- ofbiz/trunk/applications/accounting/widget/GlobalGlAccountsForms.xml (original) +++ ofbiz/trunk/applications/accounting/widget/GlobalGlAccountsForms.xml Sun May 27 08:41:47 2012 @@ -181,7 +181,7 @@ under the License. <form name="GlAccountsNavForm" type="single" target="" title="GL Accounts" default-map-name="journal" header-row-style="header-row" default-table-style="basic-table"> - <field name="backToAdmin" title="${uiLabelMap.CommonEmptyHeader}"> + <field name="backToAdmin" title=" "> <hyperlink also-hidden="false" description="${uiLabelMap.AccountingBackToAdmin}" target="AdminMain"> <parameter param-name="organizationPartyId"/> </hyperlink> Modified: ofbiz/trunk/applications/content/widget/cms/CMSForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/widget/cms/CMSForms.xml?rev=1343016&r1=1343015&r2=1343016&view=diff ============================================================================== --- ofbiz/trunk/applications/content/widget/cms/CMSForms.xml (original) +++ ofbiz/trunk/applications/content/widget/cms/CMSForms.xml Sun May 27 08:41:47 2012 @@ -44,7 +44,7 @@ under the License. </service> </actions> - <field name="caContentIdTo" title="${uiLabelMap.CommonEmptyHeader}"> + <field name="caContentIdTo" title=" "> <hyperlink also-hidden="false" description="${caContentIdTo}" target="EditAddContent"> <parameter param-name="MASTER_contentId" from-field="contentId"/> <parameter param-name="MASTER_drDataResourceId" from-field="drDataResourceId"/> @@ -132,7 +132,7 @@ under the License. <field name="newTopicDescription" title="Description" position="3"> <text size="24"/> </field> - <field name="createTopic" title="${uiLabelMap.CommonEmptyHeader}" position="4"> + <field name="createTopic" title=" " position="4"> <hyperlink also-hidden="false" target="createTopic${pageName}" description="Create Topic"> <parameter param-name="mode" value="restore"/> </hyperlink> @@ -295,7 +295,7 @@ under the License. <hidden value="${dataResourceTypeId}"/> </field> <!-- - <field name="submitContentEdit" title="${uiLabelMap.CommonEmptyHeader}"> + <field name="submitContentEdit" title=" "> <hyperlink also-hidden="false" description="Submit" target="javascript:document.EditAddContent.action='${persistAction}'; document.EditAddContent.submit()" target-type="plain"/> </field> --> @@ -393,7 +393,7 @@ under the License. </form> <form name="AdminIndexAll" target="indexTree" title="" type="single" header-row-style="header-row" default-table-style="basic-table"> - <field name="contentId" title="${uiLabelMap.CommonEmptyHeader}" position="1"><text size="50" default-value="WebStoreCONTENT"/></field> + <field name="contentId" title=" " position="1"><text size="50" default-value="WebStoreCONTENT"/></field> <field name="submitButton" title="${uiLabelMap.ContentIndexAll}" widget-style="smallSubmit" position="2"><submit button-type="button"/></field> </form> @@ -403,7 +403,7 @@ under the License. </form> <form name="searchList" type="list" target="" list-name="queryResults" paginate-target="/AdminSearch" odd-row-style="alternate-row" default-table-style="basic-table hover-bar"> - <field name="editContent" title="${uiLabelMap.CommonEmptyHeader}"> + <field name="editContent" title=" "> <hyperlink also-hidden="false" description="${uiLabelMap.CommonEdit}" target="CMSContentEdit"> <parameter param-name="contentId"/> <parameter param-name="drDataResourceId" from-field="dataResourceId"/> Modified: ofbiz/trunk/applications/content/widget/content/DataResourceForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/widget/content/DataResourceForms.xml?rev=1343016&r1=1343015&r2=1343016&view=diff ============================================================================== --- ofbiz/trunk/applications/content/widget/content/DataResourceForms.xml (original) +++ ofbiz/trunk/applications/content/widget/content/DataResourceForms.xml Sun May 27 08:41:47 2012 @@ -358,7 +358,7 @@ under the License. <form name="AddDataResourceAttribute" target="addDataResourceAttribute" title="" type="single" header-row-style="header-row" default-table-style="basic-table"> <auto-fields-service service-name="createDataResourceAttribute"/> - <field name="dataResourceId" title="${uiLabelMap.CommonEmptyHeader}" map-name="currentValue"><display/></field> + <field name="dataResourceId" title=" " map-name="currentValue"><display/></field> <field name="submitButton" title="${uiLabelMap.CommonAdd}" widget-style="smallSubmit"><submit button-type="button"/></field> </form> <form name="ListDataResourceAttribute" list-name="dataResourceAttribute" target="updateDataResourceAttribute" title="" type="list" @@ -386,8 +386,8 @@ under the License. <form name="AddDataResourceRole" target="addDataResourceRole" title="" type="single" header-row-style="header-row" default-table-style="basic-table"> <auto-fields-entity entity-name="DataResourceRole"/> - <field name="dataResourceId" title="${uiLabelMap.CommonEmptyHeader}" map-name="currentValue"><display/></field> - <field name="partyId" title="${uiLabelMap.CommonEmptyHeader}"><lookup target-form-name="LookupPerson"/></field> + <field name="dataResourceId" title=" " map-name="currentValue"><display/></field> + <field name="partyId" title=" "><lookup target-form-name="LookupPerson"/></field> <field name="roleTypeId"> <drop-down allow-empty="true"> <entity-options description="${description}" entity-name="RoleType" key-field-name="roleTypeId"/> Modified: ofbiz/trunk/applications/content/widget/datasetup/DataSetupForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/widget/datasetup/DataSetupForms.xml?rev=1343016&r1=1343015&r2=1343016&view=diff ============================================================================== --- ofbiz/trunk/applications/content/widget/datasetup/DataSetupForms.xml (original) +++ ofbiz/trunk/applications/content/widget/datasetup/DataSetupForms.xml Sun May 27 08:41:47 2012 @@ -151,7 +151,7 @@ under the License. <form name="AddFileExtension" target="addFileExtension" title="" type="single" header-row-style="header-row" default-table-style="basic-table"> <auto-fields-service service-name="createFileExtension"/> - <field name="mimeTypeId" title="${uiLabelMap.CommonEmptyHeader}"> + <field name="mimeTypeId" title=" "> <drop-down allow-empty="false"> <entity-options description="${description}" entity-name="MimeType" key-field-name="mimeTypeId"/> @@ -170,7 +170,7 @@ under the License. <field name="fileExtensionId"> <display/> </field> - <field name="mimeTypeId" title="${uiLabelMap.CommonEmptyHeader}"> + <field name="mimeTypeId" title=" "> <drop-down allow-empty="false"> <entity-options description="${description}" entity-name="MimeType" key-field-name="mimeTypeId"/> Modified: ofbiz/trunk/applications/humanres/widget/forms/EmplPositionForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/humanres/widget/forms/EmplPositionForms.xml?rev=1343016&r1=1343015&r2=1343016&view=diff ============================================================================== --- ofbiz/trunk/applications/humanres/widget/forms/EmplPositionForms.xml (original) +++ ofbiz/trunk/applications/humanres/widget/forms/EmplPositionForms.xml Sun May 27 08:41:47 2012 @@ -345,7 +345,7 @@ under the License. </entity-options> </drop-down> </field> - <field name="dummy1" title="${uiLabelMap.CommonEmptyHeader}" position="1"><display/></field> + <field name="dummy1" title=" " position="1"><display/></field> <field name="submitButton" title="${uiLabelMap.CommonCreate}" widget-style="buttontext"><submit button-type="text-link"/></field> </form> </forms> Modified: ofbiz/trunk/applications/marketing/widget/MarketingCampaignForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/marketing/widget/MarketingCampaignForms.xml?rev=1343016&r1=1343015&r2=1343016&view=diff ============================================================================== --- ofbiz/trunk/applications/marketing/widget/MarketingCampaignForms.xml (original) +++ ofbiz/trunk/applications/marketing/widget/MarketingCampaignForms.xml Sun May 27 08:41:47 2012 @@ -60,7 +60,7 @@ under the License. <hidden value="${donePage}"/> </field> <field name="submitButton" title="${uiLabelMap.CommonSave}" widget-style="buttontext"><submit button-type="text-link"/></field> - <field name="cancelLink" widget-style="buttontext" title="${uiLabelMap.CommonEmptyHeader}"><hyperlink target="${donePage}" also-hidden="false" description="${uiLabelMap.CommonCancelDone}" target-type="inter-app"/></field> + <field name="cancelLink" widget-style="buttontext" title=" "><hyperlink target="${donePage}" also-hidden="false" description="${uiLabelMap.CommonCancelDone}" target-type="inter-app"/></field> </form> <form name="ListMarketingCampaign" type="list" paginate-target="listMarketingCampaign" @@ -138,7 +138,7 @@ under the License. </drop-down> </field> <field name="submitButton" title="${uiLabelMap.CommonSave}" widget-style="buttontext"><submit button-type="text-link"/></field> - <field name="cancelLink" widget-style="buttontext" title="${uiLabelMap.CommonEmptyHeader}"> + <field name="cancelLink" widget-style="buttontext" title=" "> <hyperlink target="${donePage}" also-hidden="false" description="${uiLabelMap.CommonCancelDone}"> <parameter param-name="marketingCampaignId"/> </hyperlink> Modified: ofbiz/trunk/applications/order/widget/ordermgr/ReportForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/widget/ordermgr/ReportForms.xml?rev=1343016&r1=1343015&r2=1343016&view=diff ============================================================================== --- ofbiz/trunk/applications/order/widget/ordermgr/ReportForms.xml (original) +++ ofbiz/trunk/applications/order/widget/ordermgr/ReportForms.xml Sun May 27 08:41:47 2012 @@ -245,7 +245,7 @@ under the License. <form name="OrderByReferrer" type="single" target="OrderByReferrer.pdf" target-window="_BLANK"> <!--field name="referrerUrl"><text-find default-option="contains"/></field--> - <field name="referrerUrl" title="${uiLabelMap.CommonEmptyHeader}"><display description="All Referrer"></display></field> + <field name="referrerUrl" title=" "><display description="All Referrer"></display></field> <field name="submit" title="${uiLabelMap.CommonRun}"><submit button-type="button"/></field> </form> <form name="SaleOrdersByChannel" type="single" target="OrdersByChannel.pdf" target-window="_BLANK"> @@ -260,7 +260,7 @@ under the License. <field name="submit" title="${uiLabelMap.CommonRun}"><submit button-type="button"/></field> </form> <form name="SaleOrderDiscountCode" type="single" target="OrderDiscountCode.pdf" target-window="_BLANK"> - <field name="discountCodeUrl" title="${uiLabelMap.CommonEmptyHeader}"><display description="All order items with discount code"></display></field> + <field name="discountCodeUrl" title=" "><display description="All order items with discount code"></display></field> <field name="submit" title="${uiLabelMap.CommonRun}"><submit button-type="button"/></field> </form> <form name="Last3MonthsSalesReport" type="single" target="Last3MonthsSalesReport.pdf" target-window="_BLANK"> Modified: ofbiz/trunk/applications/order/widget/ordermgr/RequirementForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/widget/ordermgr/RequirementForms.xml?rev=1343016&r1=1343015&r2=1343016&view=diff ============================================================================== --- ofbiz/trunk/applications/order/widget/ordermgr/RequirementForms.xml (original) +++ ofbiz/trunk/applications/order/widget/ordermgr/RequirementForms.xml Sun May 27 08:41:47 2012 @@ -104,7 +104,7 @@ under the License. <parameter param-name="requirementId"/> </hyperlink> </field> - <field name="deleteLink" widget-style="buttontext" title="${uiLabelMap.CommonEmptyHeader}"> + <field name="deleteLink" widget-style="buttontext" title=" "> <hyperlink description="${uiLabelMap.CommonRemove}" target="deleteRequirement"> <parameter param-name="requirementId"/> </hyperlink> Modified: ofbiz/trunk/applications/party/widget/partymgr/CommunicationEventForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/widget/partymgr/CommunicationEventForms.xml?rev=1343016&r1=1343015&r2=1343016&view=diff ============================================================================== --- ofbiz/trunk/applications/party/widget/partymgr/CommunicationEventForms.xml (original) +++ ofbiz/trunk/applications/party/widget/partymgr/CommunicationEventForms.xml Sun May 27 08:41:47 2012 @@ -489,13 +489,13 @@ under the License. <form name="ListPartyCommEvents" type="list" target="RemoveCommunicationEventRole" list-name="listIt" odd-row-style="alternate-row" header-row-style="header-row-2" default-table-style="basic-table hover-bar"> <actions> - <set field="parameters.sortField" from-field="parameters.sortField" default-value="${groovy: 'true'.equals(parameters.all)?'-entryDate':'entryDate'}"/> + <set field="parameters.sortField" from-field="parameters.sortField" default-value="${groovy: 'true'.equals(parameters.all) ? '-entryDate' : 'entryDate'}"/> <set field="searchParameters.partyId" from-field="partyId"/> <set field="searchParameters.statusId" value="COM_UNKNOWN_PARTY"/> <set field="searchParameters.statusId_op" value="notEqual"/> - <set field="searchParameters.roleStatusId" value="${groovy:"true".equals(parameters.all)?"dummy":"COM_ROLE_COMPLETED"}"/> + <set field="searchParameters.roleStatusId" value="${groovy: 'true'.equals(parameters.all) ? 'dummy' : 'COM_ROLE_COMPLETED'}"/> <set field="searchParameters.roleStatusId_op" value="notEqual"/> - <set field="searchParameters.communicationEventTypeId" value="${groovy:internalNotesOnly&&"true".equals(internalNotesOnly)?"COMMENT_NOTE":""}"/> + <set field="searchParameters.communicationEventTypeId" value="${groovy: internalNotesOnly && 'true'.equals(internalNotesOnly) ? 'COMMENT_NOTE' : ''}"/> <service service-name="performFind" result-map="result" result-map-list="listIt"> <field-map field-name="inputFields" from-field="searchParameters"/> <field-map field-name="entityName" value="CommunicationEventAndRole"/> @@ -505,7 +505,7 @@ under the License. </service> </actions> <row-actions> - <set field="toComplete" value="${bsh:"COM_ROLE_READ".equals(roleStatusId)?"PartyToComplete":"CommonEmptyHeader"}"/> + <set field="toComplete" value="${groovy: 'COM_ROLE_READ'.equals(roleStatusId) ? 'PartyToComplete' : ' '}"/> </row-actions> <field name="deleteCommEventIfLast"><hidden value="Y"/></field> <field name="delContentDataResource"><hidden value="Y"/></field> @@ -956,8 +956,8 @@ under the License. <field name="donePage"><hidden value="${donePage}"/></field> <field name="communicationEventId"><hidden value="${parameters.communicationEventId}"/></field> <field name="delContentDataResource"><hidden value="Y"/></field> - <field name="dummy1" title="${uiLabelMap.CommonEmptyHeader}" position="1"><display/></field> - <field name="dummy2" title="${uiLabelMap.CommonEmptyHeader}" position="2"><display/></field> + <field name="dummy1" title=" " position="1"><display/></field> + <field name="dummy2" title=" " position="2"><display/></field> <field name="deleteEmail" widget-style="smallSubmit" position="3"><submit/></field> </form> <form name="EditRequestFromCommEvent" type="single" target="createRequestFromCommEvent" default-map-name="communicationEvent"> Modified: ofbiz/trunk/applications/party/widget/partymgr/PartyClassificationForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/widget/partymgr/PartyClassificationForms.xml?rev=1343016&r1=1343015&r2=1343016&view=diff ============================================================================== --- ofbiz/trunk/applications/party/widget/partymgr/PartyClassificationForms.xml (original) +++ ofbiz/trunk/applications/party/widget/partymgr/PartyClassificationForms.xml Sun May 27 08:41:47 2012 @@ -58,7 +58,7 @@ under the License. <display-entity entity-name="PartyClassificationType" key-field-name="partyClassificationTypeId" description="${description}"/> </field> <field name="parentGroupId"><display/></field> - <field name="description" title="${uiLabelMap.CommonEmptyHeader}"><display/></field> + <field name="description" title=" "><display/></field> <field name="deleteLink" title=" " widget-style="buttontext"> <hyperlink target="deletePartyClassificationGroup" description="${uiLabelMap.CommonDelete}" also-hidden="false"> <parameter param-name="partyClassificationGroupId"/> Modified: ofbiz/trunk/applications/party/widget/partymgr/PartyForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/widget/partymgr/PartyForms.xml?rev=1343016&r1=1343015&r2=1343016&view=diff ============================================================================== --- ofbiz/trunk/applications/party/widget/partymgr/PartyForms.xml (original) +++ ofbiz/trunk/applications/party/widget/partymgr/PartyForms.xml Sun May 27 08:41:47 2012 @@ -488,7 +488,7 @@ under the License. <field use-when="displayPassword!=null" name="PASSWORD" title="${uiLabelMap.CommonPassword}" tooltip="${uiLabelMap.CommonRequired}" widget-style="required"><password size="15" maxlength="250"/></field> <field use-when="displayPassword!=null" name="CONFIRM_PASSWORD" title="${uiLabelMap.CommonPassword}" tooltip="* ${uiLabelMap.CommonConfirm}" widget-style="required"><password size="15" maxlength="250"/></field> <field name="USERNAME" title="${uiLabelMap.CommonUsername}" tooltip="* ${uiLabelMap.PartyTemporaryPassword}" widget-style="required"><text size="30" maxlength="250"/></field> - <!--<field name="RequiredNote" title="${uiLabelMap.CommonEmptyHeader}"><display description="${uiLabelMap.PartyRequiredNote}" also-hidden="false"/></field> --> + <!--<field name="RequiredNote" title=" "><display description="${uiLabelMap.PartyRequiredNote}" also-hidden="false"/></field> --> <field name="PRODUCT_STORE_ID" title="Product Store" tooltip="${uiLabelMap.CommonRequired}" widget-style="required"> <drop-down> Modified: ofbiz/trunk/applications/product/widget/catalog/CategoryForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/widget/catalog/CategoryForms.xml?rev=1343016&r1=1343015&r2=1343016&view=diff ============================================================================== --- ofbiz/trunk/applications/product/widget/catalog/CategoryForms.xml (original) +++ ofbiz/trunk/applications/product/widget/catalog/CategoryForms.xml Sun May 27 08:41:47 2012 @@ -205,7 +205,7 @@ under the License. <field name="detailSubScreen" tooltip="${uiLabelMap.ProductDetailSubScreenTooltip}"><text size="60" maxlength="255"/></field> <field name="submitButton" use-when="productCategoryLink==null" title="${uiLabelMap.CommonAdd}"><submit button-type="button"/></field> <field name="submitButton" use-when="productCategoryLink!=null" title="${uiLabelMap.CommonUpdate}"><submit button-type="button"/></field> - <field name="clearFormButton" title="${uiLabelMap.CommonEmptyHeader}" use-when="productCategoryLink!=null"> + <field name="clearFormButton" title=" " use-when="productCategoryLink!=null"> <hyperlink target="EditProductCategoryLinks" target-type="intra-app" description="${uiLabelMap.CommonClear}"> <parameter param-name="productCategoryId"/> </hyperlink> Modified: ofbiz/trunk/applications/product/widget/catalog/PriceForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/widget/catalog/PriceForms.xml?rev=1343016&r1=1343015&r2=1343016&view=diff ============================================================================== --- ofbiz/trunk/applications/product/widget/catalog/PriceForms.xml (original) +++ ofbiz/trunk/applications/product/widget/catalog/PriceForms.xml Sun May 27 08:41:47 2012 @@ -93,7 +93,7 @@ </drop-down> </field> <field name="condValueInput" title="${uiLabelMap.ProductValue}" entry-name="condValue"><text size="10"/></field> - <field name="condValue" title="${uiLabelMap.CommonEmptyHeader}"> + <field name="condValue" title=" "> <drop-down allow-empty="false"> <list-options list-name="productPriceRulesCondValues" key-name="condValue"/> </drop-down> @@ -125,7 +125,7 @@ </drop-down> </field> <field name="condValueInput" title="${uiLabelMap.ProductValue}"><text size="10"/></field> - <field name="condValue" title="${uiLabelMap.CommonEmptyHeader}"> + <field name="condValue" title=" "> <drop-down allow-empty="false"> <list-options list-name="productPriceRulesCondValues" key-name="condValue"/> </drop-down> Modified: ofbiz/trunk/applications/product/widget/catalog/ProductStoreForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/widget/catalog/ProductStoreForms.xml?rev=1343016&r1=1343015&r2=1343016&view=diff ============================================================================== --- ofbiz/trunk/applications/product/widget/catalog/ProductStoreForms.xml (original) +++ ofbiz/trunk/applications/product/widget/catalog/ProductStoreForms.xml Sun May 27 08:41:47 2012 @@ -782,7 +782,7 @@ <field name="oversizeUnit" title="${uiLabelMap.ProductOversizeUnit}" tooltip="${uiLabelMap.ProductEach} ((${uiLabelMap.ProductHeight} * 2) + (${uiLabelMap.ProductWidth} * 2) + ${uiLabelMap.ProductDepth}) >= ${uiLabelMap.CommonThis} ${uiLabelMap.ProductNumber}"><text/></field> <field name="oversizePrice" title="${uiLabelMap.ProductOversizeSurcharge}" tooltip="${uiLabelMap.ProductShipamount} : ${uiLabelMap.ProductShipamount} + (${uiLabelMap.ProductOversizeNumber} * ${uiLabelMap.ProductSurcharge})"><text/></field> - <field name="WeightTitle2" title="${uiLabelMap.CommonEmptyHeader}" tooltip="${uiLabelMap.ProductMinMax}" title-area-style="group-label"><display description=" " also-hidden="false"/></field> + <field name="WeightTitle2" title=" " tooltip="${uiLabelMap.ProductMinMax}" title-area-style="group-label"><display description=" " also-hidden="false"/></field> <field name="wmin" title="${uiLabelMap.ProductMinWt}"><text/></field> <field name="wmax" title="${uiLabelMap.ProductMaxWt}"><text/></field> <field name="weightBreakId"> @@ -804,7 +804,7 @@ </field> <field name="wprice" title="${uiLabelMap.ProductPerUnitPrice}" tooltip="${uiLabelMap.ProductOnlyAppliesWithinSpan}"><text/></field> - <field name="QuantityTitle2" title="${uiLabelMap.CommonEmptyHeader}" tooltip="${uiLabelMap.ProductMinMax}" title-area-style="group-label"><display description=" " also-hidden="false"/></field> + <field name="QuantityTitle2" title=" " tooltip="${uiLabelMap.ProductMinMax}" title-area-style="group-label"><display description=" " also-hidden="false"/></field> <field name="qmin" title="${uiLabelMap.ProductMinQt}"><text/></field> <field name="qmax" title="${uiLabelMap.ProductMaxQt}"><text/></field> <field name="quantityBreakId"> @@ -825,7 +825,7 @@ </field> <field name="qprice" title="${uiLabelMap.ProductPerUnitPrice}" tooltip="${uiLabelMap.ProductOnlyAppliesWithinSpan}"><text/></field> - <field name="PriceTitle2" title="${uiLabelMap.CommonEmptyHeader}" tooltip="${uiLabelMap.ProductMinMax}" title-area-style="group-label"><display description=" " also-hidden="false"/></field> + <field name="PriceTitle2" title=" " tooltip="${uiLabelMap.ProductMinMax}" title-area-style="group-label"><display description=" " also-hidden="false"/></field> <field name="pmin" title="${uiLabelMap.ProductMinPr}"><text/></field> <field name="pmax" title="${uiLabelMap.ProductMaxPr}"><text/></field> <field name="priceBreakId"> @@ -929,7 +929,7 @@ <field name="oversizePrice" title="${uiLabelMap.ProductOversizeSurcharge}" tooltip="${uiLabelMap.ProductShipamount} : ${uiLabelMap.ProductShipamount} + (${uiLabelMap.ProductNumber} ${uiLabelMap.ProductOversize} ${uiLabelMap.ProductProducts} * ${uiLabelMap.ProductSurcharge})"><display/></field> <field name="WeightTitle1" title="${uiLabelMap.ProductWeightTitle1}" title-area-style="group-label"><display description=" " also-hidden="false"/></field> - <field name="WeightTitle2" title="${uiLabelMap.CommonEmptyHeader}" tooltip="${uiLabelMap.ProductMinMax}" title-area-style="group-label"><display description=" " also-hidden="false"/></field> + <field name="WeightTitle2" title=" " tooltip="${uiLabelMap.ProductMinMax}" title-area-style="group-label"><display description=" " also-hidden="false"/></field> <field name="weightBreakId"> <display-entity entity-name="QuantityBreak" key-field-name="quantityBreakId" description="${fromQuantity} - ${thruQuantity}"/> </field> @@ -939,7 +939,7 @@ <field name="weightUnitPrice" title="${uiLabelMap.ProductPerUnitPrice}" tooltip="${uiLabelMap.ProductOnlyAppliesWithinSpan}"><display/></field> <field name="QuantityTitle1" title="${uiLabelMap.ProductQuantityTitle1}" title-area-style="group-label"><display description=" " also-hidden="false"/></field> - <field name="QuantityTitle2" title="${uiLabelMap.CommonEmptyHeader}" tooltip="${uiLabelMap.ProductMinMax}" title-area-style="group-label"><display description=" " also-hidden="false"/></field> + <field name="QuantityTitle2" title=" " tooltip="${uiLabelMap.ProductMinMax}" title-area-style="group-label"><display description=" " also-hidden="false"/></field> <field name="quantityBreakId"> <display-entity entity-name="QuantityBreak" key-field-name="quantityBreakId" description="${fromQuantity} - ${thruQuantity}"/> </field> @@ -949,7 +949,7 @@ <field name="quantityUnitPrice" title="${uiLabelMap.ProductPerUnitPrice}" tooltip="${uiLabelMap.ProductOnlyAppliesWithinSpan}"><display/></field> <field name="PriceTitle1" title="${uiLabelMap.ProductPriceTitle1}" title-area-style="group-label"><display description=" " also-hidden="false"/></field> - <field name="PriceTitle2" title="${uiLabelMap.CommonEmptyHeader}" tooltip="${uiLabelMap.ProductMinMax}" title-area-style="group-label"><display description=" " also-hidden="false"/></field> + <field name="PriceTitle2" title=" " tooltip="${uiLabelMap.ProductMinMax}" title-area-style="group-label"><display description=" " also-hidden="false"/></field> <field name="priceBreakId"> <display-entity entity-name="QuantityBreak" key-field-name="quantityBreakId" description="${fromQuantity} - ${thruQuantity}"/> </field> @@ -1081,7 +1081,7 @@ <parameter param-name="paymentServiceTypeEnumId"/> </hyperlink> </field> - <field name="editLink" title="${uiLabelMap.CommonEmptyHeader}" use-when="${bsh:!security.hasEntityPermission("CATALOG", "_UPDATE", session);}"> + <field name="editLink" title=" " use-when="${bsh:!security.hasEntityPermission("CATALOG", "_UPDATE", session);}"> <display/> </field> <field name="deleteLink" title=" " use-when="${bsh:security.hasEntityPermission("CATALOG", "_DELETE", session);}" widget-style="buttontext"> @@ -1091,7 +1091,7 @@ <parameter param-name="paymentServiceTypeEnumId"/> </hyperlink> </field> - <field name="deleteLink" title="${uiLabelMap.CommonEmptyHeader}" use-when="${bsh:!security.hasEntityPermission("CATALOG", "_DELETE", session);}"> + <field name="deleteLink" title=" " use-when="${bsh:!security.hasEntityPermission("CATALOG", "_DELETE", session);}"> <display/> </field> </form> Modified: ofbiz/trunk/framework/common/widget/PortalPageForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/common/widget/PortalPageForms.xml?rev=1343016&r1=1343015&r2=1343016&view=diff ============================================================================== --- ofbiz/trunk/framework/common/widget/PortalPageForms.xml (original) +++ ofbiz/trunk/framework/common/widget/PortalPageForms.xml Sun May 27 08:41:47 2012 @@ -29,32 +29,32 @@ under the License. <parameter param-name="parentPortalPageId" from-field="parameters.parentPortalPageId"/> </hyperlink> </field> - <field name="top" title="${uiLabelMap.CommonEmptyHeader}" use-when="(ownerUserLoginId.equals("_NA_"))||(itemIndex == 0)"><hyperlink target="" description=""/></field> - <field name="bot" title="${uiLabelMap.CommonEmptyHeader}" use-when="(ownerUserLoginId.equals("_NA_"))||(itemIndex == listSize-1)"><hyperlink target="" description=""/></field> - <field name="up" title="${uiLabelMap.CommonEmptyHeader}" use-when="(ownerUserLoginId.equals("_NA_"))||(itemIndex == 0)"><hyperlink target="" description=""/></field> - <field name="dwn" title="${uiLabelMap.CommonEmptyHeader}" use-when="(ownerUserLoginId.equals("_NA_"))||(itemIndex == listSize-1)"><hyperlink target="" description=""/></field> - <field name="top" title="${uiLabelMap.CommonEmptyHeader}" use-when="(!ownerUserLoginId.equals("_NA_"))&&(itemIndex > 0)"> + <field name="top" title=" " use-when="(ownerUserLoginId.equals("_NA_"))||(itemIndex == 0)"><hyperlink target="" description=""/></field> + <field name="bot" title=" " use-when="(ownerUserLoginId.equals("_NA_"))||(itemIndex == listSize-1)"><hyperlink target="" description=""/></field> + <field name="up" title=" " use-when="(ownerUserLoginId.equals("_NA_"))||(itemIndex == 0)"><hyperlink target="" description=""/></field> + <field name="dwn" title=" " use-when="(ownerUserLoginId.equals("_NA_"))||(itemIndex == listSize-1)"><hyperlink target="" description=""/></field> + <field name="top" title=" " use-when="(!ownerUserLoginId.equals("_NA_"))&&(itemIndex > 0)"> <hyperlink target="updatePortalPageSeq" image-location="/images/arrow-end-up-green.png"> <parameter param-name="mode" value="TOP"/> <parameter param-name="portalPageId"/> <parameter param-name="parentPortalPageId" from-field="parameters.parentPortalPageId"/> </hyperlink> </field> - <field name="bot" title="${uiLabelMap.CommonEmptyHeader}" use-when="(!ownerUserLoginId.equals("_NA_"))&&(itemIndex < listSize-1)"> + <field name="bot" title=" " use-when="(!ownerUserLoginId.equals("_NA_"))&&(itemIndex < listSize-1)"> <hyperlink target="updatePortalPageSeq" image-location="/images/arrow-end-down-green.png"> <parameter param-name="mode" value="BOT"/> <parameter param-name="portalPageId"/> <parameter param-name="parentPortalPageId" from-field="parameters.parentPortalPageId"/> </hyperlink> </field> - <field name="up" title="${uiLabelMap.CommonEmptyHeader}" use-when="(!ownerUserLoginId.equals("_NA_"))&&(itemIndex > 0)"> + <field name="up" title=" " use-when="(!ownerUserLoginId.equals("_NA_"))&&(itemIndex > 0)"> <hyperlink target="updatePortalPageSeq" image-location="/images/arrow-single-up-green.png"> <parameter param-name="mode" value="UP"/> <parameter param-name="portalPageId"/> <parameter param-name="parentPortalPageId" from-field="parameters.parentPortalPageId"/> </hyperlink> </field> - <field name="dwn" title="${uiLabelMap.CommonEmptyHeader}" use-when="(!ownerUserLoginId.equals("_NA_"))&&(itemIndex < listSize-1)"> + <field name="dwn" title=" " use-when="(!ownerUserLoginId.equals("_NA_"))&&(itemIndex < listSize-1)"> <hyperlink target="updatePortalPageSeq" image-location="/images/arrow-single-down-green.png"> <parameter param-name="mode" value="DWN"/> <parameter param-name="portalPageId"/> Modified: ofbiz/trunk/framework/webtools/widget/GeoManagementForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/webtools/widget/GeoManagementForms.xml?rev=1343016&r1=1343015&r2=1343016&view=diff ============================================================================== --- ofbiz/trunk/framework/webtools/widget/GeoManagementForms.xml (original) +++ ofbiz/trunk/framework/webtools/widget/GeoManagementForms.xml Sun May 27 08:41:47 2012 @@ -75,7 +75,7 @@ </entity-options> </drop-down> </field> - <field name="dummy" title="${uiLabelMap.CommonEmptyHeader}"><display/></field> + <field name="dummy" title=" "><display/></field> <field name="geoAssocTypeId" title="${uiLabelMap.CommonGeoAssocTypeId}" event="onChange" action="typeValue = jQuery('#${asm_typeField}').val(); selectMultipleRelatedValues('${asm_requestName}', '${asm_paramKey}', '${asm_relatedField}', '${asm_multipleSelect}', '${asm_type}', typeValue, '${asm_responseName}');"> Modified: ofbiz/trunk/framework/webtools/widget/StatsForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/webtools/widget/StatsForms.xml?rev=1343016&r1=1343015&r2=1343016&view=diff ============================================================================== --- ofbiz/trunk/framework/webtools/widget/StatsForms.xml (original) +++ ofbiz/trunk/framework/webtools/widget/StatsForms.xml Sun May 27 08:41:47 2012 @@ -31,7 +31,7 @@ under the License. <field name="avgTime" title="${uiLabelMap.WebtoolsStatsAvg}"><display/></field> <field name="maxTime" title="${uiLabelMap.WebtoolsStatsMax}"><display/></field> <field name="hitsPerMin" title="${uiLabelMap.WebtoolsStatsHitsPerMin}"><display/></field> - <field name="viewBins" widget-style="buttontext" title="${uiLabelMap.CommonEmptyHeader}"> + <field name="viewBins" widget-style="buttontext" title=" "> <hyperlink description="${uiLabelMap.WebtoolsStatsViewBins}" target="StatBinsHistory"> <parameter param-name="statsId" from-field="requestId"/> <parameter param-name="type" from-field="requestType"/> Modified: ofbiz/trunk/specialpurpose/ebaystore/widget/EbaySellingManagerForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ebaystore/widget/EbaySellingManagerForms.xml?rev=1343016&r1=1343015&r2=1343016&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/ebaystore/widget/EbaySellingManagerForms.xml (original) +++ ofbiz/trunk/specialpurpose/ebaystore/widget/EbaySellingManagerForms.xml Sun May 27 08:41:47 2012 @@ -393,7 +393,7 @@ under the License. <field name="emailType"><hidden value="${emailType}"/></field> <field name="fromAddress"><hidden value="${fromAddress}"/></field> <field name="dataResourceId"><hidden value="${dataResourceId}"/></field> - <field name="emailDetail" title="${uiLabelMap.CommonEmptyHeader}" widget-area-style="h2"><display description="${uiLabelMap.EbayEmailDetail}"/></field> + <field name="emailDetail" title=" " widget-area-style="h2"><display description="${uiLabelMap.EbayEmailDetail}"/></field> <field name="autoText" action="doSelect(this.id)" event="onchange" > <drop-down allow-empty="true"> <option key="$\{buyerUserId}" description="Buyer User ID"/> @@ -449,10 +449,10 @@ under the License. </field> <field name="subject"><text/></field> <field name="textData" title="${uiLabelMap.CommonMessage}"><textarea visual-editor-enable="true" rows="20" cols="120" default-value="${textData}"/></field> - <!--field name="paymentInfo" title="${uiLabelMap.CommonEmptyHeader}" widget-area-style="h2"><display description="${uiLabelMap.EbayPaymentInformation}"/></field> - <field name="includePayment" title="${uiLabelMap.CommonEmptyHeader}" tooltip="${uiLabelMap.EbayIncludePayNowButtonAndAcceptPaymentMethods}" tooltip-style="h3"><check/></field> - <field name="crossPromotions" title="${uiLabelMap.CommonEmptyHeader}" widget-area-style="h2"><display description="${uiLabelMap.EbayCrossPromotions}"/></field> - <field name="includeCrossPromotions" title="${uiLabelMap.CommonEmptyHeader}" tooltip="${uiLabelMap.EbayIncludeMyDefaultCrossPromotionInThisEmail}" tooltip-style="h3"><check/></field--> + <!--field name="paymentInfo" title=" " widget-area-style="h2"><display description="${uiLabelMap.EbayPaymentInformation}"/></field> + <field name="includePayment" title=" " tooltip="${uiLabelMap.EbayIncludePayNowButtonAndAcceptPaymentMethods}" tooltip-style="h3"><check/></field> + <field name="crossPromotions" title=" " widget-area-style="h2"><display description="${uiLabelMap.EbayCrossPromotions}"/></field> + <field name="includeCrossPromotions" title=" " tooltip="${uiLabelMap.EbayIncludeMyDefaultCrossPromotionInThisEmail}" tooltip-style="h3"><check/></field--> <field name="submitButton"><submit/></field> </form> <form name="blockItemsOutOfStock" type="single" target="runBlockItemOutOfStock" header-row-style="header-row" default-table-style="basic-table"> Modified: ofbiz/trunk/specialpurpose/ecommerce/widget/ContentForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ecommerce/widget/ContentForms.xml?rev=1343016&r1=1343015&r2=1343016&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/ecommerce/widget/ContentForms.xml (original) +++ ofbiz/trunk/specialpurpose/ecommerce/widget/ContentForms.xml Sun May 27 08:41:47 2012 @@ -29,7 +29,7 @@ under the License. <form name="searchList" type="list" target="" list-name="queryResults" default-title-style="tableheadtext" default-widget-style="inputBox" paginate-target="/AdminSearch"> - <field name="editContent" title="${uiLabelMap.CommonEmptyHeader}"> + <field name="editContent" title=" "> <hyperlink also-hidden="false" description="${uiLabelMap.CommonEdit}" target="CMSContentEdit"> <parameter param-name="contentId"/> <parameter param-name="drDataResourceId"/> Modified: ofbiz/trunk/specialpurpose/ecommerce/widget/ForumForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ecommerce/widget/ForumForms.xml?rev=1343016&r1=1343015&r2=1343016&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/ecommerce/widget/ForumForms.xml (original) +++ ofbiz/trunk/specialpurpose/ecommerce/widget/ForumForms.xml Sun May 27 08:41:47 2012 @@ -99,7 +99,7 @@ under the License. <field name="newTopicDescription" title="Description" position="3"> <text size="24"/> </field> - <field name="createTopic" title="${uiLabelMap.CommonEmptyHeader}" position="4"> + <field name="createTopic" title=" " position="4"> <hyperlink also-hidden="false" target="createTopic${pageName}" description="Create Topic"> <parameter param-name="mode" value="restore"/> </hyperlink> @@ -193,7 +193,7 @@ under the License. <form name="listFindContent" type="list" target="" default-title-style="tableheadtext" default-widget-style="inputBox" paginate-target="/FindContent"> - <field name="editContent" title="${uiLabelMap.CommonEmptyHeader}"> + <field name="editContent" title=" "> <hyperlink also-hidden="false" description="${uiLabelMap.CommonEdit}" target="EditContent"> <parameter param-name="contentId"/> <parameter param-name="drDataResourceId"/> @@ -281,7 +281,7 @@ under the License. <field name="newTopicDescription" title="Description" position="3"> <text size="24"/> </field> - <field name="createTopic" title="${uiLabelMap.CommonEmptyHeader}" position="4"> + <field name="createTopic" title=" " position="4"> <hyperlink also-hidden="false" target="createTopic${pageName}" description="Create Topic"> <parameter param-name="mode" value="restore"/> </hyperlink> @@ -644,7 +644,7 @@ under the License. <hidden value="${dataResourceTypeId}"/> </field> <!-- - <field name="submitContentEdit" title="${uiLabelMap.CommonEmptyHeader}"> + <field name="submitContentEdit" title=" "> <hyperlink also-hidden="false" description="Submit" target="javascript:document.EditAddContent.action='${persistAction}'; document.EditAddContent.submit()" target-type="plain"/> </field> --> Modified: ofbiz/trunk/specialpurpose/ecommerce/widget/blog/BlogForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ecommerce/widget/blog/BlogForms.xml?rev=1343016&r1=1343015&r2=1343016&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/ecommerce/widget/blog/BlogForms.xml (original) +++ ofbiz/trunk/specialpurpose/ecommerce/widget/blog/BlogForms.xml Sun May 27 08:41:47 2012 @@ -68,7 +68,7 @@ </service> </actions> - <field name="editContent" title="${uiLabelMap.CommonEmptyHeader}"> + <field name="editContent" title=" "> <hyperlink also-hidden="false" description="${uiLabelMap.CommonEdit}" target="CMSContentEdit"> <parameter param-name="contentId"/> <parameter param-name="drDataResourceId"/> Modified: ofbiz/trunk/specialpurpose/example/widget/example/FormWidgetExampleForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/example/widget/example/FormWidgetExampleForms.xml?rev=1343016&r1=1343015&r2=1343016&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/example/widget/example/FormWidgetExampleForms.xml (original) +++ ofbiz/trunk/specialpurpose/example/widget/example/FormWidgetExampleForms.xml Sun May 27 08:41:47 2012 @@ -178,8 +178,8 @@ under the License. </field> <field name="entityOptionsFields1" title="${uiLabelMap.ExampleDropDownEntityOptions}"><display description="${uiLabelMap.ExampleDropDownEntityOptionsTooltip1}" also-hidden="false"/></field> - <field name="entityOptionsFields2" title="${uiLabelMap.CommonEmptyHeader}"><display description="${uiLabelMap.ExampleDropDownEntityOptionsTooltip2}" also-hidden="false"/></field> - <field name="entityOptionsFields3" title="${uiLabelMap.CommonEmptyHeader}"><display description="${uiLabelMap.ExampleDropDownEntityOptionsTooltip3}" also-hidden="false"/></field> + <field name="entityOptionsFields2" title=" "><display description="${uiLabelMap.ExampleDropDownEntityOptionsTooltip2}" also-hidden="false"/></field> + <field name="entityOptionsFields3" title=" "><display description="${uiLabelMap.ExampleDropDownEntityOptionsTooltip3}" also-hidden="false"/></field> <!-- ***************** --> <!-- *** field3 *** --> <!-- ***************** --> @@ -240,7 +240,7 @@ under the License. <!-- *** Autocomplete dropdown *** --> <!-- ****************************** --> <!-- TODO : return only the Id, else you need to edit the field to remove the description --> - <field name="emptyField1" title="${uiLabelMap.CommonEmptyHeader}"><display/></field> + <field name="emptyField1" title=" "><display/></field> <field name="geoId" title="${uiLabelMap.ExampleAutocompleteDropdown}" tooltip="${uiLabelMap.ExampleAutocompleteTooltip}"> <drop-down> @@ -254,7 +254,7 @@ under the License. <!-- ****************************** --> <!-- *** Dependent dropdowns *** --> <!-- ****************************** --> - <field name="emptyField2" title="${uiLabelMap.CommonEmptyHeader}"><display/></field> + <field name="emptyField2" title=" "><display/></field> <field name="dependendDropDownFields" title="${uiLabelMap.ExampleDependentDropDowns}"> <display description="${uiLabelMap.ExampleDependentDropDownTooltip}"/> </field> @@ -274,7 +274,7 @@ under the License. <!-- ****************************** --> <!-- See why this is used here http://www.ryancramer.com/journal/entries/select_multiple/ --> <form name="DropDownMultipleFieldExampleForm" type="single" title=""> - <field name="emptyField1" title="${uiLabelMap.CommonEmptyHeader}"><display/></field> + <field name="emptyField1" title=" "><display/></field> <field name="multipleDropDownFields" title="${uiLabelMap.ExampleMultipleDropDowns}"> <display description="${uiLabelMap.ExampleMultipleDropDownTooltip}"/> </field> Modified: ofbiz/trunk/specialpurpose/hhfacility/widget/hhfacility/FacilityForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/hhfacility/widget/hhfacility/FacilityForms.xml?rev=1343016&r1=1343015&r2=1343016&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/hhfacility/widget/hhfacility/FacilityForms.xml (original) +++ ofbiz/trunk/specialpurpose/hhfacility/widget/hhfacility/FacilityForms.xml Sun May 27 08:41:47 2012 @@ -54,7 +54,7 @@ under the License. <field name="facilityId"><hidden/></field> <field name="productId"><hidden/></field> <field name="productId" entry-name="product.productId" ><display/></field> - <field name="productName" title="${uiLabelMap.CommonEmptyHeader}" entry-name="product.productName" ><display/></field> + <field name="productName" title=" " entry-name="product.productName" ><display/></field> <field name="productLocation" title="${uiLabelMap.FormFieldTitle_locationSeqId}" event="onkeypress" action="return enter(event,document.forms[0].productQty)"><text size="10"/></field> <field name="productQty" required-field="true" title="${uiLabelMap.CommonQty}" ><text default-value="1" size="5"/></field> <field name="submitButton" title="${uiLabelMap.ProductReceiveProduct}" widget-style="standardSubmit"><submit button-type="button"/></field> Modified: ofbiz/trunk/specialpurpose/scrum/widget/scrumForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/scrum/widget/scrumForms.xml?rev=1343016&r1=1343015&r2=1343016&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/scrum/widget/scrumForms.xml (original) +++ ofbiz/trunk/specialpurpose/scrum/widget/scrumForms.xml Sun May 27 08:41:47 2012 @@ -177,12 +177,12 @@ under the License. </field> <field name="taskCurrentStatusId" title="${uiLabelMap.CommonStatus}" position="2" use-when="!"STS_COMPLETED".equals(taskCurrentStatusId)&&!"SCRUM_SPRINT".equals(taskTypeId)"><display-entity entity-name="StatusItem" description="${description}" key-field-name="statusId"/></field> <field name="taskCurrentStatusId" title="${uiLabelMap.CommonStatus}" position="2" use-when=""STS_COMPLETED".equals(taskCurrentStatusId)&&!"SCRUM_SPRINT".equals(taskTypeId)" widget-style="alert"><display-entity entity-name="StatusItem" description="${description}" key-field-name="statusId"/></field> - <field name="dummy1" title="${uiLabelMap.CommonEmptyHeader}" position="1" use-when="showPosition1"><display description=" "/></field> - <field name="dummy2" title="${uiLabelMap.CommonEmptyHeader}" position="1" use-when="showPosition1"><display description=" "/></field> - <field name="dummy3" title="${uiLabelMap.CommonEmptyHeader}" position="1" use-when="showPosition1"><display description=" "/></field> + <field name="dummy1" title=" " position="1" use-when="showPosition1"><display description=" "/></field> + <field name="dummy2" title=" " position="1" use-when="showPosition1"><display description=" "/></field> + <field name="dummy3" title=" " position="1" use-when="showPosition1"><display description=" "/></field> <field name="initialPlannedHours" title="Initial Plan / Total Plan" position="1" use-when="showPosition1"><display description="${initialPlannedHours} / ${backlogPlanHours}"/></field> - <field name="dummy4" title="${uiLabelMap.CommonEmptyHeader}" position="1" use-when="showPosition1"><display description=" "/></field> - <field name="dummy5" title="${uiLabelMap.CommonEmptyHeader}" position="1" use-when="showPosition1"><display description=" "/></field> + <field name="dummy4" title=" " position="1" use-when="showPosition1"><display description=" "/></field> + <field name="dummy5" title=" " position="1" use-when="showPosition1"><display description=" "/></field> <field name="taskActualHours" title="${uiLabelMap.ScrumActualHours}" position="2" use-when="!"SCRUM_SPRINT".equals(taskTypeId)"><display/></field> <field name="planHours" title="${uiLabelMap.ScrumPlannedHours}" position="2" use-when="!"SCRUM_SPRINT".equals(taskTypeId)"><display></display> </field> @@ -200,7 +200,7 @@ under the License. <parameter param-name="projectId"/> </hyperlink> </field> - <field name="dummy6" title="${uiLabelMap.CommonEmptyHeader}" position="2" use-when="!"SCRUM_SPRINT".equals(taskTypeId)"><display description=" "/></field> + <field name="dummy6" title=" " position="2" use-when="!"SCRUM_SPRINT".equals(taskTypeId)"><display description=" "/></field> <field name="partyId" title="${uiLabelMap.ScrumAssignedTo}" position="2" parameter-name="partyId" use-when="!"SCRUM_SPRINT".equals(taskTypeId)"> <display-entity entity-name="PartyNameView" description="${lastName}, ${firstName} ${middleName}" key-field-name="partyId"/> </field> @@ -225,7 +225,7 @@ under the License. <parameter param-name="sprintId"></parameter> </hyperlink> </field> - <field name="dummy7" title="${uiLabelMap.CommonEmptyHeader}" position="2" use-when="!"SCRUM_SPRINT".equals(taskTypeId)"><display description=" "/></field> + <field name="dummy7" title=" " position="2" use-when="!"SCRUM_SPRINT".equals(taskTypeId)"><display description=" "/></field> </form> <form name="sprintBacklogListItemsHideDelete" extends="sprintBacklogListItems"> @@ -934,7 +934,7 @@ under the License. <display-entity entity-name="CustRequest" key-field-name="custRequestId" description="${custRequestName}"/> </field> <!-- order button --> - <field name="top" position="2" title="${uiLabelMap.CommonEmptyHeader}"> + <field name="top" position="2" title=" "> <hyperlink target="updateSprintBacklogseq" image-location="/images/arrow-end-up-green.png"> <parameter param-name="mode" value="TOP"/> <parameter param-name="custRequestId"/> @@ -955,7 +955,7 @@ under the License. <parameter param-name="searchOption_statusId" value="${parameters.statusId}"/> </hyperlink> </field> - <field name="bot" position="2" title="${uiLabelMap.CommonEmptyHeader}"> + <field name="bot" position="2" title=" "> <hyperlink target="updateSprintBacklogseq" image-location="/images/arrow-end-down-green.png"> <parameter param-name="mode" value="BOT"/> <parameter param-name="custRequestId"/> @@ -976,7 +976,7 @@ under the License. <parameter param-name="searchOption_statusId" value="${parameters.statusId}"/> </hyperlink> </field> - <field name="up" position="2" title="${uiLabelMap.CommonEmptyHeader}" > + <field name="up" position="2" title=" " > <hyperlink target="updateSprintBacklogseq" image-location="/images/arrow-single-up-green.png"> <parameter param-name="mode" value="UP"/> <parameter param-name="custRequestId"/> @@ -997,7 +997,7 @@ under the License. <parameter param-name="searchOption_statusId" value="${parameters.statusId}"/> </hyperlink> </field> - <field name="dwn" position="2" title="${uiLabelMap.CommonEmptyHeader}"> + <field name="dwn" position="2" title=" "> <hyperlink target="updateSprintBacklogseq" image-location="/images/arrow-single-down-green.png"> <parameter param-name="mode" value="DWN"/> <parameter param-name="custRequestId"/> @@ -1051,7 +1051,7 @@ under the License. <field name="sequence"><hidden value="Y"/></field> <field name="custRequestCategoryGroupId"><hidden/></field> <!-- order button --> - <field name="top" position="1" title="${uiLabelMap.CommonEmptyHeader}"> + <field name="top" position="1" title=" "> <hyperlink target="updateSprintBacklogseq" image-location="/images/arrow-end-up-green.png"> <parameter param-name="mode" value="TOP"/> <parameter param-name="custRequestId"/> @@ -1071,7 +1071,7 @@ under the License. <parameter param-name="searchOption_statusId" value="${parameters.statusId}"/> </hyperlink> </field> - <field name="bot" position="1" title="${uiLabelMap.CommonEmptyHeader}"> + <field name="bot" position="1" title=" "> <hyperlink target="updateSprintBacklogseq" image-location="/images/arrow-end-down-green.png"> <parameter param-name="mode" value="BOT"/> <parameter param-name="custRequestId"/> @@ -1091,7 +1091,7 @@ under the License. <parameter param-name="searchOption_statusId" value="${parameters.statusId}"/> </hyperlink> </field> - <field name="up" position="1" title="${uiLabelMap.CommonEmptyHeader}" > + <field name="up" position="1" title=" " > <hyperlink target="updateSprintBacklogseq" image-location="/images/arrow-single-up-green.png"> <parameter param-name="mode" value="UP"/> <parameter param-name="custRequestId"/> @@ -1111,7 +1111,7 @@ under the License. <parameter param-name="searchOption_statusId" value="${parameters.statusId}"/> </hyperlink> </field> - <field name="dwn" position="1" title="${uiLabelMap.CommonEmptyHeader}"> + <field name="dwn" position="1" title=" "> <hyperlink target="updateSprintBacklogseq" image-location="/images/arrow-single-down-green.png"> <parameter param-name="mode" value="DWN"/> <parameter param-name="custRequestId"/> @@ -1247,7 +1247,7 @@ under the License. <parameter param-name="partyId" from-field="productOwnerId"/> </hyperlink> </field> - <field name="dummy" title="${uiLabelMap.CommonEmptyHeader}" position="2" use-when=""${sprintId}"!="""><display description=" "/></field> + <field name="dummy" title=" " position="2" use-when=""${sprintId}"!="""><display description=" "/></field> <field name="sprintName" title="${uiLabelMap.ScrumTab} ${uiLabelMap.ScrumSprint}" position="2" use-when=""${sprintId}"!="""> <hyperlink target="ViewSprint" description="${uiLabelMap.ScrumTab} ${sprintName} [${sprintId}]"> <parameter param-name="projectId"/> @@ -1843,15 +1843,15 @@ under the License. <option key="N" description="${uiLabelMap.CommonN}"/> </drop-down> </field> - <field name="dummy1" title="${uiLabelMap.CommonEmptyHeader}" position="1" use-when="${groovy:showPosition1==true}"><display description=" "/></field> - <field name="dummy2" title="${uiLabelMap.CommonEmptyHeader}" position="1" use-when="${groovy:showPosition1==true}"><display description=" "/></field> - <field name="dummy3" title="${uiLabelMap.CommonEmptyHeader}" position="1" use-when="${groovy:showPosition1==true}"><display description=" "/></field> + <field name="dummy1" title=" " position="1" use-when="${groovy:showPosition1==true}"><display description=" "/></field> + <field name="dummy2" title=" " position="1" use-when="${groovy:showPosition1==true}"><display description=" "/></field> + <field name="dummy3" title=" " position="1" use-when="${groovy:showPosition1==true}"><display description=" "/></field> <field name="taskId" position="2" title="${uiLabelMap.ScrumTab} ${uiLabelMap.ScrumTaskName}"> <display-entity entity-name="WorkEffort" key-field-name="workEffortId" description="${uiLabelMap.ScrumTab} ${workEffortName}"/> </field> <field name="hours" position="2"><display/></field> <field name="timesheetPartyId" position="2"><display-entity entity-name="PartyNameView" description="${firstName} ${middleName} ${lastName}" key-field-name="partyId"/></field> - <field name="dummy4" title="${uiLabelMap.CommonEmptyHeader}" position="2" ><display description=" "/></field> + <field name="dummy4" title=" " position="2" ><display description=" "/></field> <field name="timesheetId" position="2"> <hyperlink description="${timesheetId}" target="ViewTimeSheet"> <parameter param-name="timesheetId"/> @@ -3058,12 +3058,12 @@ under the License. </field> <field name="currentStatusId" title="${uiLabelMap.CommonStatus}" position="2" use-when="!"STS_COMPLETED".equals(currentStatusId)"><display-entity entity-name="StatusItem" description="${description}" key-field-name="statusId"/></field> <field name="currentStatusId" title="${uiLabelMap.CommonStatus}" position="2" use-when=""STS_COMPLETED".equals(currentStatusId)" widget-style="alert"><display-entity entity-name="StatusItem" description="${description}" key-field-name="statusId"/></field> - <field name="dummy1" title="${uiLabelMap.CommonEmptyHeader}" position="1" use-when="showPosition1"><display description=" "/></field> - <field name="dummy2" title="${uiLabelMap.CommonEmptyHeader}" position="1" use-when="showPosition1"><display description=" "/></field> - <field name="dummy3" title="${uiLabelMap.CommonEmptyHeader}" position="1" use-when="showPosition1"><display description=" "/></field> + <field name="dummy1" title=" " position="1" use-when="showPosition1"><display description=" "/></field> + <field name="dummy2" title=" " position="1" use-when="showPosition1"><display description=" "/></field> + <field name="dummy3" title=" " position="1" use-when="showPosition1"><display description=" "/></field> <field name="initialPlannedHours" title="Initial Plan / Total Plan" position="1" use-when="showPosition1"><display description="${initialPlannedHours} / ${backlogPlanHours}"/></field> - <field name="dummy4" title="${uiLabelMap.CommonEmptyHeader}" position="1" use-when="showPosition1"><display description=" "/></field> - <field name="dummy5" title="${uiLabelMap.CommonEmptyHeader}" position="1" use-when="showPosition1"><display description=" "/></field> + <field name="dummy4" title=" " position="1" use-when="showPosition1"><display description=" "/></field> + <field name="dummy5" title=" " position="1" use-when="showPosition1"><display description=" "/></field> <field name="taskActualHours" title="${uiLabelMap.ScrumActualHours}" position="2" use-when="workEffortId!=null"><display/></field> <field name="planHours" title="${uiLabelMap.ScrumPlannedHours}" position="2" use-when="workEffortId!=null"> <display/> @@ -3081,7 +3081,7 @@ under the License. <parameter param-name="productId"/> </hyperlink> </field> - <field name="dummy6" title="${uiLabelMap.CommonEmptyHeader}" position="2" use-when="workEffortId!=null"><display description=" "/></field> + <field name="dummy6" title=" " position="2" use-when="workEffortId!=null"><display description=" "/></field> <field name="partyId" title="${uiLabelMap.ScrumAssignedTo}" position="2" use-when="workEffortId!=null" > <display description="${partyList[0].lastName} ${partyList[0].firstName} ${partyList[0].middleName}"></display> </field> @@ -3104,7 +3104,7 @@ under the License. <parameter param-name="productId" from-field="parameters.productId"/> </hyperlink> </field> - <field name="dummy7" title="${uiLabelMap.CommonEmptyHeader}" position="2" use-when="workEffortId!=null"><display description=" "/></field> + <field name="dummy7" title=" " position="2" use-when="workEffortId!=null"><display description=" "/></field> </form> <form name="unplanBacklogListItemsHideDelete" extends="unplanBacklogListItems"> |
| Free forum by Nabble | Edit this page |
