Author: nmalin
Date: Wed Dec 9 21:24:44 2015
New Revision: 1718970
URL: http://svn.apache.org/viewvc?rev=1718970&view=rev
Log:
patch from Pierre Smits : Remove tooltip CommonNotModifRecreat from display
fields (OFBIZ-6696), thanks for the screen clean Pierre
Modified:
ofbiz/trunk/applications/accounting/widget/AgreementForms.xml
ofbiz/trunk/applications/accounting/widget/BillingAccountForms.xml
ofbiz/trunk/applications/accounting/widget/FinAccountForms.xml
ofbiz/trunk/applications/accounting/widget/FixedAssetForms.xml
ofbiz/trunk/applications/accounting/widget/GlForms.xml
ofbiz/trunk/applications/accounting/widget/PaymentGroupForms.xml
ofbiz/trunk/applications/accounting/widget/TaxAuthorityForms.xml
ofbiz/trunk/applications/content/widget/content/ContentForms.xml
ofbiz/trunk/applications/content/widget/content/DataResourceForms.xml
ofbiz/trunk/applications/content/widget/survey/SurveyForms.xml
ofbiz/trunk/applications/content/widget/website/WebAnalyticsForms.xml
ofbiz/trunk/applications/content/widget/website/WebSiteForms.xml
ofbiz/trunk/applications/humanres/widget/forms/EmplPositionForms.xml
ofbiz/trunk/applications/humanres/widget/forms/EmploymentForms.xml
ofbiz/trunk/applications/humanres/widget/forms/PartyResumeForms.xml
ofbiz/trunk/applications/humanres/widget/forms/PayGradeForms.xml
ofbiz/trunk/applications/humanres/widget/forms/RecruitmentForms.xml
ofbiz/trunk/applications/marketing/widget/ContactListForms.xml
ofbiz/trunk/applications/marketing/widget/DataSourceForms.xml
ofbiz/trunk/applications/marketing/widget/MarketingCampaignForms.xml
ofbiz/trunk/applications/marketing/widget/SegmentForms.xml
ofbiz/trunk/applications/marketing/widget/TrackingCodeForms.xml
ofbiz/trunk/applications/marketing/widget/sfa/forms/ForecastForms.xml
ofbiz/trunk/applications/marketing/widget/sfa/forms/OpportunityForms.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/SubscriptionForms.xml
ofbiz/trunk/applications/workeffort/widget/TimesheetForms.xml
ofbiz/trunk/applications/workeffort/widget/WorkEffortForms.xml
ofbiz/trunk/framework/common/widget/SecurityForms.xml
ofbiz/trunk/specialpurpose/assetmaint/widget/ismgr/FixedAssetForms.xml
ofbiz/trunk/specialpurpose/example/widget/example/ExampleFeatureForms.xml
ofbiz/trunk/specialpurpose/example/widget/example/ExampleForms.xml
ofbiz/trunk/specialpurpose/projectmgr/widget/forms/ProjectForms.xml
Modified: ofbiz/trunk/applications/accounting/widget/AgreementForms.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/widget/AgreementForms.xml?rev=1718970&r1=1718969&r2=1718970&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/widget/AgreementForms.xml (original)
+++ ofbiz/trunk/applications/accounting/widget/AgreementForms.xml Wed Dec 9
21:24:44 2015
@@ -113,7 +113,7 @@ under the License.
header-row-style="header-row" default-table-style="basic-table">
<alt-target use-when="agreement==null" target="createAgreement"/>
<auto-fields-service service-name="updateAgreement"
default-field-type="edit" map-name="agreement"/>
- <field name="agreementId" use-when="agreementId!=null"
tooltip="${uiLabelMap.CommonNotModifRecreat}"><display/></field>
+ <field name="agreementId"
use-when="agreementId!=null"><display/></field>
<field name="agreementId"
use-when="agreement==null&&agreementId==null"><ignored/></field>
<field name="productId" title="${uiLabelMap.AccountingProductId}">
<lookup target-form-name="LookupProduct"/>
Modified: ofbiz/trunk/applications/accounting/widget/BillingAccountForms.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/widget/BillingAccountForms.xml?rev=1718970&r1=1718969&r2=1718970&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/widget/BillingAccountForms.xml
(original)
+++ ofbiz/trunk/applications/accounting/widget/BillingAccountForms.xml Wed Dec
9 21:24:44 2015
@@ -123,7 +123,7 @@ under the License.
<auto-fields-service service-name="updateBillingAccount"
map-name="billingAccount"/>
<field name="description"><text size="60"/></field>
<field use-when="billingAccount==null"
name="billingAccountId"><hidden/></field>
- <field use-when="billingAccount!=null" name="billingAccountId"
tooltip="${uiLabelMap.CommonNotModifRecreat}"><display/></field>
+ <field use-when="billingAccount!=null"
name="billingAccountId"><display/></field>
<field name="partyId" use-when="billingAccount != null"
><display/></field>
<field name="partyId" use-when="billingAccount == null"
title="${uiLabelMap.AccountingPartyBilledTo}" required-field="true"><lookup
target-form-name="LookupPartyName"/></field>
<field name="roleTypeId"><hidden/></field>
Modified: ofbiz/trunk/applications/accounting/widget/FinAccountForms.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/widget/FinAccountForms.xml?rev=1718970&r1=1718969&r2=1718970&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/widget/FinAccountForms.xml (original)
+++ ofbiz/trunk/applications/accounting/widget/FinAccountForms.xml Wed Dec 9
21:24:44 2015
@@ -90,7 +90,7 @@ under the License.
<alt-target use-when="finAccount==null" target="createFinAccount"/>
<auto-fields-service service-name="updateFinAccount"/>
- <field name="finAccountId" use-when="finAccountId!=null"
tooltip="${uiLabelMap.CommonNotModifRecreat}"><display/></field>
+ <field name="finAccountId"
use-when="finAccountId!=null"><display/></field>
<field name="finAccountId"
use-when="finAccount==null&&finAccountId==null"><ignored/></field>
<field name="finAccountId"
use-when="finAccount==null&&finAccountId!=null"
tooltip="${uiLabelMap.CommonCannotBeFound}: [${finAccountId}]"><display
also-hidden="false"/></field>
Modified: ofbiz/trunk/applications/accounting/widget/FixedAssetForms.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/widget/FixedAssetForms.xml?rev=1718970&r1=1718969&r2=1718970&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/widget/FixedAssetForms.xml (original)
+++ ofbiz/trunk/applications/accounting/widget/FixedAssetForms.xml Wed Dec 9
21:24:44 2015
@@ -74,7 +74,7 @@ under the License.
<alt-target use-when="fixedAsset==null" target="createFixedAsset"/>
<auto-fields-service service-name="updateFixedAsset"
map-name="fixedAsset"/>
- <field use-when="fixedAsset!=null" name="fixedAssetId"
tooltip="${uiLabelMap.CommonNotModifRecreat}"><display/></field>
+ <field use-when="fixedAsset!=null"
name="fixedAssetId"><display/></field>
<field use-when="fixedAsset==null&&fixedAssetId==null"
name="fixedAssetId"><text size="20" maxlength="20"/></field>
<field use-when="fixedAsset==null&&fixedAssetId!=null"
name="fixedAssetId"
tooltip="${uiLabelMap.CommonCannotBeFound}:[${fixedAssetId}]"><text size="20"
maxlength="20"/></field>
Modified: ofbiz/trunk/applications/accounting/widget/GlForms.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/widget/GlForms.xml?rev=1718970&r1=1718969&r2=1718970&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/widget/GlForms.xml (original)
+++ ofbiz/trunk/applications/accounting/widget/GlForms.xml Wed Dec 9 21:24:44
2015
@@ -507,7 +507,7 @@ under the License.
<form name="EditAcctgTrans" type="single" target="updateAcctgTrans"
default-map-name="acctgTrans"
header-row-style="header-row" default-table-style="basic-table">
<auto-fields-service service-name="updateAcctgTrans"/>
- <field name="acctgTransId"
tooltip="${uiLabelMap.CommonNotModifRecreat}"><display/></field>
+ <field name="acctgTransId"><display/></field>
<field name="organizationPartyId"
map-name="parameter"><hidden/></field>
<field name="acctgTransTypeId"
title="${uiLabelMap.AccountingTransactionType}">
<drop-down>
Modified: ofbiz/trunk/applications/accounting/widget/PaymentGroupForms.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/widget/PaymentGroupForms.xml?rev=1718970&r1=1718969&r2=1718970&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/widget/PaymentGroupForms.xml (original)
+++ ofbiz/trunk/applications/accounting/widget/PaymentGroupForms.xml Wed Dec 9
21:24:44 2015
@@ -79,7 +79,7 @@ under the License.
</actions>
<alt-target use-when="paymentGroup==null" target="createPaymentGroup"/>
<auto-fields-service service-name="updatePaymentGroup"/>
- <field use-when="paymentGroup!=null" name="paymentGroupId"
tooltip="${uiLabelMap.CommonNotModifRecreat}"><display/></field>
+ <field use-when="paymentGroup!=null"
name="paymentGroupId"><display/></field>
<field use-when="paymentGroup==null @and paymentGroupId==null"
name="paymentGroupId"><ignored/></field>
<field use-when="paymentGroup==null @and paymentGroupId!=null"
name="paymentGroupId"><display description="${uiLabelMap.CommonCannotBeFound}:
[${paymentGroupId}]" also-hidden="false"/></field>
<field name="paymentGroupId"
use-when="display==true"><display/></field>
Modified: ofbiz/trunk/applications/accounting/widget/TaxAuthorityForms.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/widget/TaxAuthorityForms.xml?rev=1718970&r1=1718969&r2=1718970&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/widget/TaxAuthorityForms.xml (original)
+++ ofbiz/trunk/applications/accounting/widget/TaxAuthorityForms.xml Wed Dec 9
21:24:44 2015
@@ -52,11 +52,11 @@ under the License.
<alt-target use-when="taxAuthority==null" target="createTaxAuthority"/>
<auto-fields-service service-name="updateTaxAuthority"
map-name="taxAuthority"/>
- <field use-when="taxAuthority!=null" name="taxAuthPartyId"
title="${uiLabelMap.PartyParty}"
tooltip="${uiLabelMap.CommonNotModifRecreat}"><display/></field>
+ <field use-when="taxAuthority!=null" name="taxAuthPartyId"
title="${uiLabelMap.PartyParty}"><display/></field>
<field use-when="taxAuthority==null&&taxAuthPartyId==null"
name="taxAuthPartyId" title="${uiLabelMap.PartyParty}"><lookup
target-form-name="LookupPartyName"/></field>
<field use-when="taxAuthority==null&&taxAuthPartyId!=null"
name="taxAuthPartyId" title="${uiLabelMap.PartyParty}"
tooltip="${uiLabelMap.CommonCannotBeFound}:[${taxAuthPartyId}]"><lookup
target-form-name="LookupPartyName"/></field>
- <field use-when="taxAuthority!=null" name="taxAuthGeoId"
title="${uiLabelMap.CommonGeo}"
tooltip="${uiLabelMap.CommonNotModifRecreat}"><display/></field>
+ <field use-when="taxAuthority!=null" name="taxAuthGeoId"
title="${uiLabelMap.CommonGeo}"><display/></field>
<field use-when="taxAuthority==null&&taxAuthGeoId==null"
name="taxAuthGeoId" title="${uiLabelMap.CommonGeo}"><lookup
target-form-name="LookupGeo"/></field>
<field use-when="taxAuthority==null&&taxAuthGeoId!=null"
name="taxAuthGeoId" title="${uiLabelMap.CommonGeo}"
tooltip="${uiLabelMap.CommonCannotBeFound}:[${taxAuthGeoId}]"><lookup
target-form-name="LookupGeo"/></field>
Modified: ofbiz/trunk/applications/content/widget/content/ContentForms.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/widget/content/ContentForms.xml?rev=1718970&r1=1718969&r2=1718970&view=diff
==============================================================================
--- ofbiz/trunk/applications/content/widget/content/ContentForms.xml (original)
+++ ofbiz/trunk/applications/content/widget/content/ContentForms.xml Wed Dec 9
21:24:44 2015
@@ -141,7 +141,7 @@ under the License.
</actions>
<alt-target use-when="currentValue==null" target="createContent"/>
<auto-fields-entity entity-name="Content"/>
- <field use-when="currentValue!=null" name="contentId"
tooltip="${uiLabelMap.CommonNotModifRecreat}"><display/></field>
+ <field use-when="currentValue!=null"
name="contentId"><display/></field>
<field use-when="currentValue==null&&contentId==null"
name="contentId"><text/></field>
<field use-when="currentValue==null&&contentId!=null"
name="contentId"><display description="${uiLabelMap.CommonCannotBeFound}:
[${contentId}]" also-hidden="false"/></field>
<field name="contentTypeId">
Modified: ofbiz/trunk/applications/content/widget/content/DataResourceForms.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/widget/content/DataResourceForms.xml?rev=1718970&r1=1718969&r2=1718970&view=diff
==============================================================================
--- ofbiz/trunk/applications/content/widget/content/DataResourceForms.xml
(original)
+++ ofbiz/trunk/applications/content/widget/content/DataResourceForms.xml Wed
Dec 9 21:24:44 2015
@@ -162,7 +162,7 @@ under the License.
</actions>
<alt-target use-when="currentValue==null" target="createDataResource"/>
<auto-fields-entity entity-name="DataResource"
default-field-type="edit"/>
- <field use-when="currentValue!=null" name="dataResourceId"
tooltip="${uiLabelMap.CommonNotModifRecreat}"><display/></field>
+ <field use-when="currentValue!=null"
name="dataResourceId"><display/></field>
<field use-when="currentValue==null&&dataResourceId==null"
name="dataResourceId"><text/></field>
<field use-when="currentValue==null&&dataResourceId!=null"
name="dataResourceId"><display description="${uiLabelMap.CommonCannotBeFound}:
[${dataResourceId}]" also-hidden="false"/></field>
<field name="dataResourceTypeId">
Modified: ofbiz/trunk/applications/content/widget/survey/SurveyForms.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/widget/survey/SurveyForms.xml?rev=1718970&r1=1718969&r2=1718970&view=diff
==============================================================================
--- ofbiz/trunk/applications/content/widget/survey/SurveyForms.xml (original)
+++ ofbiz/trunk/applications/content/widget/survey/SurveyForms.xml Wed Dec 9
21:24:44 2015
@@ -60,7 +60,7 @@ under the License.
<auto-fields-service service-name="updateSurvey"/>
- <field use-when="survey!=null" name="surveyId"
tooltip="${uiLabelMap.CommonNotModifRecreat}"><display/></field>
+ <field use-when="survey!=null" name="surveyId"><display/></field>
<field use-when="survey==null&&surveyId!=null" name="surveyId"
tooltip="${uiLabelMap.CommonCannotBeFound}: [${surveyId}]"><display
description="" also-hidden="false"/></field>
<field use-when="survey==null&&surveyId==null"
name="surveyId"><ignored/></field>
Modified: ofbiz/trunk/applications/content/widget/website/WebAnalyticsForms.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/widget/website/WebAnalyticsForms.xml?rev=1718970&r1=1718969&r2=1718970&view=diff
==============================================================================
--- ofbiz/trunk/applications/content/widget/website/WebAnalyticsForms.xml
(original)
+++ ofbiz/trunk/applications/content/widget/website/WebAnalyticsForms.xml Wed
Dec 9 21:24:44 2015
@@ -56,7 +56,7 @@ under the License.
header-row-style="header-row" default-table-style="basic-table">
<alt-target use-when="webAnalyticsConfig==null"
target="createWebAnalyticsConfig"/>
<auto-fields-service service-name="updateWebAnalyticsConfig"
map-name="webAnalyticsConfig"/>
- <field use-when="webAnalyticsConfig!=null" name="webAnalyticsTypeId"
tooltip="${uiLabelMap.CommonNotModifRecreat}"
title="${uiLabelMap.CatalogWebAnalyticsType}">
+ <field use-when="webAnalyticsConfig!=null" name="webAnalyticsTypeId"
title="${uiLabelMap.CatalogWebAnalyticsType}">
<display-entity entity-name="WebAnalyticsType"/>
</field>
<field
use-when="webAnalyticsConfig==null&&webAnalyticsTypeId==null"
name="webAnalyticsTypeId" title="${uiLabelMap.CatalogWebAnalyticsType}">
Modified: ofbiz/trunk/applications/content/widget/website/WebSiteForms.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/widget/website/WebSiteForms.xml?rev=1718970&r1=1718969&r2=1718970&view=diff
==============================================================================
--- ofbiz/trunk/applications/content/widget/website/WebSiteForms.xml (original)
+++ ofbiz/trunk/applications/content/widget/website/WebSiteForms.xml Wed Dec 9
21:24:44 2015
@@ -28,7 +28,7 @@ under the License.
<auto-fields-service service-name="updateWebSite" map-name=""/>
- <field use-when="webSite!=null" name="webSiteId"
tooltip="${uiLabelMap.CommonNotModifRecreat}"><display/></field>
+ <field use-when="webSite!=null" name="webSiteId"><display/></field>
<field use-when="webSite==null&&webSiteId!=null"
name="webSiteId" tooltip="${uiLabelMap.CommonCannotBeFound}:
[${webSiteId}]"><text size="20" maxlength="20"/></field>
<!-- this to be taken care of with auto-fields-service as soon as it
uses entity field info too -->
<field use-when="webSite==null&&webSiteId==null"
name="webSiteId"><text size="20" maxlength="20"/></field>
Modified: ofbiz/trunk/applications/humanres/widget/forms/EmplPositionForms.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/humanres/widget/forms/EmplPositionForms.xml?rev=1718970&r1=1718969&r2=1718970&view=diff
==============================================================================
--- ofbiz/trunk/applications/humanres/widget/forms/EmplPositionForms.xml
(original)
+++ ofbiz/trunk/applications/humanres/widget/forms/EmplPositionForms.xml Wed
Dec 9 21:24:44 2015
@@ -60,7 +60,7 @@ under the License.
header-row-style="header-row" default-table-style="basic-table">
<alt-target use-when="emplPosition==null" target="createEmplPosition"/>
<auto-fields-service service-name="createEmplPosition"/>
- <field use-when="emplPosition!=null" name="emplPositionId"
title="${uiLabelMap.HumanResEmplPositionId}"
tooltip="${uiLabelMap.CommonNotModifRecreat}"><display/></field>
+ <field use-when="emplPosition!=null" name="emplPositionId"
title="${uiLabelMap.HumanResEmplPositionId}"><display/></field>
<field use-when="emplPosition==null&&emplPositionId==null"
name="emplPositionId" title="${uiLabelMap.HumanResEmplPositionId}"><lookup
target-form-name="LookupEmplPosition"/></field>
<field use-when="emplPosition==null&&emplPositionId!=null"
name="emplPositionId" title="${uiLabelMap.HumanResEmplPositionId}"
tooltip="${uiLabelMap.CommonCannotBeFound}:
[${emplPositionId}]"><display/></field>
<field name="partyId" parameter-name="partyId"
title="${uiLabelMap.HumanResEmploymentPartyIdFrom}"
tooltip="${uiLabelMap.HumanResEmploymentPartyIdFromToolTip}">
Modified: ofbiz/trunk/applications/humanres/widget/forms/EmploymentForms.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/humanres/widget/forms/EmploymentForms.xml?rev=1718970&r1=1718969&r2=1718970&view=diff
==============================================================================
--- ofbiz/trunk/applications/humanres/widget/forms/EmploymentForms.xml
(original)
+++ ofbiz/trunk/applications/humanres/widget/forms/EmploymentForms.xml Wed Dec
9 21:24:44 2015
@@ -122,11 +122,11 @@
</entity-options>
</drop-down>
</field>
- <field name="partyIdFrom" use-when="employment!=null"
title="${uiLabelMap.HumanResEmploymentPartyIdFrom}"
tooltip="${uiLabelMap.CommonNotModifRecreat}"><hidden/></field>
+ <field name="partyIdFrom" use-when="employment!=null"
title="${uiLabelMap.HumanResEmploymentPartyIdFrom}"><hidden/></field>
<field name="partyIdTo" use-when="employment==null"
title="${uiLabelMap.HumanResEmployeePartyIdTo}" required-field="true"><lookup
target-form-name="LookupPartyName"/></field>
- <field name="partyIdTo" use-when="employment!=null"
title="${uiLabelMap.HumanResEmployeePartyIdTo}"
tooltip="${uiLabelMap.CommonNotModifRecreat}"><hidden/></field>
+ <field name="partyIdTo" use-when="employment!=null"
title="${uiLabelMap.HumanResEmployeePartyIdTo}"><hidden/></field>
<field name="fromDate" use-when="employment==null"
title="${uiLabelMap.CommonFromDate}" required-field="true"><date-time/></field>
- <field name="fromDate" use-when="employment!=null"
title="${uiLabelMap.CommonFromDate}"
tooltip="${uiLabelMap.CommonNotModifRecreat}"><display/></field>
+ <field name="fromDate" use-when="employment!=null"
title="${uiLabelMap.CommonFromDate}"><display/></field>
<field name="thruDate" use-when="employment!=null"
title="${uiLabelMap.CommonThruDate}"><date-time/></field>
<field name="terminationReasonId" use-when="employment!=null"
title="${uiLabelMap.HumanResTerminationReasonId}">
<drop-down allow-empty="true" no-current-selected-key="------">
Modified: ofbiz/trunk/applications/humanres/widget/forms/PartyResumeForms.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/humanres/widget/forms/PartyResumeForms.xml?rev=1718970&r1=1718969&r2=1718970&view=diff
==============================================================================
--- ofbiz/trunk/applications/humanres/widget/forms/PartyResumeForms.xml
(original)
+++ ofbiz/trunk/applications/humanres/widget/forms/PartyResumeForms.xml Wed Dec
9 21:24:44 2015
@@ -61,7 +61,7 @@ under the License.
<form name="EditPartyResume" type="single" target="createPartyResume"
title="" default-map-name="partyResume"
header-row-style="header-row" default-table-style="basic-table">
<alt-target use-when="partyResume != null" target="updatePartyResume"/>
- <field name="resumeId" use-when="partyResume!=null"
tooltip="${uiLabelMap.CommonNotModifRecreat}"><display/></field>
+ <field name="resumeId" use-when="partyResume!=null"><display/></field>
<field name="resumeId" use-when="partyResume==null"
required-field="true"><text/></field>
<field name="contentId"><lookup
target-form-name="LookupContent"/></field>
<field name="partyId"
use-when="partyResume!=null&&partyId!=null"
title="${uiLabelMap.FormFieldTitle_partyId}"><hidden/></field>
Modified: ofbiz/trunk/applications/humanres/widget/forms/PayGradeForms.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/humanres/widget/forms/PayGradeForms.xml?rev=1718970&r1=1718969&r2=1718970&view=diff
==============================================================================
--- ofbiz/trunk/applications/humanres/widget/forms/PayGradeForms.xml (original)
+++ ofbiz/trunk/applications/humanres/widget/forms/PayGradeForms.xml Wed Dec 9
21:24:44 2015
@@ -53,7 +53,7 @@
header-row-style="header-row" default-table-style="basic-table"
default-map-name="payGrade">
<alt-target use-when="payGradeId==null" target="createPayGrade"/>
<auto-fields-service service-name="updatePayGrade"/>
- <field use-when="payGrade!=null" name="payGradeId"
tooltip="${uiLabelMap.CommonNotModifRecreat}"><display/></field>
+ <field use-when="payGrade!=null" name="payGradeId"><display/></field>
<field use-when="payGrade==null" name="payGradeId"><text/></field>
<field name="payGradeName" required-field="true"><text/></field>
<field name="submitButton" title="${uiLabelMap.CommonCreate}"
widget-style="smallSubmit"><submit button-type="button"/></field>
Modified: ofbiz/trunk/applications/humanres/widget/forms/RecruitmentForms.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/humanres/widget/forms/RecruitmentForms.xml?rev=1718970&r1=1718969&r2=1718970&view=diff
==============================================================================
--- ofbiz/trunk/applications/humanres/widget/forms/RecruitmentForms.xml
(original)
+++ ofbiz/trunk/applications/humanres/widget/forms/RecruitmentForms.xml Wed Dec
9 21:24:44 2015
@@ -99,7 +99,7 @@ under the License.
<form name="EditJobRequisition" type="single"
target="updateJobRequisition" default-map-name="jobRequisition">
<alt-target use-when="jobRequisition==null"
target="createJobRequisition"/>
<field name="jobRequisitionId"
use-when="jobRequisition==null"><ignored/></field>
- <field use-when="jobRequisition!=null" name="jobRequisitionId"
tooltip="${uiLabelMap.CommonNotModifRecreat}"><display/></field>
+ <field use-when="jobRequisition!=null"
name="jobRequisitionId"><display/></field>
<field name="jobDescription" title="${uiLabelMap.CommonDescription}"
title-area-style="group-label"><display description=" "
also-hidden="false"/></field>
<field name="jobLocation" required-field="true"><text/></field>
<field name="age"><text/></field>
@@ -296,7 +296,7 @@ under the License.
</actions>
<alt-target use-when="JobInterview==null" target="createJobInterview"/>
<auto-fields-service service-name="updateJobInterview"
map-name="JobInterview"/>
- <field use-when="JobInterview!=null" name="jobInterviewId"
tooltip="${uiLabelMap.CommonNotModifRecreat}"><display/></field>
+ <field use-when="JobInterview!=null"
name="jobInterviewId"><display/></field>
<field name="jobInterviewId"
use-when="JobInterview==null"><ignored/></field>
<field name="jobIntervieweePartyId" required-field="true"><lookup
target-form-name="LookupPartyName"/></field>
<field name="jobRequisitionId" required-field="true"><lookup
target-form-name="LookupJobRequisition"/></field>
@@ -381,7 +381,7 @@ under the License.
</form>
<form name="EditApprovalStatus" type="single"
target="updateApprovalStatus" default-map-name="employmentApp">
<auto-fields-service service-name="updateApprovalStatus"
map-name="employmentApp"/>
- <field name="applicationId"
tooltip="${uiLabelMap.CommonNotModifRecreat}"><display/></field>
+ <field name="applicationId"><display/></field>
<field name="applicationId"><display/></field>
<field name="applyingPartyId"><display/></field>
<field name="jobRequisitionId"><display/></field>
Modified: ofbiz/trunk/applications/marketing/widget/ContactListForms.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/marketing/widget/ContactListForms.xml?rev=1718970&r1=1718969&r2=1718970&view=diff
==============================================================================
--- ofbiz/trunk/applications/marketing/widget/ContactListForms.xml (original)
+++ ofbiz/trunk/applications/marketing/widget/ContactListForms.xml Wed Dec 9
21:24:44 2015
@@ -24,7 +24,7 @@ under the License.
header-row-style="header-row" default-table-style="basic-table">
<alt-target use-when="contactList==null" target="createContactList"/>
- <field use-when="contactList!=null" name="contactListId"
title="${uiLabelMap.MarketingContactListContactListId}"
tooltip="${uiLabelMap.CommonNotModifRecreat}"><display/></field>
+ <field use-when="contactList!=null" name="contactListId"
title="${uiLabelMap.MarketingContactListContactListId}"><display/></field>
<field use-when="contactList==null&&contactListId==null"
name="contactListId"
title="${uiLabelMap.MarketingContactListContactListId}"><ignored/></field>
<field use-when="contactList==null&&contactListId!=null"
name="contactListId" title="${uiLabelMap.MarketingContactListContactListId}"
tooltip="${uiLabelMap.CommonCannotBeFound}:
[${contactListId}]"><display/></field>
@@ -150,8 +150,8 @@ under the License.
<field name="partyId"
title="${uiLabelMap.MarketingContactListPartyId}"><lookup
target-form-name="LookupPartyName"/></field>
<field name="fromDate" title="${uiLabelMap.CommonFromDate}"><date-time
default-value="${groovy:
org.ofbiz.base.util.UtilDateTime.nowTimestamp()}"/></field>
<field name="thruDate"
title="${uiLabelMap.CommonThruDate}"><date-time/></field>
- <field use-when="partyId!=null" name="partyId"
tooltip="${uiLabelMap.CommonNotModifRecreat}"><display/></field>
- <field use-when="fromDate!=null" name="fromDate"
tooltip="${uiLabelMap.CommonNotModifRecreat}"><display/></field>
+ <field use-when="partyId!=null" name="partyId"><display/></field>
+ <field use-when="fromDate!=null" name="fromDate"><display/></field>
<field name="statusId" title="${uiLabelMap.CommonStatus}">
<drop-down no-current-selected-key="CLPT_ACCEPTED">
Modified: ofbiz/trunk/applications/marketing/widget/DataSourceForms.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/marketing/widget/DataSourceForms.xml?rev=1718970&r1=1718969&r2=1718970&view=diff
==============================================================================
--- ofbiz/trunk/applications/marketing/widget/DataSourceForms.xml (original)
+++ ofbiz/trunk/applications/marketing/widget/DataSourceForms.xml Wed Dec 9
21:24:44 2015
@@ -24,7 +24,7 @@ under the License.
header-row-style="header-row" default-table-style="basic-table">
<alt-target use-when="dataSource==null" target="createDataSource"/>
- <field use-when="dataSource!=null" name="dataSourceId"
title="${uiLabelMap.DataSourceDataSourceId}"
tooltip="${uiLabelMap.CommonNotModifRecreat}"><display/></field>
+ <field use-when="dataSource!=null" name="dataSourceId"
title="${uiLabelMap.DataSourceDataSourceId}"><display/></field>
<field use-when="dataSource==null&&dataSourceId==null"
name="dataSourceId" title="${uiLabelMap.DataSourceDataSourceId}"><text/></field>
<field use-when="dataSource==null&&dataSourceId!=null"
name="dataSourceId" title="${uiLabelMap.DataSourceDataSourceId}"
tooltip="${uiLabelMap.CommonCannotBeFound}:
[${dataSourceId}]"><display/></field>
@@ -65,7 +65,7 @@ under the License.
header-row-style="header-row" default-table-style="basic-table">
<alt-target use-when="dataSourceType==null"
target="createDataSourceType"/>
- <field use-when="dataSourceType!=null" name="dataSourceTypeId"
title="${uiLabelMap.DataSourceDataSourceTypeId}"
tooltip="${uiLabelMap.CommonNotModifRecreat}"><display/></field>
+ <field use-when="dataSourceType!=null" name="dataSourceTypeId"
title="${uiLabelMap.DataSourceDataSourceTypeId}"><display/></field>
<field use-when="dataSourceType==null&&dataSourceTypeId==null"
name="dataSourceTypeId"
title="${uiLabelMap.DataSourceDataSourceTypeId}"><text/></field>
<field use-when="dataSourceType==null&&dataSourceTypeId!=null"
name="dataSourceTypeId" title="${uiLabelMap.DataSourceDataSourceTypeId}"
tooltip="${uiLabelMap.CommonCannotBeFound}:
[${dataSourceTypeId}]"><display/></field>
<field name="description"
title="${uiLabelMap.CommonDescription}"><text/></field>
Modified: ofbiz/trunk/applications/marketing/widget/MarketingCampaignForms.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/marketing/widget/MarketingCampaignForms.xml?rev=1718970&r1=1718969&r2=1718970&view=diff
==============================================================================
--- ofbiz/trunk/applications/marketing/widget/MarketingCampaignForms.xml
(original)
+++ ofbiz/trunk/applications/marketing/widget/MarketingCampaignForms.xml Wed
Dec 9 21:24:44 2015
@@ -27,7 +27,7 @@ under the License.
</actions>
<alt-target use-when="marketingCampaign==null"
target="createMarketingCampaign"/>
<auto-fields-entity entity-name="MarketingCampaign"/>
- <field use-when="marketingCampaign!=null" name="marketingCampaignId"
title="${uiLabelMap.MarketingCampaignId}"
tooltip="${uiLabelMap.CommonNotModifRecreat}"><display/></field>
+ <field use-when="marketingCampaign!=null" name="marketingCampaignId"
title="${uiLabelMap.MarketingCampaignId}"><display/></field>
<field
use-when="marketingCampaign==null&&marketingCampaignId==null"
name="marketingCampaignId"
title="${uiLabelMap.MarketingCampaignId}"><ignored/></field>
<field
use-when="marketingCampaign==null&&marketingCampaignId!=null"
name="marketingCampaignId" title="${uiLabelMap.MarketingCampaignId}"
tooltip="${uiLabelMap.CommonCannotBeFound}:
[${marketingCampaignId}]"><display/></field>
<field name="parentCampaignId"
title="${uiLabelMap.MarketingParentCampaignId}">
@@ -125,7 +125,7 @@ under the License.
<form name="EditMarketingCampaignRoles" type="single"
target="createMarketingCampaignRole" title=""
default-map-name="marketingCampaignRole"
header-row-style="header-row" default-table-style="basic-table">
<auto-fields-service service-name="createMarketingCampaignRole"/>
- <field use-when="marketingCampaign!=null" name="marketingCampaignId"
title="${uiLabelMap.MarketingCampaignId}"
tooltip="${uiLabelMap.CommonNotModifRecreat}"><display/></field>
+ <field use-when="marketingCampaign!=null" name="marketingCampaignId"
title="${uiLabelMap.MarketingCampaignId}"><display/></field>
<field
use-when="marketingCampaign==null&&marketingCampaignId==null"
name="marketingCampaignId"
title="${uiLabelMap.MarketingCampaignId}"><ignored/></field>
<field
use-when="marketingCampaign==null&&marketingCampaignId!=null"
name="marketingCampaignId" title="${uiLabelMap.MarketingCampaignId}"
tooltip="${uiLabelMap.CommonCannotBeFound}:
[${marketingCampaignId}]"><display/></field>
<field name="partyId" title="${uiLabelMap.PartyPartyId}">
Modified: ofbiz/trunk/applications/marketing/widget/SegmentForms.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/marketing/widget/SegmentForms.xml?rev=1718970&r1=1718969&r2=1718970&view=diff
==============================================================================
--- ofbiz/trunk/applications/marketing/widget/SegmentForms.xml (original)
+++ ofbiz/trunk/applications/marketing/widget/SegmentForms.xml Wed Dec 9
21:24:44 2015
@@ -51,7 +51,7 @@ under the License.
header-row-style="header-row" default-table-style="basic-table">
<alt-target use-when="segmentGroup==null" target="createSegmentGroup"/>
- <field use-when="segmentGroup!=null" name="segmentGroupId"
title="${uiLabelMap.MarketingSegmentGroupSegmentGroupId}"
tooltip="${uiLabelMap.CommonNotModifRecreat}"><display/></field>
+ <field use-when="segmentGroup!=null" name="segmentGroupId"
title="${uiLabelMap.MarketingSegmentGroupSegmentGroupId}"><display/></field>
<field use-when="segmentGroup==null&&segmentGroupId==null"
name="segmentGroupId"
title="${uiLabelMap.MarketingSegmentGroupSegmentGroupId}"><ignored/></field>
<field use-when="segmentGroup==null&&segmentGroupId!=null"
name="segmentGroupId" title="${uiLabelMap.MarketingSegmentGroupSegmentGroupId}"
tooltip="${uiLabelMap.CommonCannotBeFound}:
[${segmentGroupId}]"><display/></field>
Modified: ofbiz/trunk/applications/marketing/widget/TrackingCodeForms.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/marketing/widget/TrackingCodeForms.xml?rev=1718970&r1=1718969&r2=1718970&view=diff
==============================================================================
--- ofbiz/trunk/applications/marketing/widget/TrackingCodeForms.xml (original)
+++ ofbiz/trunk/applications/marketing/widget/TrackingCodeForms.xml Wed Dec 9
21:24:44 2015
@@ -24,7 +24,7 @@ under the License.
header-row-style="header-row" default-table-style="basic-table">
<alt-target use-when="trackingCode==null" target="createTrackingCode"/>
- <field use-when="trackingCode!=null" name="trackingCodeId"
title="${uiLabelMap.MarketingTrackingCodeTrackingCodeId}"
tooltip="${uiLabelMap.CommonNotModifRecreat}"><display/></field>
+ <field use-when="trackingCode!=null" name="trackingCodeId"
title="${uiLabelMap.MarketingTrackingCodeTrackingCodeId}"><display/></field>
<field use-when="trackingCode==null&&trackingCodeId==null"
name="trackingCodeId"
title="${uiLabelMap.MarketingTrackingCodeTrackingCodeId}"><text/></field>
<field use-when="trackingCode==null&&trackingCodeId!=null"
name="trackingCodeId" title="${uiLabelMap.MarketingTrackingCodeTrackingCodeId}"
tooltip="${uiLabelMap.CommonCannotBeFound}:
[${trackingCodeId}]"><display/></field>
@@ -290,7 +290,7 @@ under the License.
header-row-style="header-row" default-table-style="basic-table">
<alt-target use-when="trackingCodeType==null"
target="createTrackingCodeType"/>
- <field use-when="trackingCodeType!=null" name="trackingCodeTypeId"
title="${uiLabelMap.MarketingTrackingCodeTrackingCodeTypeId}"
tooltip="${uiLabelMap.CommonNotModifRecreat}"><display/></field>
+ <field use-when="trackingCodeType!=null" name="trackingCodeTypeId"
title="${uiLabelMap.MarketingTrackingCodeTrackingCodeTypeId}"><display/></field>
<field
use-when="trackingCodeType==null&&trackingCodeTypeId==null"
name="trackingCodeTypeId"
title="${uiLabelMap.MarketingTrackingCodeTrackingCodeTypeId}"><text/></field>
<field
use-when="trackingCodeType==null&&trackingCodeTypeId!=null"
name="trackingCodeTypeId"
title="${uiLabelMap.MarketingTrackingCodeTrackingCodeTypeId}"
tooltip="${uiLabelMap.CommonCannotBeFound}:
[${trackingCodeTypeId}]"><display/></field>
Modified: ofbiz/trunk/applications/marketing/widget/sfa/forms/ForecastForms.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/marketing/widget/sfa/forms/ForecastForms.xml?rev=1718970&r1=1718969&r2=1718970&view=diff
==============================================================================
--- ofbiz/trunk/applications/marketing/widget/sfa/forms/ForecastForms.xml
(original)
+++ ofbiz/trunk/applications/marketing/widget/sfa/forms/ForecastForms.xml Wed
Dec 9 21:24:44 2015
@@ -53,7 +53,7 @@ under the License.
<alt-target use-when="salesForecast==null"
target="createSalesForecast"/>
<auto-fields-service service-name="updateSalesForecast"/>
- <field name="salesForecastId" use-when="salesForecastId!=null"
tooltip="${uiLabelMap.CommonNotModifRecreat}"><display/></field>
+ <field name="salesForecastId"
use-when="salesForecastId!=null"><display/></field>
<field name="salesForecastId"
use-when="salesForecast==null&&salesForecastId==null"><ignored/></field>
<field name="salesForecastId"
use-when="salesForecast==null&&salesForecastId!=null"
tooltip="${uiLabelMap.CommonCannotBeFound}: [${salesForecastId}]"><display
also-hidden="false"/></field>
Modified:
ofbiz/trunk/applications/marketing/widget/sfa/forms/OpportunityForms.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/marketing/widget/sfa/forms/OpportunityForms.xml?rev=1718970&r1=1718969&r2=1718970&view=diff
==============================================================================
--- ofbiz/trunk/applications/marketing/widget/sfa/forms/OpportunityForms.xml
(original)
+++ ofbiz/trunk/applications/marketing/widget/sfa/forms/OpportunityForms.xml
Wed Dec 9 21:24:44 2015
@@ -96,7 +96,7 @@ under the License.
<form name="EditSalesOpportunity" type="single"
target="updateSalesOpportunity" default-map-name="salesOpportunity"
header-row-style="header-row" default-table-style="basic-table">
<alt-target use-when="salesOpportunity==null"
target="createSalesOpportunity"/>
- <field name="salesOpportunityId" use-when="salesOpportunity!=null"
tooltip="${uiLabelMap.CommonNotModifRecreat}"><display/></field>
+ <field name="salesOpportunityId"
use-when="salesOpportunity!=null"><display/></field>
<field name="salesOpportunityId"
use-when="salesOpportunity==null&&salesOpportunityId==null"><text/></field>
<field name="salesOpportunityId"
use-when="salesOpportunity==null&&salesOpportunityId!=null"
tooltip="${uiLabelMap.CommonCannotBeFound}:
[${salesOpportunityId}]"><display/></field>
<field name="opportunityName"
title="${uiLabelMap.SfaOpportunityName}"><text
default-value="${communicationEvent.subject}" size="30"/></field>
Modified:
ofbiz/trunk/applications/party/widget/partymgr/PartyClassificationForms.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/widget/partymgr/PartyClassificationForms.xml?rev=1718970&r1=1718969&r2=1718970&view=diff
==============================================================================
--- ofbiz/trunk/applications/party/widget/partymgr/PartyClassificationForms.xml
(original)
+++ ofbiz/trunk/applications/party/widget/partymgr/PartyClassificationForms.xml
Wed Dec 9 21:24:44 2015
@@ -69,7 +69,7 @@ under the License.
<form name="EditPartyClassificationGroup" type="single"
target="updatePartyClassificationGroup"
default-map-name="partyClassificationGroup"
header-row-style="header-row" default-table-style="basic-table">
<alt-target use-when="partyClassificationGroup==null"
target="createPartyClassificationGroup"/>
- <field use-when="partyClassificationGroup!=null"
name="partyClassificationGroupId"
title="${uiLabelMap.PartyClassificationGroupId}"
tooltip="${uiLabelMap.CommonNotModifRecreat}"><display/></field>
+ <field use-when="partyClassificationGroup!=null"
name="partyClassificationGroupId"
title="${uiLabelMap.PartyClassificationGroupId}"><display/></field>
<field
use-when="partyClassificationGroup==null&&partyClassificationGroupId==null"
name="partyClassificationGroupId"
title="${uiLabelMap.PartyClassificationGroupId}"><ignored/></field>
<field
use-when="partyClassificationGroup==null&&partyClassificationGroupId!=null"
name="partyClassificationGroupId"
title="${uiLabelMap.PartyClassificationGroupId}"
tooltip="${uiLabelMap.CommonCannotBeFound}:
[${partyClassificationGroupId}]"><display/></field>
<field name="partyClassificationTypeId">
Modified: ofbiz/trunk/applications/party/widget/partymgr/PartyForms.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/widget/partymgr/PartyForms.xml?rev=1718970&r1=1718969&r2=1718970&view=diff
==============================================================================
--- ofbiz/trunk/applications/party/widget/partymgr/PartyForms.xml (original)
+++ ofbiz/trunk/applications/party/widget/partymgr/PartyForms.xml Wed Dec 9
21:24:44 2015
@@ -186,7 +186,7 @@ under the License.
focus-field-name="salutation" header-row-style="header-row"
default-table-style="basic-table">
<alt-target use-when="personInfo==null" target="createPerson"/>
<auto-fields-service service-name="updatePerson"/>
- <field use-when="personInfo!=null" name="partyId"
title="${uiLabelMap.PartyPartyId}"
tooltip="${uiLabelMap.CommonNotModifRecreat}"><display/></field>
+ <field use-when="personInfo!=null" name="partyId"
title="${uiLabelMap.PartyPartyId}"><display/></field>
<field use-when="personInfo==null&&partyId==null"
name="partyId" title="${uiLabelMap.PartyPartyId}"
tooltip="${uiLabelMap.CommonIdGeneratedIfEmpty}"><text/></field>
<field use-when="personInfo==null&&partyId!=null"
name="partyId" title="${uiLabelMap.PartyPartyId}"
tooltip="${uiLabelMap.CommonCannotBeFound}: [${partyId}]"><display
also-hidden="false"/></field>
<field name="firstName" title="${uiLabelMap.PartyFirstName}"
required-field="true"><text size="40" maxlength="60"/></field>
@@ -262,7 +262,7 @@ under the License.
focus-field-name="groupName" header-row-style="header-row"
default-table-style="basic-table">
<alt-target use-when="partyGroup==null" target="createPartyGroup"/>
<auto-fields-service service-name="updatePartyGroup"/>
- <field use-when="partyGroup!=null" name="partyId"
title="${uiLabelMap.PartyPartyId}"
tooltip="${uiLabelMap.CommonNotModifRecreat}"><display/></field>
+ <field use-when="partyGroup!=null" name="partyId"
title="${uiLabelMap.PartyPartyId}"><display/></field>
<field use-when="partyGroup==null&&partyId==null"
name="partyId" title="${uiLabelMap.PartyPartyId}"
tooltip="${uiLabelMap.CommonIdGeneratedIfEmpty}"><text/></field>
<field use-when="partyGroup==null&&partyId!=null"
name="partyId" title="${uiLabelMap.PartyPartyId}"
tooltip="${uiLabelMap.CommonCannotBeFound}: [${partyId}]"><display
also-hidden="false"/></field>
<field name="groupName" required-field="true"></field>
@@ -749,7 +749,7 @@ under the License.
<field name="partyId" map-name="parameters"><hidden/></field>
<field name="dataResourceId" map-name="dataResource"
use-when="content!=null"><hidden/></field>
- <field use-when="content!=null" name="contentId"
tooltip="${uiLabelMap.CommonNotModifRecreat}"><display/></field>
+ <field use-when="content!=null" name="contentId"><display/></field>
<field name="partyContentTypeId">
<drop-down allow-empty="false">
<entity-options entity-name="PartyContentType"/>
Modified: ofbiz/trunk/applications/product/widget/catalog/CategoryForms.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/widget/catalog/CategoryForms.xml?rev=1718970&r1=1718969&r2=1718970&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/widget/catalog/CategoryForms.xml (original)
+++ ofbiz/trunk/applications/product/widget/catalog/CategoryForms.xml Wed Dec
9 21:24:44 2015
@@ -189,7 +189,7 @@ under the License.
<field name="productCategoryId"><hidden/></field>
<field name="linkSeqId"
use-when="productCategoryLink==null"><ignored/></field>
<field name="linkSeqId"
use-when="productCategoryLink!=null"><display/></field>
- <field use-when="productCategoryLink != null" name="fromDate"
tooltip="${uiLabelMap.CommonNotModifRecreat}"><display/></field>
+ <field use-when="productCategoryLink != null"
name="fromDate"><display/></field>
<field use-when="productCategoryLink == null" name="fromDate"
title="${uiLabelMap.CommonFromDate}"><date-time/></field>
<field name="thruDate"
title="${uiLabelMap.CommonThruDate}"><date-time/></field>
<field name="sequenceNum" title="${uiLabelMap.CommonSequence}"><text
maxlength="5" size="5"/></field>
Modified: ofbiz/trunk/applications/product/widget/catalog/SubscriptionForms.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/widget/catalog/SubscriptionForms.xml?rev=1718970&r1=1718969&r2=1718970&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/widget/catalog/SubscriptionForms.xml
(original)
+++ ofbiz/trunk/applications/product/widget/catalog/SubscriptionForms.xml Wed
Dec 9 21:24:44 2015
@@ -188,7 +188,7 @@ under the License.
<alt-target use-when="subscription==null" target="createSubscription"/>
<auto-fields-service service-name="updateSubscription"/>
- <field use-when="subscription!=null" name="subscriptionId"
tooltip="${uiLabelMap.CommonNotModifRecreat}"><display/></field>
+ <field use-when="subscription!=null"
name="subscriptionId"><display/></field>
<field use-when="subscription==null&&subscriptionId==null"
name="subscriptionId"><ignored/></field>
<field use-when="subscription==null&&subscriptionId!=null"
name="subscriptionId"><display description="${uiLabelMap.CommonCannotBeFound}:
[${subscriptionId}]" also-hidden="false"/></field>
@@ -347,7 +347,7 @@ under the License.
<alt-target use-when="subscriptionResource==null"
target="createSubscriptionResource"/>
<auto-fields-service service-name="updateSubscriptionResource"/>
- <field use-when="subscriptionResource!=null"
name="subscriptionResourceId"
tooltip="${uiLabelMap.CommonNotModifRecreat}"><display/></field>
+ <field use-when="subscriptionResource!=null"
name="subscriptionResourceId"><display/></field>
<field
use-when="subscriptionResource==null&&subscriptionResourceId==null"
name="subscriptionResourceId"><ignored/></field>
<field
use-when="subscriptionResource==null&&subscriptionResourceId!=null"
name="subscriptionResourceId"><display
description="${uiLabelMap.CommonCannotBeFound}: [${subscriptionResourceId}]"
also-hidden="false"/></field>
Modified: ofbiz/trunk/applications/workeffort/widget/TimesheetForms.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/workeffort/widget/TimesheetForms.xml?rev=1718970&r1=1718969&r2=1718970&view=diff
==============================================================================
--- ofbiz/trunk/applications/workeffort/widget/TimesheetForms.xml (original)
+++ ofbiz/trunk/applications/workeffort/widget/TimesheetForms.xml Wed Dec 9
21:24:44 2015
@@ -98,7 +98,7 @@ under the License.
<alt-target target="createTimesheet" use-when="timesheet==null"/>
<auto-fields-service service-name="updateTimesheet"/>
- <field name="timesheetId" use-when="timesheet!=null"
title="${uiLabelMap.WorkEffortTimesheetTimesheetId}"
tooltip="${uiLabelMap.CommonNotModifRecreat}"><display/></field>
+ <field name="timesheetId" use-when="timesheet!=null"
title="${uiLabelMap.WorkEffortTimesheetTimesheetId}"><display/></field>
<field name="timesheetId"
use-when="timesheet==null&&timesheetId==null"
title="${uiLabelMap.WorkEffortTimesheetTimesheetId}"><ignored/></field>
<field name="timesheetId"
use-when="timesheet==null&&timesheetId!=null"
title="${uiLabelMap.WorkEffortTimesheetTimesheetId}"
tooltip="${uiLabelMap.CommonCannotBeFound}: [${timesheetId}]"><display
also-hidden="false"/></field>
Modified: ofbiz/trunk/applications/workeffort/widget/WorkEffortForms.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/workeffort/widget/WorkEffortForms.xml?rev=1718970&r1=1718969&r2=1718970&view=diff
==============================================================================
--- ofbiz/trunk/applications/workeffort/widget/WorkEffortForms.xml (original)
+++ ofbiz/trunk/applications/workeffort/widget/WorkEffortForms.xml Wed Dec 9
21:24:44 2015
@@ -54,7 +54,7 @@ under the License.
<alt-target target="createWorkEffort" use-when="workEffort==null"/>
<auto-fields-service service-name="updateWorkEffort"/>
- <field name="workEffortId" use-when="workEffort!=null"
title="${uiLabelMap.WorkEffortWorkEffortId}"
tooltip="${uiLabelMap.CommonNotModifRecreat}"><display/></field>
+ <field name="workEffortId" use-when="workEffort!=null"
title="${uiLabelMap.WorkEffortWorkEffortId}"><display/></field>
<field name="workEffortId"
use-when="workEffort==null&&workEffortId==null"
title="${uiLabelMap.WorkEffortWorkEffortId}"><ignored/></field>
<field name="workEffortId"
use-when="workEffort==null&&workEffortId!=null"
title="${uiLabelMap.WorkEffortWorkEffortId}"
tooltip="${uiLabelMap.CommonCannotBeFound}: [${workEffortId}]"><display
also-hidden="false"/></field>
Modified: ofbiz/trunk/framework/common/widget/SecurityForms.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/common/widget/SecurityForms.xml?rev=1718970&r1=1718969&r2=1718970&view=diff
==============================================================================
--- ofbiz/trunk/framework/common/widget/SecurityForms.xml (original)
+++ ofbiz/trunk/framework/common/widget/SecurityForms.xml Wed Dec 9 21:24:44
2015
@@ -128,7 +128,7 @@ under the License.
</form>
<form name="EditSecurityGroup" type="single" target="updateSecurityGroup"
default-map-name="securityGroup">
- <field name="groupId" title="${uiLabelMap.CommonSecurityGroupId}"
tooltip="${uiLabelMap.CommonNotModifRecreat}"><display/></field>
+ <field name="groupId"
title="${uiLabelMap.CommonSecurityGroupId}"><display/></field>
<field name="description"
title="${uiLabelMap.CommonDescription}"><text size="60"
maxlength="250"/></field>
<field name="submitButton" title="${uiLabelMap.CommonUpdate}"><submit
button-type="button"/></field>
</form>
Modified: ofbiz/trunk/specialpurpose/assetmaint/widget/ismgr/FixedAssetForms.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/assetmaint/widget/ismgr/FixedAssetForms.xml?rev=1718970&r1=1718969&r2=1718970&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/assetmaint/widget/ismgr/FixedAssetForms.xml
(original)
+++ ofbiz/trunk/specialpurpose/assetmaint/widget/ismgr/FixedAssetForms.xml Wed
Dec 9 21:24:44 2015
@@ -25,7 +25,7 @@ under the License.
<alt-target use-when="fixedAsset==null"
target="createComputerHardware"/>
<auto-fields-service service-name="updateFixedAsset"
map-name="fixedAsset"/>
- <field use-when="fixedAsset!=null" name="fixedAssetId"
tooltip="${uiLabelMap.CommonNotModifRecreat}"><display/></field>
+ <field use-when="fixedAsset!=null"
name="fixedAssetId"><display/></field>
<field use-when="fixedAsset==null&&fixedAssetId==null"
name="fixedAssetId"><text size="20" maxlength="20"/></field>
<field use-when="fixedAsset==null&&fixedAssetId!=null"
name="fixedAssetId"
tooltip="${uiLabelMap.CommonCannotBeFound}:[${fixedAssetId}]"><text size="20"
maxlength="20"/></field>
@@ -66,7 +66,7 @@ under the License.
<alt-target use-when="fixedAsset==null"
target="createComputerSoftware"/>
<auto-fields-service service-name="updateFixedAsset"
map-name="fixedAsset"/>
- <field use-when="fixedAsset!=null" name="fixedAssetId"
tooltip="${uiLabelMap.CommonNotModifRecreat}"><display/></field>
+ <field use-when="fixedAsset!=null"
name="fixedAssetId"><display/></field>
<field use-when="fixedAsset==null&&fixedAssetId==null"
name="fixedAssetId"><text size="20" maxlength="20"/></field>
<field use-when="fixedAsset==null&&fixedAssetId!=null"
name="fixedAssetId"
tooltip="${uiLabelMap.CommonCannotBeFound}:[${fixedAssetId}]"><text size="20"
maxlength="20"/></field>
Modified:
ofbiz/trunk/specialpurpose/example/widget/example/ExampleFeatureForms.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/example/widget/example/ExampleFeatureForms.xml?rev=1718970&r1=1718969&r2=1718970&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/example/widget/example/ExampleFeatureForms.xml
(original)
+++ ofbiz/trunk/specialpurpose/example/widget/example/ExampleFeatureForms.xml
Wed Dec 9 21:24:44 2015
@@ -55,7 +55,7 @@ under the License.
</actions>
<alt-target use-when="exampleFeature==null"
target="createExampleFeature"/>
<auto-fields-service service-name="updateExampleFeature"/>
- <field use-when="exampleFeature!=null" name="exampleFeatureId"
title="${uiLabelMap.ExampleExampleFeatureId}"
tooltip="${uiLabelMap.CommonNotModifRecreat}"><display/></field>
+ <field use-when="exampleFeature!=null" name="exampleFeatureId"
title="${uiLabelMap.ExampleExampleFeatureId}"><display/></field>
<field use-when="exampleFeature==null @and exampleFeatureId==null"
name="exampleFeatureId"
title="${uiLabelMap.ExampleExampleFeatureId}"><ignored/></field>
<field use-when="exampleFeature==null @and exampleFeatureId!=null"
name="exampleFeatureId" title="${uiLabelMap.ExampleExampleFeatureId}"><display
description="${uiLabelMap.CommonCannotBeFound}: [${exampleFeatureId}]"
also-hidden="false"/></field>
<field name="description" title="${uiLabelMap.CommonDescription}"/>
Modified: ofbiz/trunk/specialpurpose/example/widget/example/ExampleForms.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/example/widget/example/ExampleForms.xml?rev=1718970&r1=1718969&r2=1718970&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/example/widget/example/ExampleForms.xml
(original)
+++ ofbiz/trunk/specialpurpose/example/widget/example/ExampleForms.xml Wed Dec
9 21:24:44 2015
@@ -168,7 +168,7 @@ under the License.
</actions>
<alt-target use-when="example==null" target="createExample"/>
<auto-fields-service service-name="updateExample"/>
- <field use-when="example!=null" name="exampleId"
title="${uiLabelMap.ExampleExampleId}"
tooltip="${uiLabelMap.CommonNotModifRecreat}"><display/></field>
+ <field use-when="example!=null" name="exampleId"
title="${uiLabelMap.ExampleExampleId}"><display/></field>
<field use-when="example==null @and exampleId==null" name="exampleId"
title="${uiLabelMap.ExampleExampleId}"><ignored/></field>
<field use-when="example==null @and exampleId!=null" name="exampleId"
title="${uiLabelMap.ExampleExampleId}"><display
description="${uiLabelMap.CommonCannotBeFound}: [${exampleId}]"
also-hidden="false"/></field>
<field name="exampleTypeId" title="${uiLabelMap.CommonType}"
id-name="exampleTypeId" required-field="true">
Modified: ofbiz/trunk/specialpurpose/projectmgr/widget/forms/ProjectForms.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/projectmgr/widget/forms/ProjectForms.xml?rev=1718970&r1=1718969&r2=1718970&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/projectmgr/widget/forms/ProjectForms.xml
(original)
+++ ofbiz/trunk/specialpurpose/projectmgr/widget/forms/ProjectForms.xml Wed Dec
9 21:24:44 2015
@@ -898,7 +898,7 @@
<field name="workEffortId" map-name="parameters"><hidden/></field>
<field name="projectId" map-name="parameters"><hidden/></field>
- <field name="contentId" use-when="workEffortContent!=null"
tooltip="${uiLabelMap.CommonNotModifRecreat}"><display-entity
entity-name="Content" description="[${contentId}] ${contentName}"/></field>
+ <field name="contentId"
use-when="workEffortContent!=null"><display-entity entity-name="Content"
description="[${contentId}] ${contentName}"/></field>
<field name="contentIdTo" use-when="workEffortContent==null"
title="${uiLabelMap.FormFieldTitle_existContentId}">
<lookup target-form-name="LookupTreeContent"/>
</field>