';
+}
+
/**
\brief Affiche logo info
\param alt Texte sur le alt de l'image
@@ -705,7 +715,7 @@ function img_info($alt = "default")
{
global $conf,$langs;
if ($alt=="default") $alt=$langs->trans("Informations");
- return '
';
+ return '
';
}
/**
diff --git a/htdocs/lib/lib_foot.js b/htdocs/lib/lib_foot.js
new file mode 100644
index 00000000000..bb3a9c0c494
--- /dev/null
+++ b/htdocs/lib/lib_foot.js
@@ -0,0 +1,79 @@
+// Copyright (C) 2005 Laurent Destailleur | '.$langs->trans("OtherPropals").' | '; - $htmls->select_array("propalid", $otherprop); + $html->select_array("propalid", $otherprop); print ' | ||
| '. strftime("%d %b",$objp->dp)." | \n"; print ' | '.$langs->trans("Discount"); diff --git a/htdocs/theme/eldy/eldy.css.php b/htdocs/theme/eldy/eldy.css.php index e8c3849fbdf..efb355cf9d3 100644 --- a/htdocs/theme/eldy/eldy.css.php +++ b/htdocs/theme/eldy/eldy.css.php @@ -829,9 +829,16 @@ padding: 2px; /* ============================================================================== */ /* Tooltips */ /* ============================================================================== */ -div.tooltip { -position:absolute; top: 0px; left: 0px; z-index: 2; width: 300px; visibility:hidden; font: 8pt 'MS Comic Sans','Arial',sans-serif; -background-color: #FFFFE6; padding: 8px; border: 1px solid black; + +#dhtmltooltip +{ +position: absolute; +width: 200px; +border: 1px solid #444444; +padding: 2px; +background-color: lightyellow; +visibility: hidden; +z-index: 100; } | |