Author: jleroux
Date: Sun Jan 26 09:02:00 2014
New Revision: 1561468
URL:
http://svn.apache.org/r1561468Log:
"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/release13.07/ (props changed)
ofbiz/branches/release13.07/applications/product/webapp/catalog/category/EditCategoryProducts.ftl
Propchange: ofbiz/branches/release13.07/
------------------------------------------------------------------------------
Merged /ofbiz/trunk:r1561467
Modified: ofbiz/branches/release13.07/applications/product/webapp/catalog/category/EditCategoryProducts.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/branches/release13.07/applications/product/webapp/catalog/category/EditCategoryProducts.ftl?rev=1561468&r1=1561467&r2=1561468&view=diff==============================================================================
--- ofbiz/branches/release13.07/applications/product/webapp/catalog/category/EditCategoryProducts.ftl (original)
+++ ofbiz/branches/release13.07/applications/product/webapp/catalog/category/EditCategoryProducts.ftl Sun Jan 26 09:02:00 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}" />