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

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


The following commit(s) were added to refs/heads/trunk by this push:
     new 9152fbbdec Improved: ProductAssocs Screen confused (Helveticus Theme) 
(OFBIZ-12615)
9152fbbdec is described below

commit 9152fbbdecd17e6495ed8b40a9484ce5a8ac8792
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 3d42c190ca..29fc818bbd 100644
--- a/applications/product/widget/catalog/ProductScreens.xml
+++ b/applications/product/widget/catalog/ProductScreens.xml
@@ -1048,8 +1048,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