Fix: add <br> for default note tab

This commit is contained in:
Regis Houssin 2012-03-17 18:27:31 +01:00
parent 815ee68f8f
commit bd4b24f1eb
4 changed files with 10 additions and 2 deletions

View File

@ -145,6 +145,8 @@ if ($id > 0 || ! empty($ref))
print "</table>";
print '<br>';
include(DOL_DOCUMENT_ROOT.'/core/tpl/notes.tpl.php');
print '</div>';

View File

@ -108,7 +108,9 @@ if ($id > 0 || ! empty($ref))
print '<td colspan="3">'.$soc->getNomUrl(1).'</td></tr>';
print "</table>";
print '<br>';
include(DOL_DOCUMENT_ROOT.'/core/tpl/notes.tpl.php');
print '</div>';

View File

@ -108,7 +108,9 @@ if ($id > 0 || ! empty($ref))
print '<td colspan="3">'.$soc->getNomUrl(1,'compta').'</td>';
print "</table>";
print '<br>';
include(DOL_DOCUMENT_ROOT.'/core/tpl/notes.tpl.php');
print '</div>';

View File

@ -87,6 +87,8 @@ if ($id > 0)
print "</table>";
print '<br>';
include(DOL_DOCUMENT_ROOT.'/core/tpl/notes.tpl.php');
print '</div>';