diff --git a/htdocs/comm/action/peruser.php b/htdocs/comm/action/peruser.php
index 22cf8841c02..8379960f764 100644
--- a/htdocs/comm/action/peruser.php
+++ b/htdocs/comm/action/peruser.php
@@ -679,7 +679,7 @@ foreach ($usernames as $username)
{
$var = ! $var;
echo "
";
- echo '| ' . $username->getNomUrl(1). ' | ';
+ echo '' . $username->getNomUrl(1). ' | ';
$tmpday = $sav;
// Lopp on each day of week
diff --git a/htdocs/core/menus/standard/eldy.lib.php b/htdocs/core/menus/standard/eldy.lib.php
index 74d6b95df73..8ae46c5d8da 100644
--- a/htdocs/core/menus/standard/eldy.lib.php
+++ b/htdocs/core/menus/standard/eldy.lib.php
@@ -354,7 +354,7 @@ function print_text_menu_entry($text, $showmode, $url, $id, $idsel, $classname,
if ($showmode == 1)
{
print '';
print '';
print '';
diff --git a/htdocs/theme/eldy/img/menus/README.md b/htdocs/theme/eldy/img/menus/README.md
new file mode 100644
index 00000000000..1b3942d1913
--- /dev/null
+++ b/htdocs/theme/eldy/img/menus/README.md
@@ -0,0 +1,12 @@
+
+Tutorial to create a new image for menu:
+
+1) First find an image.
+2) With Gimp, open image and check there is a alpha channel. If not add one.
+3) Convert image into back and white.
+4) Use the degrade tool with option:
+* Erase color
+* Opacity: 50 +/-
+* Offset: 0
+* Shape: Linear
+Il est possible aussi d'augmenter la transparence globale depuis le calque.
diff --git a/htdocs/theme/eldy/img/menus/chart.png b/htdocs/theme/eldy/img/menus/chart.png
new file mode 100644
index 00000000000..abd089a44be
Binary files /dev/null and b/htdocs/theme/eldy/img/menus/chart.png differ
diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php
index 50b80258ea6..2fe1a3201f5 100644
--- a/htdocs/theme/eldy/style.css.php
+++ b/htdocs/theme/eldy/style.css.php
@@ -526,8 +526,8 @@ margin : 0px auto;
div#tmenu_tooltip {
@@ -673,7 +673,7 @@ div.mainmenu {
position : relative;
background-repeat:no-repeat;
background-position:center top;
- height: px;
+ height: px;
margin-left: 0px;
min-width: 40px;
}
@@ -698,16 +698,10 @@ div.mainmenu.bank {
background-image: url();
}
-div.mainmenu.bookmark {
-}
-
div.mainmenu.cashdesk {
background-image: url();
}
-div.mainmenu.click2dial {
-}
-
div.mainmenu.companies {
background-image: url();
}
@@ -728,12 +722,6 @@ div.mainmenu.ftp {
background-image: url();
}
-div.mainmenu.gravatar {
-}
-
-div.mainmenu.geopipmaxmind {
-}
-
div.mainmenu.hrm {
background-image: url();
}
@@ -742,9 +730,6 @@ div.mainmenu.members {
background-image: url();
}
-div.mainmenu.paypal {
-}
-
div.mainmenu.products {
background-image: url();
margin-left: 10px;
@@ -758,14 +743,6 @@ div.mainmenu.tools {
background-image: url();
}
-div.mainmenu.webservices {
-}
-
-div.mainmenu.google {
- background-image: url();
-}
-
-
'name of class for div')
@@ -2423,6 +2400,11 @@ li.cal_event { border: none; list-style-type: none; }
.cal_event a:active { color: #111111; font-size: 11px; font-weight: normal !important; }
.cal_event a:hover { color: #111111; font-size: 11px; font-weight: normal !important; color:rgba(255,255,255,.75); }
.cal_event_busy { }
+.cal_peruserviewname { max-width: 100px; height: 22px; }
+
+.topmenuimage {
+ background-size: 28px auto;
+}
/* ============================================================================== */
/* Ajax - Liste deroulante de l'autocompletion */