Author: jleroux
Date: Sat Oct  9 16:29:56 2010
New Revision: 1006183

URL: http://svn.apache.org/viewvc?rev=1006183&view=rev
Log:
Somehow Sascha missed those in patch committed at r1006178

Modified:
    
ofbiz/branches/jquery/applications/order/webapp/ordermgr/entry/orderagreements.ftl
    
ofbiz/branches/jquery/specialpurpose/ecommerce/webapp/ecommerce/shoppinglist/editShoppingList.ftl

Modified: 
ofbiz/branches/jquery/applications/order/webapp/ordermgr/entry/orderagreements.ftl
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/jquery/applications/order/webapp/ordermgr/entry/orderagreements.ftl?rev=1006183&r1=1006182&r2=1006183&view=diff
==============================================================================
--- 
ofbiz/branches/jquery/applications/order/webapp/ordermgr/entry/orderagreements.ftl
 (original)
+++ 
ofbiz/branches/jquery/applications/order/webapp/ordermgr/entry/orderagreements.ftl
 Sat Oct  9 16:29:56 2010
@@ -203,7 +203,7 @@ under the License.
           </td>
           <td>&nbsp;</td>
           <td>
-              <@htmlTemplate.renderDateTimeField name="cancelBackOrderDate" 
value="" className="" alert="" title="Format: yyyy-MM-dd HH:mm:ss.SSS" 
size="25" maxlength="30" id="cancelBackOrderDate1" dateType="date" 
shortDateInput=false timeDropdownParamName="" defaultDateTimeString="" 
localizedIconTitle="" timeDropdown="" timeHourName="" classString="" hour1="" 
hour2="" timeMinutesName="" minutes="" isTwelveHour="" ampmName="" 
amSelected="" pmSelected="" compositeType="" formName=""/>
+              <@htmlTemplate.renderDateTimeField name="cancelBackOrderDate" 
event="" action="" value="" className="" alert="" title="Format: yyyy-MM-dd 
HH:mm:ss.SSS" size="25" maxlength="30" id="cancelBackOrderDate1" 
dateType="date" shortDateInput=false timeDropdownParamName="" 
defaultDateTimeString="" localizedIconTitle="" timeDropdown="" timeHourName="" 
classString="" hour1="" hour2="" timeMinutesName="" minutes="" isTwelveHour="" 
ampmName="" amSelected="" pmSelected="" compositeType="" formName=""/>
           </td>
         </tr>
       </#if>

Modified: 
ofbiz/branches/jquery/specialpurpose/ecommerce/webapp/ecommerce/shoppinglist/editShoppingList.ftl
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/jquery/specialpurpose/ecommerce/webapp/ecommerce/shoppinglist/editShoppingList.ftl?rev=1006183&r1=1006182&r2=1006183&view=diff
==============================================================================
--- 
ofbiz/branches/jquery/specialpurpose/ecommerce/webapp/ecommerce/shoppinglist/editShoppingList.ftl
 (original)
+++ 
ofbiz/branches/jquery/specialpurpose/ecommerce/webapp/ecommerce/shoppinglist/editShoppingList.ftl
 Sat Oct  9 16:29:56 2010
@@ -197,12 +197,12 @@ under the License.
                 <td>&nbsp;</td>
                 <td><div 
class="tableheadtext">${uiLabelMap.CommonStartDate}</div></td>
                 <td>
-                  <@htmlTemplate.renderDateTimeField name="startDateTime" 
className="" alert="" title="Format: yyyy-MM-dd HH:mm:ss.SSS" 
value="${(recurrenceInfo.startDateTime)?if_exists}" size="25" maxlength="30" 
id="startDateTime1" dateType="date" shortDateInput=false 
timeDropdownParamName="" defaultDateTimeString="" localizedIconTitle="" 
timeDropdown="" timeHourName="" classString="" hour1="" hour2="" 
timeMinutesName="" minutes="" isTwelveHour="" ampmName="" amSelected="" 
pmSelected="" compositeType="" formName=""/>
+                  <@htmlTemplate.renderDateTimeField name="startDateTime" 
className="" event="" action="" alert="" title="Format: yyyy-MM-dd 
HH:mm:ss.SSS" value="${(recurrenceInfo.startDateTime)?if_exists}" size="25" 
maxlength="30" id="startDateTime1" dateType="date" shortDateInput=false 
timeDropdownParamName="" defaultDateTimeString="" localizedIconTitle="" 
timeDropdown="" timeHourName="" classString="" hour1="" hour2="" 
timeMinutesName="" minutes="" isTwelveHour="" ampmName="" amSelected="" 
pmSelected="" compositeType="" formName=""/>
                 </td>
                 <td>&nbsp;</td>
                 <td><div 
class="tableheadtext">${uiLabelMap.CommonEndDate}</div></td>
                 <td>
-                  <@htmlTemplate.renderDateTimeField name="endDateTime" 
className="textBox" alert="" title="Format: yyyy-MM-dd HH:mm:ss.SSS" 
value="${(recurrenceRule.untilDateTime)?if_exists}" size="25" maxlength="30" 
id="endDateTime1" dateType="date" shortDateInput=false timeDropdownParamName="" 
defaultDateTimeString="" localizedIconTitle="" timeDropdown="" timeHourName="" 
classString="" hour1="" hour2="" timeMinutesName="" minutes="" isTwelveHour="" 
ampmName="" amSelected="" pmSelected="" compositeType="" formName=""/>
+                  <@htmlTemplate.renderDateTimeField name="endDateTime" 
className="textBox" event="" action="" alert="" title="Format: yyyy-MM-dd 
HH:mm:ss.SSS" value="${(recurrenceRule.untilDateTime)?if_exists}" size="25" 
maxlength="30" id="endDateTime1" dateType="date" shortDateInput=false 
timeDropdownParamName="" defaultDateTimeString="" localizedIconTitle="" 
timeDropdown="" timeHourName="" classString="" hour1="" hour2="" 
timeMinutesName="" minutes="" isTwelveHour="" ampmName="" amSelected="" 
pmSelected="" compositeType="" formName=""/>
                 </td>
                 <td>&nbsp;</td>
               </tr>


Reply via email to