Author: jleroux
Date: Thu Aug 17 14:05:03 2017
New Revision: 1805286
URL: http://svn.apache.org/viewvc?rev=1805286&view=rev
Log:
Improved: Required field indicator (*) is missing on create contact list form
(OFBIZ-9587)
Thanks: Thanks: Suraj Khurana for the patch
Modified:
ofbiz/ofbiz-framework/trunk/applications/marketing/widget/ContactListForms.xml
Modified:
ofbiz/ofbiz-framework/trunk/applications/marketing/widget/ContactListForms.xml
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/marketing/widget/ContactListForms.xml?rev=1805286&r1=1805285&r2=1805286&view=diff
==============================================================================
---
ofbiz/ofbiz-framework/trunk/applications/marketing/widget/ContactListForms.xml
(original)
+++
ofbiz/ofbiz-framework/trunk/applications/marketing/widget/ContactListForms.xml
Thu Aug 17 14:05:03 2017
@@ -28,7 +28,7 @@ under the License.
<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>
- <field name="contactListName"
title="${uiLabelMap.MarketingContactListContactListName}"><text/></field>
+ <field name="contactListName"
title="${uiLabelMap.MarketingContactListContactListName}"
required-field="true"><text size="30" maxlength="255"/></field>
<field name="contactListTypeId"
title="${uiLabelMap.MarketingContactListContactListTypeId}">
<drop-down>
<entity-options entity-name="ContactListType"
key-field-name="contactListTypeId">
@@ -76,7 +76,7 @@ under the License.
</field>
<field name="optOutScreen"><text size="60"/></field>
- <field name="submitButton" title="${uiLabelMap.CommonSave}"
widget-style="buttontext"><submit button-type="text-link"/></field>
+ <field name="submitButton" title="${uiLabelMap.CommonSave}"
widget-style="buttontext"><submit button-type="button"/></field>
<!-- <field name="DONE_PAGE"><hidden value="${donePage}"/></field> -->
<!-- <field name="cancelLink" title=" "
widget-style="buttontext"><hyperlink
description="${uiLabelMap.CommonCancelDone}" target="${donePage}"
also-hidden="false" target-type="inter-app"/></field> -->
</form>