From f52408cec1e114b5d254cbbcc8aa8b801832d860 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 22 Apr 2020 00:55:38 +0200 Subject: [PATCH] Look and feel v12 --- htdocs/categories/viewcat.php | 4 ++-- htdocs/core/lib/usergroups.lib.php | 2 +- htdocs/theme/eldy/global.inc.php | 2 +- htdocs/user/param_ihm.php | 8 ++++---- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/htdocs/categories/viewcat.php b/htdocs/categories/viewcat.php index d259c8ca5a5..c4366ebf19c 100644 --- a/htdocs/categories/viewcat.php +++ b/htdocs/categories/viewcat.php @@ -317,9 +317,9 @@ print ''; if (!empty($conf->use_javascript_ajax)) { print '
'; - print ''.img_picto('', 'object_category').' '.$langs->trans("UndoExpandAll").''; + print ''.img_picto('', 'folder').' '.$langs->trans("UndoExpandAll").''; print " | "; - print ''.img_picto('', 'object_category-expanded').' '.$langs->trans("ExpandAll").''; + print ''.img_picto('', 'folder-open').' '.$langs->trans("ExpandAll").''; print '
'; } diff --git a/htdocs/core/lib/usergroups.lib.php b/htdocs/core/lib/usergroups.lib.php index f3e7cee141d..5b7c923001b 100644 --- a/htdocs/core/lib/usergroups.lib.php +++ b/htdocs/core/lib/usergroups.lib.php @@ -331,7 +331,7 @@ function showSkins($fuser, $edit = 0, $foruserprofile = false) if ($foruserprofile) $colspan = 4; $thumbsbyrow = 6; - print ''; + print '
'; // Title if ($foruserprofile) diff --git a/htdocs/theme/eldy/global.inc.php b/htdocs/theme/eldy/global.inc.php index b3327bbf84e..89d803781ba 100644 --- a/htdocs/theme/eldy/global.inc.php +++ b/htdocs/theme/eldy/global.inc.php @@ -3769,7 +3769,7 @@ div.info { padding-bottom: 8px; margin: 1em 0em 1em 0em; background: #eff8fc; - color: #558; + color: #668; } /* Warning message */ diff --git a/htdocs/user/param_ihm.php b/htdocs/user/param_ihm.php index 23ac2d421d0..f9ebd310cfa 100644 --- a/htdocs/user/param_ihm.php +++ b/htdocs/user/param_ihm.php @@ -261,8 +261,8 @@ if ($action == 'edit') clearstatcache(); - print '
'; - print ''; + print '
'.$langs->trans("Parameter").''.$langs->trans("DefaultValue").' '.$langs->trans("PersonalValue").'
'; + print ''; // Landing page print ''; @@ -333,8 +333,8 @@ else dol_banner_tab($object, 'id', $linkback, $user->rights->user->user->lire || $user->admin); - print '
'.$langs->trans("Parameter").''.$langs->trans("DefaultValue").' '.$langs->trans("PersonalValue").'
'.$langs->trans("LandingPage").'
'; - print ''; + print '
'.$langs->trans("Parameter").''.$langs->trans("DefaultValue").' '.$langs->trans("PersonalValue").'
'; + print ''; // Landing page print '';
'.$langs->trans("Parameter").''.$langs->trans("DefaultValue").' '.$langs->trans("PersonalValue").'
'.$langs->trans("LandingPage").'