Fix: Minor change in look of project

This commit is contained in:
Laurent Destailleur 2010-03-18 19:51:50 +00:00
parent fc925f9544
commit 4249291d4b
4 changed files with 12 additions and 8 deletions

View File

@ -107,3 +107,4 @@ ConfirmCreateLogin=Are you sure you want to create a Dolibarr account for this m
ConfirmCreateThirdParty=Are you sure you want to create a third party for this member ? ConfirmCreateThirdParty=Are you sure you want to create a third party for this member ?
LoginToCreate=Login to create LoginToCreate=Login to create
NameToCreate=Name of third party to create NameToCreate=Name of third party to create
YourRole=Your roles

View File

@ -107,3 +107,4 @@ ConfirmCreateLogin=Êtes-vous sûr de vouloir créer un compte Dolibarr pour cet
ConfirmCreateThirdParty=Êtes-vous sûr de vouloir créer un tiers pour cet adhérent ? ConfirmCreateThirdParty=Êtes-vous sûr de vouloir créer un tiers pour cet adhérent ?
LoginToCreate=Login à créer LoginToCreate=Login à créer
NameToCreate=Nom du tiers à créer NameToCreate=Nom du tiers à créer
YourRole=Vos rôles

View File

@ -403,7 +403,7 @@ function PLines(&$inc, $parent, &$lines, &$level, $var, $showproject, &$taskrole
print '<td>'; print '<td>';
if ($showlineingray) if ($showlineingray)
{ {
print '<i>'.$lines[$i]->id.'</i>'; print '<i>'.img_object('','projecttask').' '.$lines[$i]->id.'</i>';
} }
else else
{ {

View File

@ -41,6 +41,8 @@ $result = restrictedArea($user, 'projet', $projectid);
$userAccess=0; $userAccess=0;
$langs->load("users");
/* /*
* Actions * Actions