Only one logo is necessary
This commit is contained in:
parent
cd78a8db7b
commit
4df755b5ab
@ -46,7 +46,7 @@ $form = new Form($db);
|
|||||||
print_fiche_titre($langs->trans("SetupArea"),'','setup');
|
print_fiche_titre($langs->trans("SetupArea"),'','setup');
|
||||||
|
|
||||||
print "<br>";
|
print "<br>";
|
||||||
print '<center><img src="'.DOL_URL_ROOT.'/theme/dolibarr_logo_2.png" alt="Dolibarr logo"></center><br>';
|
print '<center><img src="'.DOL_URL_ROOT.'/theme/dolibarr_logo.png" alt="Dolibarr logo"></center><br>';
|
||||||
|
|
||||||
if ($mesg) print $mesg.'<br>';
|
if ($mesg) print $mesg.'<br>';
|
||||||
|
|
||||||
|
|||||||
@ -49,7 +49,7 @@ dolibarr_install_syslog("check: Dolibarr install/upgrade process started");
|
|||||||
|
|
||||||
pHeader($langs->trans("DolibarrWelcome"),""); // Etape suivante = license
|
pHeader($langs->trans("DolibarrWelcome"),""); // Etape suivante = license
|
||||||
|
|
||||||
print '<center><img src="../theme/dolibarr_logo_2.png" alt="Dolibarr logo"></center><br>';
|
print '<center><img src="../theme/dolibarr_logo.png" alt="Dolibarr logo"></center><br>';
|
||||||
print "<br>\n";
|
print "<br>\n";
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
<?php
|
<?php
|
||||||
/* Copyright (C) 2004-2005 Rodolphe Quiedeville <rodolphe@quiedeville.org>
|
/* Copyright (C) 2004-2005 Rodolphe Quiedeville <rodolphe@quiedeville.org>
|
||||||
* Copyright (C) 2004-2007 Laurent Destailleur <eldy@users.sourceforge.net>
|
* Copyright (C) 2004-2007 Laurent Destailleur <eldy@users.sourceforge.net>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
@ -49,7 +49,7 @@ $formadmin=new FormAdmin($db);
|
|||||||
pHeader("", "check"); // Etape suivante = index2
|
pHeader("", "check"); // Etape suivante = index2
|
||||||
|
|
||||||
|
|
||||||
print '<center><img src="../theme/dolibarr_logo_2.png"></center>';
|
print '<center><img src="../theme/dolibarr_logo.png"></center>';
|
||||||
|
|
||||||
// Propose la langue d'installation
|
// Propose la langue d'installation
|
||||||
$langs->load("admin");
|
$langs->load("admin");
|
||||||
|
|||||||
@ -134,7 +134,7 @@ function dol_loginfunction($langs,$conf,$mysoc)
|
|||||||
{
|
{
|
||||||
$urllogo=DOL_URL_ROOT.'/theme/dolibarr_logo.png';
|
$urllogo=DOL_URL_ROOT.'/theme/dolibarr_logo.png';
|
||||||
}
|
}
|
||||||
print '<td rowspan="2" align="center"><img alt="logo" title="'.$title.'" src="'.$urllogo.'"';
|
print '<td rowspan="2" align="center"><img alt="Logo" title="'.$title.'" src="'.$urllogo.'"';
|
||||||
if ($width) print ' width="'.$width.'"';
|
if ($width) print ' width="'.$width.'"';
|
||||||
print '></td>';
|
print '></td>';
|
||||||
print '</tr>'."\n";
|
print '</tr>'."\n";
|
||||||
|
|||||||
@ -198,7 +198,7 @@ print "\n";
|
|||||||
print '<table style="font-size:14px;" summary="List of Dolibarr demos">';
|
print '<table style="font-size:14px;" summary="List of Dolibarr demos">';
|
||||||
|
|
||||||
print '<tr><td>';
|
print '<tr><td>';
|
||||||
print '<center><img src="'.DOL_URL_ROOT.'/theme/dolibarr_logo_2.png" alt="Dolibarr logo"></center><br>';
|
print '<center><img src="'.DOL_URL_ROOT.'/theme/dolibarr_logo.png" alt="Dolibarr logo"></center><br>';
|
||||||
print '<br>';
|
print '<br>';
|
||||||
|
|
||||||
print $langs->trans("DemoDesc").'<br>';
|
print $langs->trans("DemoDesc").'<br>';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user