From 63cd0e89849770ff5a0e06408b79a99821d5432e Mon Sep 17 00:00:00 2001 From: Laurent Destailleur <eldy@destailleur.fr> Date: Thu, 10 Jan 2013 18:50:07 +0100 Subject: [PATCH] First try to include svg into css. --- htdocs/admin/index.php | 15 ++++----------- htdocs/theme/eldy/style.css.php | 6 ++++++ 2 files changed, 10 insertions(+), 11 deletions(-) diff --git a/htdocs/admin/index.php b/htdocs/admin/index.php index d63da5ea882..b39273d12e3 100644 --- a/htdocs/admin/index.php +++ b/htdocs/admin/index.php @@ -81,19 +81,12 @@ print $langs->trans("SetupDescription5")."<br>"; //print '<hr style="color: #DDDDDD;">'; print "<br>"; -/* -print '<table width="100%">'; -print '<tr '.$bc[false].'><td '.$bc[false].'>'.img_picto('','puce').' '.$langs->trans("SetupDescription3")."</td></tr>"; -print '<tr '.$bc[true].'><td '.$bc[true].'>'.img_picto('','puce').' '.$langs->trans("SetupDescription4")."</td></tr>"; -print '<tr '.$bc[false].'><td '.$bc[false].'>'.img_picto('','puce').' '.$langs->trans("SetupDescription5")."</td></tr>"; -print '</table>'; -*/ - -//print '<br>'; -//print info_admin($langs->trans("OnceSetupFinishedCreateUsers")).'<br>'; +// Show logo +print '<center><div class="logo_setup"></div></center>'; -$db->close(); llxFooter(); + +$db->close(); ?> diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php index 398f5f3c180..9bdecf5b371 100644 --- a/htdocs/theme/eldy/style.css.php +++ b/htdocs/theme/eldy/style.css.php @@ -487,6 +487,7 @@ a.tmenusel:link, a.tmenusel:visited, a.tmenusel:hover, a.tmenusel:active { color: #<?php echo $colortexttopmenu; ?>; } + ul.tmenu { /* t r b l */ padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px; @@ -1843,6 +1844,11 @@ border: 0px; /* opacity:.55; */ } +.logo_setup +{ + content:url(<?php echo dol_buildpath($path.'/theme/eldy/img/logo_setup.svg',1) ?>); +} + div.titre { font-family: <?php print $fontlist ?>; font-weight: bold; -- GitLab