Fixed string not translated in linked objects of a project
This commit is contained in:
parent
56eddeade1
commit
a90a03412a
@ -373,8 +373,10 @@ foreach ($listofreferent as $key => $value)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$langs->load('margins');
|
||||||
|
|
||||||
// Margin display of the project
|
// Margin display of the project
|
||||||
print_titre("Margin");
|
print_titre($langs->trans("Margins"));
|
||||||
print '<table class="noborder">';
|
print '<table class="noborder">';
|
||||||
print '<tr class="liste_titre">';
|
print '<tr class="liste_titre">';
|
||||||
print '<td align="left" width="200">'.$langs->trans("Element").'</td>';
|
print '<td align="left" width="200">'.$langs->trans("Element").'</td>';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user