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:
parent
10838c6426
commit
de4809286f
@ -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>';
|
||||
|
||||
BIN
htdocs/theme/auguria/img/title.gif
Normal file
BIN
htdocs/theme/auguria/img/title.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.2 KiB |
BIN
htdocs/theme/bluelagoon/img/title.gif
Normal file
BIN
htdocs/theme/bluelagoon/img/title.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.2 KiB |
@ -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;
|
||||
|
||||
BIN
htdocs/theme/eldy/img/title.gif
Normal file
BIN
htdocs/theme/eldy/img/title.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.2 KiB |
BIN
htdocs/theme/freelug/img/title.gif
Normal file
BIN
htdocs/theme/freelug/img/title.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.2 KiB |
BIN
htdocs/theme/rodolphe/img/title.gif
Normal file
BIN
htdocs/theme/rodolphe/img/title.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.2 KiB |
BIN
htdocs/theme/yellow/img/title.gif
Normal file
BIN
htdocs/theme/yellow/img/title.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.3 KiB |
Loading…
Reference in New Issue
Block a user