Skip to content
Snippets Groups Projects
Commit 154f6cff authored by Guido Schratzer's avatar Guido Schratzer
Browse files

Fix: htdocs/projet/element.php Logoposition

Fixed Logo from center to right
set table width to 100 %
parent 6e7ab5a3
No related branches found
No related tags found
No related merge requests found
......@@ -345,9 +345,9 @@ $langs->load("proposals");
$langs->load("margins");
//print load_fiche_titre($langs->trans("Profit"),'','title_accountancy');
print '<div class="center">'.img_picto("", "title_accountancy").' '.$langs->trans("Profit").'</div><br>';
print '<div class="right">'.img_picto("", "title_accountancy").' '.$langs->trans("Profit").'</div><br>';
print '<table class="noborder">';
print '<table class="noborder" width="100%">';
print '<tr class="liste_titre">';
print '<td align="left" width="200">'.$langs->trans("Element").'</td>';
print '<td align="right" width="100">'.$langs->trans("Number").'</td>';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment