Look: Modif esthétiques mineures
This commit is contained in:
parent
b531d4e8ab
commit
9fa9a1812d
@ -920,7 +920,7 @@ else
|
|||||||
if ($conf->projet->enabled)
|
if ($conf->projet->enabled)
|
||||||
{
|
{
|
||||||
$langs->load("projects");
|
$langs->load("projects");
|
||||||
print '<td>';
|
print '<td height="10">';
|
||||||
print '<table width="100%" class="nobordernopadding"><tr><td>';
|
print '<table width="100%" class="nobordernopadding"><tr><td>';
|
||||||
print $langs->trans("Project");
|
print $langs->trans("Project");
|
||||||
print '</td>';
|
print '</td>';
|
||||||
@ -937,7 +937,7 @@ else
|
|||||||
}
|
}
|
||||||
print "</td>";
|
print "</td>";
|
||||||
} else {
|
} else {
|
||||||
print '<td height=\"10\"> </td><td colspan="3"> </td>';
|
print '<td height="10"> </td><td colspan="3"> </td>';
|
||||||
}
|
}
|
||||||
|
|
||||||
print '<td rowspan="8" colspan="2" valign="top">';
|
print '<td rowspan="8" colspan="2" valign="top">';
|
||||||
@ -1024,7 +1024,7 @@ else
|
|||||||
|
|
||||||
if ($fac->note)
|
if ($fac->note)
|
||||||
{
|
{
|
||||||
print '<tr><td colspan="4">'.$langs->trans("Note").' : '.nl2br($fac->note)."</td></tr>";
|
print '<tr><td colspan="4" valign="top">'.$langs->trans("Note").' : '.nl2br($fac->note)."</td></tr>";
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
print '<tr><td colspan="4"> </td></tr>';
|
print '<tr><td colspan="4"> </td></tr>';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user