Fix: Minor change in look of project
This commit is contained in:
parent
fc925f9544
commit
4249291d4b
@ -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
|
||||||
@ -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
|
||||||
@ -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
|
||||||
{
|
{
|
||||||
|
|||||||
@ -41,6 +41,8 @@ $result = restrictedArea($user, 'projet', $projectid);
|
|||||||
|
|
||||||
$userAccess=0;
|
$userAccess=0;
|
||||||
|
|
||||||
|
$langs->load("users");
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Actions
|
* Actions
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user