priceByDistance.jsp

17 lines | 822 B Blame History Raw Download
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %>
<%@ taglib uri="http://www.springframework.org/tags" prefix="s" %>
<%@ taglib uri="http://www.springframework.org/tags/form" prefix="form" %>
<%@ page session="false" %>		



                 
                  <div class="control-group">
                        <label class="required"><s:message code="module.shipping.customQuotesRules.title" text="Create your own shipping rules"/></label>
	                        <div class="controls">
	                        		<p>
	                        			<s:message code="module.shipping.customQuotesRules.text" text="Use the decision table xls file"/>
	                        		</p>
	                        </div>
                  </div>