Fix: Restore the picto title in gif format because the png transparency is not supported on IE6 (54% of users).

This commit is contained in:
Laurent Destailleur 2009-06-14 12:27:35 +00:00
parent 10838c6426
commit de4809286f
8 changed files with 2 additions and 2 deletions

View File

@ -1866,7 +1866,7 @@ function print_titre($titre)
* \param picto Icon to use before title (should be a 32x32 transparent png file)
* \param pictoisfullpath 1=Icon name is a full absolute url of image
*/
function print_fiche_titre($titre, $mesg='', $picto='title.png', $pictoisfullpath=0)
function print_fiche_titre($titre, $mesg='', $picto='title.gif', $pictoisfullpath=0)
{
print "\n";
print '<table width="100%" border="0" class="notopnoleftnoright" style="margin-bottom: 2px;"><tr>';

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

@ -168,7 +168,7 @@ div.tmenu
border-right: 0px solid #555555;
border-bottom: 1px solid #8B9999;
padding: 0px 0px 0px 0px;
margin: 0px 0px 2px 0px;
margin: 0px 0px 4px 0px;
font-weight: normal;
font-size: 12px;
height: 19px;

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB