Laurent Destailleur 2 år sedan
förälder
incheckning
a862d831fd
3 ändrade filer med 6 tillägg och 6 borttagningar
  1. 2 2
      htdocs/langs/en_US/admin.lang
  2. 2 2
      htdocs/theme/eldy/global.inc.php
  3. 2 2
      htdocs/theme/md/style.css.php

+ 2 - 2
htdocs/langs/en_US/admin.lang

@@ -2323,8 +2323,8 @@ DefaultOpportunityStatus=Default opportunity status (first status when lead is c
 
 IconAndText=Icon and text
 TextOnly=Text only
-IconOnlyAllTextsOnHover=Icon only - All texts appears under icon on mouse hover menu bar
-IconOnlyTextOnHover=Icon only - Text of icon appears under icon on mouse hover the icon
+IconOnlyAllTextsOnHover=Icon only - All texts appears under icon on mouse over menu bar
+IconOnlyTextOnHover=Icon only - Text of icon appears under icon on mouse over the icon
 IconOnly=Icon only - Text on tooltip only
 INVOICE_ADD_ZATCA_QR_CODE=Show the ZATCA QR code on invoices
 INVOICE_ADD_ZATCA_QR_CODEMore=Some Arabic countries need this QR Code on their invoices

+ 2 - 2
htdocs/theme/eldy/global.inc.php

@@ -5039,7 +5039,7 @@ div#card-errors {
 
 
 /* ============================================================================== */
-/* Formulaire confirmation (When Ajax JQuery is used)                             */
+/* Formulaire confirmation (When Ajax JQuery is used) and Dialog popups           */
 /* ============================================================================== */
 
 .ui-dialog-titlebar {
@@ -5047,7 +5047,7 @@ div#card-errors {
 .ui-dialog-content {
 }
 .ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.ui-draggable {
-	z-index: 1002 !important;		/* Default 101 with ui-jquery, top menu have a z-index of 1000 */
+	z-index: 1005 !important;		/* Default 101 with ui-jquery, top menu have a z-index of 1000 */
 }
 
 

+ 2 - 2
htdocs/theme/md/style.css.php

@@ -5063,7 +5063,7 @@ div#card-errors {
 
 
 /* ============================================================================== */
-/* Formulaire confirmation (When Ajax JQuery is used)                             */
+/* Formulaire confirmation (When Ajax JQuery is used) and Dialog popups           */
 /* ============================================================================== */
 
 .ui-dialog-titlebar {
@@ -5072,7 +5072,7 @@ div#card-errors {
 	font-size: <?php print is_numeric($fontsize) ? $fontsize.'px' : $fontsize; ?> !important;
 }
 .ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.ui-draggable {
-	z-index: 1002 !important;		/* Default 101 with ui-jquery, top menu have a z-index of 1000 */
+	z-index: 1005 !important;		/* Default 101 with ui-jquery, top menu have a z-index of 1000 */
 }
 
 div#dialogforpopup {