Fixfield at wrong place
This commit is contained in:
parent
230bb09c1a
commit
cbb80e6727
@ -1827,14 +1827,6 @@ else
|
|||||||
}
|
}
|
||||||
print '</td></tr>';
|
print '</td></tr>';
|
||||||
|
|
||||||
// Photo
|
|
||||||
print '<tr>';
|
|
||||||
print '<td>'.$langs->trans("Photo").'</td>';
|
|
||||||
print '<td>';
|
|
||||||
print $form->showphoto('userphoto',$object,60,0,$caneditfield,'photowithmargin','small');
|
|
||||||
print '</td>';
|
|
||||||
print '</tr>';
|
|
||||||
|
|
||||||
// Employee
|
// Employee
|
||||||
print '<tr>';
|
print '<tr>';
|
||||||
print '<td>'.fieldLabel('Employee','employee',0).'</td><td>';
|
print '<td>'.fieldLabel('Employee','employee',0).'</td><td>';
|
||||||
@ -2237,6 +2229,14 @@ else
|
|||||||
print '</td></tr>';
|
print '</td></tr>';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Photo
|
||||||
|
print '<tr>';
|
||||||
|
print '<td>'.$langs->trans("Photo").'</td>';
|
||||||
|
print '<td>';
|
||||||
|
print $form->showphoto('userphoto',$object,60,0,$caneditfield,'photowithmargin','small');
|
||||||
|
print '</td>';
|
||||||
|
print '</tr>';
|
||||||
|
|
||||||
// Categories
|
// Categories
|
||||||
if (!empty( $conf->categorie->enabled ) && !empty( $user->rights->categorie->lire ))
|
if (!empty( $conf->categorie->enabled ) && !empty( $user->rights->categorie->lire ))
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user