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 "</table>";
print '<br>';
include(DOL_DOCUMENT_ROOT.'/core/tpl/notes.tpl.php'); include(DOL_DOCUMENT_ROOT.'/core/tpl/notes.tpl.php');
print '</div>'; print '</div>';

View File

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

View File

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

View File

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