Author: jleroux
Date: Wed Jul 11 09:18:58 2018
New Revision: 1835620
URL:
http://svn.apache.org/viewvc?rev=1835620&view=revLog:
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="<@ofbizUrl>EditCategory</@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="<@ofbizUrl>EditProduct</@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="<@ofbizUrl>FindProductById</@ofbizUrl>" style="margin: 0;">
<table class="basic-table form-table">
<tr>