svn commit: r944897 - in /ofbiz/branches/release10.04: ./ applications/party/webapp/partymgr/party/editcontactmech.ftl

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r944897 - in /ofbiz/branches/release10.04: ./ applications/party/webapp/partymgr/party/editcontactmech.ftl

jleroux@apache.org
Author: jleroux
Date: Sun May 16 19:14:14 2010
New Revision: 944897

URL: http://svn.apache.org/viewvc?rev=944897&view=rev
Log:
"Applied fix from trunk for revision: 944895"
------------------------------------------------------------------------
r944895 | jleroux | 2010-05-16 21:07:41 +0200 (dim. 16 mai 2010) | 3 lignes

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/branches/release10.04/   (props changed)
    ofbiz/branches/release10.04/applications/party/webapp/partymgr/party/editcontactmech.ftl

Propchange: ofbiz/branches/release10.04/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Sun May 16 19:14:14 2010
@@ -1,3 +1,3 @@
 /ofbiz/branches/addbirt:831210-885099,885686-886087
 /ofbiz/branches/multitenant20100310:921280-927264
-/ofbiz/trunk:939988,939990,939999,940025,940053,940234,940248,940309,940401,940410,940425,940779,940815,940849,941007,941047,941109,941177,941199,941261,941440,941600,941999,942084,942406,942414,942671,942883-942884,943168,943271-943272,944614,944621,944623,944647,944669,944797
+/ofbiz/trunk:939988,939990,939999,940025,940053,940234,940248,940309,940401,940410,940425,940779,940815,940849,941007,941047,941109,941177,941199,941261,941440,941600,941999,942084,942406,942414,942671,942883-942884,943168,943271-943272,944614,944621,944623,944647,944669,944797,944895

Modified: ofbiz/branches/release10.04/applications/party/webapp/partymgr/party/editcontactmech.ftl
URL: http://svn.apache.org/viewvc/ofbiz/branches/release10.04/applications/party/webapp/partymgr/party/editcontactmech.ftl?rev=944897&r1=944896&r2=944897&view=diff
==============================================================================
--- ofbiz/branches/release10.04/applications/party/webapp/partymgr/party/editcontactmech.ftl (original)
+++ ofbiz/branches/release10.04/applications/party/webapp/partymgr/party/editcontactmech.ftl Sun May 16 19:14:14 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>