This is an automated email from the ASF dual-hosted git repository.

jleroux pushed a commit to branch release22.01
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git


The following commit(s) were added to refs/heads/release22.01 by this push:
     new 7471139af1 Improved: ProductAssocs Screen confused (Helveticus Theme) 
(OFBIZ-12615)
7471139af1 is described below

commit 7471139af1d456a76739f3face5f7c44d7f5ff8b
Author: Jacques Le Roux <jacques.le.r...@les7arts.com>
AuthorDate: Tue May 17 09:36:12 2022 +0200

    Improved: ProductAssocs Screen confused (Helveticus Theme) (OFBIZ-12615)
    
    Improve the location and look of the label about date/time entries
    
    Thanks: Ingo Wolfmayr
---
 applications/product/widget/catalog/ProductScreens.xml         | 2 +-
 themes/helveticus/webapp/helveticus/helveticus-main-theme.less | 4 ++++
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/applications/product/widget/catalog/ProductScreens.xml 
b/applications/product/widget/catalog/ProductScreens.xml
index 8a68e3ede6..d8915aad10 100644
--- a/applications/product/widget/catalog/ProductScreens.xml
+++ b/applications/product/widget/catalog/ProductScreens.xml
@@ -1033,8 +1033,8 @@ under the License.
                                 <widgets>
                                     <screenlet 
title="${assocSection.sectionTitle}">
                                         <include-grid name="ListProductAssocs" 
location="component://product/widget/catalog/ProductForms.xml"/>
+                                        <label 
style="help-note">${uiLabelMap.CommonNote} : 
${uiLabelMap.ProductHighlightedExplanation}</label>
                                     </screenlet>
-                                    <label>${uiLabelMap.CommonNote} : 
${uiLabelMap.ProductHighlightedExplanation}</label>
                                 </widgets>
                             </section>
                         </iterate-section>
diff --git a/themes/helveticus/webapp/helveticus/helveticus-main-theme.less 
b/themes/helveticus/webapp/helveticus/helveticus-main-theme.less
index 89c268a5c7..b920f5214c 100644
--- a/themes/helveticus/webapp/helveticus/helveticus-main-theme.less
+++ b/themes/helveticus/webapp/helveticus/helveticus-main-theme.less
@@ -1397,3 +1397,7 @@ form .basic-table,
 .hidden{
   display: none;
 }
+.help-note{
+    color: #3D3D3D;
+    font-style: italic;
+}

Reply via email to