From eb88f1e5c96d5de3b5a35acd861f38bbd65fffa2 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 23 Jun 2018 12:41:03 +0200 Subject: [PATCH] Fix look and feel v8 --- htdocs/langs/en_US/users.lang | 2 +- htdocs/product/index.php | 6 ++++-- htdocs/societe/index.php | 2 +- htdocs/user/home.php | 10 +++++++--- 4 files changed, 13 insertions(+), 7 deletions(-) diff --git a/htdocs/langs/en_US/users.lang b/htdocs/langs/en_US/users.lang index 57df8cc540d..9f840556f75 100644 --- a/htdocs/langs/en_US/users.lang +++ b/htdocs/langs/en_US/users.lang @@ -48,7 +48,7 @@ PasswordChangeRequest=Request to change password for %s PasswordChangeRequestSent=Request to change password for %s sent to %s. ConfirmPasswordReset=Confirm password reset MenuUsersAndGroups=Users & Groups -LastGroupsCreated=Latest %s created groups +LastGroupsCreated=Latest %s groups created LastUsersCreated=Latest %s users created ShowGroup=Show group ShowUser=Show user diff --git a/htdocs/product/index.php b/htdocs/product/index.php index 9ea0176a553..9f11813fdee 100644 --- a/htdocs/product/index.php +++ b/htdocs/product/index.php @@ -302,10 +302,12 @@ if ($result) print '
'; print ''; - $colnb=5; + $colnb=4; if (empty($conf->global->PRODUIT_MULTIPRICES)) $colnb++; - print ''; + print ''; + print ''; while ($i < $num) { diff --git a/htdocs/societe/index.php b/htdocs/societe/index.php index ea1925afc08..1bed6e635a0 100644 --- a/htdocs/societe/index.php +++ b/htdocs/societe/index.php @@ -296,7 +296,7 @@ if ($result) print ''; print ''; - print ''; + print ''; print ''."\n"; while ($i < $num) diff --git a/htdocs/user/home.php b/htdocs/user/home.php index 5dbec430687..6ace60c2fca 100644 --- a/htdocs/user/home.php +++ b/htdocs/user/home.php @@ -124,7 +124,9 @@ if ($resql) { $num = $db->num_rows($resql); print '
'.$transRecordedType.'
'.$transRecordedType.''.$langs->trans("FullList").''; + print '
'.$transRecordedType.' '.$langs->trans('Status').''.$langs->trans("FullList").'
'; - print ''; + print ''; + print ''; + print ''; $i = 0; while ($i < $num && $i < $max) @@ -233,11 +235,13 @@ if ($canreadperms) $resql=$db->query($sql); if ($resql) { - $colspan=2; + $colspan=1; if (! empty($conf->multicompany->enabled)) $colspan++; $num = $db->num_rows($resql); print '
'.$langs->trans("LastUsersCreated",min($num,$max)).'
'.$langs->trans("LastUsersCreated",min($num,$max)).''.$langs->trans("FullList").'
'; - print ''; + print ''; + print ''; + print ''; $i = 0; $grouptemp = new UserGroup($db);
'.$langs->trans("LastGroupsCreated",($num ? $num : $max)).'
'.$langs->trans("LastGroupsCreated",($num ? $num : $max)).''.$langs->trans("FullList").'