Author: jleroux
Date: Sun May 16 19:07:41 2010
New Revision: 944895
URL:
http://svn.apache.org/viewvc?rev=944895&view=revLog:
Closes "No * to mark required fields in Party Contact Info" (
https://issues.apache.org/jira/browse/OFBIZ-3467) - OFBIZ-3467
As it's FTL, not a big effort done...
Modified:
ofbiz/trunk/applications/party/webapp/partymgr/party/editcontactmech.ftl
Modified: ofbiz/trunk/applications/party/webapp/partymgr/party/editcontactmech.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/webapp/partymgr/party/editcontactmech.ftl?rev=944895&r1=944894&r2=944895&view=diff==============================================================================
--- ofbiz/trunk/applications/party/webapp/partymgr/party/editcontactmech.ftl (original)
+++ ofbiz/trunk/applications/party/webapp/partymgr/party/editcontactmech.ftl Sun May 16 19:07:41 2010
@@ -130,7 +130,7 @@ under the License.
</td>
</tr>
<tr>
- <td class="label">${uiLabelMap.PartyAddressLine1}</td>
+ <td class="label">${uiLabelMap.PartyAddressLine1} *</td>
<td>
<input type="text" size="100" maxlength="255" name="address1" value="${(mechMap.postalAddress.address1)?default(request.getParameter('address1')?if_exists)}" />
</td>
@@ -142,7 +142,7 @@ under the License.
</td>
</tr>
<tr>
- <td class="label">${uiLabelMap.PartyCity}</td>
+ <td class="label">${uiLabelMap.PartyCity} *</td>
<td>
<input type="text" size="50" maxlength="100" name="city" value="${(mechMap.postalAddress.city)?default(request.getParameter('city')?if_exists)}" />
</td>
@@ -158,7 +158,7 @@ under the License.
</td>
</tr>
<tr>
- <td class="label">${uiLabelMap.PartyZipCode}</td>
+ <td class="label">${uiLabelMap.PartyZipCode} *</td>
<td>
<input type="text" size="30" maxlength="60" name="postalCode" value="${(mechMap.postalAddress.postalCode)?default(request.getParameter('postalCode')?if_exists)}" />
</td>