Look: Modif esthtiques mineures
This commit is contained in:
parent
b84d27d11c
commit
33433d41b5
@ -276,7 +276,7 @@ else
|
|||||||
$db->free($resql);
|
$db->free($resql);
|
||||||
}
|
}
|
||||||
print "</table>\n";
|
print "</table>\n";
|
||||||
print "<br></div>\n";
|
print "</div>\n";
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -347,5 +347,5 @@ print "</div>";
|
|||||||
|
|
||||||
$db->close();
|
$db->close();
|
||||||
|
|
||||||
llxFooter("<em>Dernière modification $Date$ révision $Revision$</em>");
|
llxFooter('$Date$ - $Revision$');
|
||||||
?>
|
?>
|
||||||
|
|||||||
@ -65,9 +65,9 @@ print '<table width="100%"><tr><td>';
|
|||||||
dolibarr_print_object_info($entrepot);
|
dolibarr_print_object_info($entrepot);
|
||||||
print '</td></tr></table>';
|
print '</td></tr></table>';
|
||||||
|
|
||||||
print "<br></div>";
|
print '</div>';
|
||||||
|
|
||||||
$db->close();
|
$db->close();
|
||||||
|
|
||||||
llxFooter("<em>Dernière modification $Date$ révision $Revision$</em>");
|
llxFooter('$Date$ - $Revision$');
|
||||||
?>
|
?>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user