You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by mb...@apache.org on 2018/03/17 11:39:04 UTC

svn commit: r1827076 - /ofbiz/ofbiz-framework/trunk/framework/common/widget/SecurityScreens.xml

Author: mbrohl
Date: Sat Mar 17 11:39:03 2018
New Revision: 1827076

URL: http://svn.apache.org/viewvc?rev=1827076&view=rev
Log:
Improved: Standardise Layout throughout Applications.
(OFBIZ-10242)

This contains the improvements for common.

Thanks Julian Leichert for reporting and providing the patch.

Modified:
    ofbiz/ofbiz-framework/trunk/framework/common/widget/SecurityScreens.xml

Modified: ofbiz/ofbiz-framework/trunk/framework/common/widget/SecurityScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/framework/common/widget/SecurityScreens.xml?rev=1827076&r1=1827075&r2=1827076&view=diff
==============================================================================
--- ofbiz/ofbiz-framework/trunk/framework/common/widget/SecurityScreens.xml (original)
+++ ofbiz/ofbiz-framework/trunk/framework/common/widget/SecurityScreens.xml Sat Mar 17 11:39:03 2018
@@ -33,7 +33,9 @@ under the License.
                         <container style="page-title">
                             <label text="${uiLabelMap.NewSecurityGroup}"/>
                         </container>
-                        <include-form name="CreateSecurityGroup" location="component://common/widget/SecurityForms.xml"/>
+                        <screenlet>
+                            <include-form name="CreateSecurityGroup" location="component://common/widget/SecurityForms.xml"/>
+                        </screenlet>
                     </decorator-section>
                 </decorator-screen>
             </widgets>
@@ -54,7 +56,9 @@ under the License.
                         <container style="page-title">
                             <label text="${uiLabelMap.CreateUserLogin}"/>
                         </container>
-                        <include-form name="AddUserLogin" location="component://common/widget/SecurityForms.xml"/>
+                        <screenlet>
+                            <include-form name="AddUserLogin" location="component://common/widget/SecurityForms.xml"/>
+                        </screenlet>
                     </decorator-section>
                 </decorator-screen>
             </widgets>
@@ -261,7 +265,9 @@ under the License.
                         <container style="button-bar">
                             <link target="CreateNewSecurityGroup" style="buttontext create" text="${uiLabelMap.CommonCreateNew}"/>
                         </container>
-                        <include-form name="ListSecurityGroups" location="component://common/widget/SecurityForms.xml"/>
+                        <screenlet>
+                            <include-form name="ListSecurityGroups" location="component://common/widget/SecurityForms.xml"/>
+                        </screenlet>
                     </decorator-section>
                 </decorator-screen>
             </widgets>
@@ -286,7 +292,9 @@ under the License.
                         <container style="button-bar">
                             <link target="createnewlogin" style="buttontext create" text="${uiLabelMap.CommonCreateNew}"/>
                         </container>
-                        <include-form name="ListUserLogins" location="component://common/widget/SecurityForms.xml"/>
+                        <screenlet>
+                            <include-form name="ListUserLogins" location="component://common/widget/SecurityForms.xml"/>
+                        </screenlet>
                     </decorator-section>
                 </decorator-screen>
             </widgets>