diff --git a/htdocs/admin/system/index.php b/htdocs/admin/system/index.php index de5427c60af..29059e671b2 100644 --- a/htdocs/admin/system/index.php +++ b/htdocs/admin/system/index.php @@ -1,6 +1,6 @@ - * Copyright (C) 2004-2009 Laurent Destailleur + * Copyright (C) 2004-2010 Laurent Destailleur * Copyright (C) 2005-2010 Regis Houssin * * This program is free software; you can redistribute it and/or modify @@ -91,5 +91,14 @@ print "".$langs->trans("Version")."" .$dbl print ''; print '
'; +// Database +print ''; +print "\n"; +print "\n"; +print "\n"; +print '
".$langs->trans("Browser")."
".$langs->trans("UserAgent")."" .$_SERVER["HTTP_USER_AGENT"]."
".$langs->trans("Smartphone")."".(empty($conf->browser->phone)?$langs->trans("No"):$conf->browser->phone)."
'; +print '
'; + + llxFooter('$Date$ - $Revision$'); ?> diff --git a/htdocs/theme/eldy/eldy.css.php b/htdocs/theme/eldy/eldy.css.php index 201e7ca6471..69acdb8d5ef 100644 --- a/htdocs/theme/eldy/eldy.css.php +++ b/htdocs/theme/eldy/eldy.css.php @@ -50,8 +50,8 @@ if (! empty($_GET["lang"])) $langs->setDefaultLang($_GET["lang"]); // If languag $langs->load("main",0,1); $right=($langs->direction=='rtl'?'left':'right'); $left=($langs->direction=='rtl'?'right':'left'); -$fontsize=empty($conf->browser->phone)?'12':'10'; -$fontsizesmaller=empty($conf->browser->phone)?'11':'10'; +$fontsize=empty($conf->browser->phone)?'12':'12'; +$fontsizesmaller=empty($conf->browser->phone)?'11':'11'; ?> @@ -169,10 +169,16 @@ div.fiche { /* ============================================================================== */ browser->phone)) +{ + $minwidthtmenu=0; + $heightmenu=19; +} +else +{ + $minwidthtmenu=70; + $heightmenu=47; +} ?> div.tmenu { @@ -276,17 +282,18 @@ li.tmenu { font-weight: normal; } - div.mainmenu { position : relative; color: white; background-repeat:no-repeat; background-position:center top; - height:28px; + height: px; margin-left: 0px; } +browser->phone)) { ?> + div.mainmenu.home{ background-image: url(); } @@ -393,6 +400,9 @@ foreach($mainmenuusedarray as $key => $val) // End of part to add more div class css ?> + /* Login */