svn commit: r1561467 - /ofbiz/trunk/applications/product/webapp/catalog/category/EditCategoryProducts.ftl

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

svn commit: r1561467 - /ofbiz/trunk/applications/product/webapp/catalog/category/EditCategoryProducts.ftl

jleroux@apache.org
Author: jleroux
Date: Sun Jan 26 09:00:59 2014
New Revision: 1561467

URL: http://svn.apache.org/r1561467
Log:
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/trunk/applications/product/webapp/catalog/category/EditCategoryProducts.ftl

Modified: ofbiz/trunk/applications/product/webapp/catalog/category/EditCategoryProducts.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/catalog/category/EditCategoryProducts.ftl?rev=1561467&r1=1561466&r2=1561467&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/webapp/catalog/category/EditCategoryProducts.ftl (original)
+++ ofbiz/trunk/applications/product/webapp/catalog/category/EditCategoryProducts.ftl Sun Jan 26 09:00:59 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}" />