svn commit: r1822140 - in /ofbiz/ofbiz-plugins/branches/release17.12: ./ ecommerce/template/catalog/MiniReOrderProds.ftl

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

svn commit: r1822140 - in /ofbiz/ofbiz-plugins/branches/release17.12: ./ ecommerce/template/catalog/MiniReOrderProds.ftl

Deepak Dixit-5
Author: deepak
Date: Wed Jan 24 17:52:13 2018
New Revision: 1822140

URL: http://svn.apache.org/viewvc?rev=1822140&view=rev
Log:
Applied fix from trunk for revision: 1822139
===

Improved: Update markup of quick reorder section according to standard markup given by Bootstrap v4.0.0 (OFBIZ-10163)
Thanks Nitish Mishra for your contribution

Modified:
    ofbiz/ofbiz-plugins/branches/release17.12/   (props changed)
    ofbiz/ofbiz-plugins/branches/release17.12/ecommerce/template/catalog/MiniReOrderProds.ftl

Propchange: ofbiz/ofbiz-plugins/branches/release17.12/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Wed Jan 24 17:52:13 2018
@@ -10,4 +10,4 @@
 /ofbiz/branches/json-integration-refactoring/plugins:1634077-1635900
 /ofbiz/branches/multitenant20100310/plugins:921280-927264
 /ofbiz/branches/release13.07/plugins:1547657
-/ofbiz/ofbiz-plugins/trunk:1819576,1819580,1819582,1819589,1820962,1820973,1821045,1821049,1821051,1822129,1822133
+/ofbiz/ofbiz-plugins/trunk:1819576,1819580,1819582,1819589,1820962,1820973,1821045,1821049,1821051,1822129,1822133,1822139

Modified: ofbiz/ofbiz-plugins/branches/release17.12/ecommerce/template/catalog/MiniReOrderProds.ftl
URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-plugins/branches/release17.12/ecommerce/template/catalog/MiniReOrderProds.ftl?rev=1822140&r1=1822139&r2=1822140&view=diff
==============================================================================
--- ofbiz/ofbiz-plugins/branches/release17.12/ecommerce/template/catalog/MiniReOrderProds.ftl (original)
+++ ofbiz/ofbiz-plugins/branches/release17.12/ecommerce/template/catalog/MiniReOrderProds.ftl Wed Jan 24 17:52:13 2018
@@ -17,13 +17,11 @@ specific language governing permissions
 under the License.
 -->
 <#if reorderProducts?has_content>
-  <div id="minireorderprods" class="screenlet">
-    <div class="screenlet-title-bar">
-      <ul>
-        <li class="h3">${uiLabelMap.ProductQuickReorder}...</li>
-      </ul>
+  <div id="minireorderprods" class="card">
+    <div class="card-header">
+      ${uiLabelMap.ProductQuickReorder}...
     </div>
-    <div class="screenlet-body">
+    <div class="card-body">
       <#list reorderProducts as miniProduct>
         <div>
           ${setRequestAttribute("miniProdQuantity", reorderQuantities.get(miniProduct.productId))}