From 1f071147368fce63d3c4b15758fbba2d7a156f20 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 28 Jul 2011 13:56:17 +0000 Subject: [PATCH] Fix: Showing companylogo --- htdocs/includes/jquery/plugins/tiptip/tipTip.css | 1 - htdocs/viewimage.php | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/htdocs/includes/jquery/plugins/tiptip/tipTip.css b/htdocs/includes/jquery/plugins/tiptip/tipTip.css index 5051478c3da..2fa1f57f789 100755 --- a/htdocs/includes/jquery/plugins/tiptip/tipTip.css +++ b/htdocs/includes/jquery/plugins/tiptip/tipTip.css @@ -32,7 +32,6 @@ border: 1px solid rgba(255,255,255,0.25); background-color: rgb(215,215,215); background-color: rgba(255,255,255,0.94); - background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(#000)); border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; diff --git a/htdocs/viewimage.php b/htdocs/viewimage.php index 488efb23137..143af8934c7 100644 --- a/htdocs/viewimage.php +++ b/htdocs/viewimage.php @@ -23,7 +23,7 @@ * \file htdocs/viewimage.php * \brief Wrapper to show images into Dolibarr screens * \remarks Call to wrapper is '' - * \version $Id: viewimage.php,v 1.95 2011/07/09 00:15:16 eldy Exp $ + * \version $Id: viewimage.php,v 1.96 2011/07/28 13:56:17 eldy Exp $ */ // Do not use urldecode here ($_GET and $_REQUEST are already decoded by PHP). @@ -121,7 +121,7 @@ if ($modulepart) } // Wrapping pour les images des societes - if ($modulepart == 'societe') + elseif ($modulepart == 'societe') { $accessallowed=1; $original_file=$conf->societe->dir_output.'/'.$original_file;