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 2018/07/11 09:18:58 UTC

svn commit: r1835620 - /ofbiz/ofbiz-framework/trunk/applications/product/template/Main.ftl

Author: jleroux
Date: Wed Jul 11 09:18:58 2018
New Revision: 1835620

URL: http://svn.apache.org/viewvc?rev=1835620&view=rev
Log:
Improved: Align the input fields at catalog/control/main
(OFBIZ-10454)

In the meantime, before using form widgets, separate forms with form-container 
and especially horizontal rules.

Modified:
    ofbiz/ofbiz-framework/trunk/applications/product/template/Main.ftl

Modified: ofbiz/ofbiz-framework/trunk/applications/product/template/Main.ftl
URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/product/template/Main.ftl?rev=1835620&r1=1835619&r2=1835620&view=diff
==============================================================================
--- ofbiz/ofbiz-framework/trunk/applications/product/template/Main.ftl (original)
+++ ofbiz/ofbiz-framework/trunk/applications/product/template/Main.ftl Wed Jul 11 09:18:58 2018
@@ -39,6 +39,9 @@ under the License.
         </tr>
       </table>
     </form>
+    <hr>
+  </div>
+  <div class="form-container">
   <form class="basic-form" method="post" action="<@o...@ofbizUrl>" style="margin: 0;" name="EditCategoryForm">
     <table class="basic-table">
       <tr>
@@ -54,6 +57,9 @@ under the License.
       </tr>
     </table>
   </form>
+  <hr>
+  </div>
+  <div class="form-container">
   <form class="basic-form" method="post" action="<@o...@ofbizUrl>" style="margin: 0;" name="EditProductForm">
     <table class="basic-table form-table">
       <tr>
@@ -65,6 +71,9 @@ under the License.
       </tr>
     </table>
   </form>
+  <hr>
+  </div>
+  <div class="form-container">
     <form class="basic-form" method="post" action="<@o...@ofbizUrl>" style="margin: 0;">
       <table class="basic-table form-table">
         <tr>