You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2014/01/26 10:02:04 UTC

svn commit: r1561469 - in /ofbiz/branches/release12.04: ./ applications/product/webapp/catalog/category/EditCategoryProducts.ftl

Author: jleroux
Date: Sun Jan 26 09:02:03 2014
New Revision: 1561469

URL: http://svn.apache.org/r1561469
Log:
"Applied fix from trunk for revision: 1561467  " 
------------------------------------------------------------------------
r1561467 | jleroux | 2014-01-26 10:00:59 +0100 (dim. 26 janv. 2014) | 1 ligne

A fix for https://issues.apache.org/jira/browse/OFBIZ-5516, when adding a product to a category the from date field was not shown as required
------------------------------------------------------------------------


Modified:
    ofbiz/branches/release12.04/   (props changed)
    ofbiz/branches/release12.04/applications/product/webapp/catalog/category/EditCategoryProducts.ftl

Propchange: ofbiz/branches/release12.04/
------------------------------------------------------------------------------
  Merged /ofbiz/trunk:r1561467

Modified: ofbiz/branches/release12.04/applications/product/webapp/catalog/category/EditCategoryProducts.ftl
URL: http://svn.apache.org/viewvc/ofbiz/branches/release12.04/applications/product/webapp/catalog/category/EditCategoryProducts.ftl?rev=1561469&r1=1561468&r2=1561469&view=diff
==============================================================================
--- ofbiz/branches/release12.04/applications/product/webapp/catalog/category/EditCategoryProducts.ftl (original)
+++ ofbiz/branches/release12.04/applications/product/webapp/catalog/category/EditCategoryProducts.ftl Sun Jan 26 09:02:03 2014
@@ -160,6 +160,7 @@ under the License.
                         <br/>
                         <span class="label">${uiLabelMap.CommonFromDate}</span>
                         <@htmlTemplate.renderDateTimeField name="fromDate" event="" action="" className="" alert="" title="Format: yyyy-MM-dd HH:mm:ss.SSS" value="" size="25" maxlength="30" id="fromDate1" dateType="date" shortDateInput=false timeDropdownParamName="" defaultDateTimeString="" localizedIconTitle="" timeDropdown="" timeHourName="" classString="" hour1="" hour2="" timeMinutesName="" minutes="" isTwelveHour="" ampmName="" amSelected="" pmSelected="" compositeType="" formName=""/>
+                        <span class="tooltip">${uiLabelMap.CommonRequired}</span>
                           <br />
                           <span class="label">${uiLabelMap.CommonComments}</span> <textarea name="comments" rows="2" cols="40"></textarea>
                           <input type="submit" value="${uiLabelMap.CommonAdd}" />