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;