diff --git a/htdocs/docsoc.php b/htdocs/docsoc.php index 0c85017111a..5d3bd7e55ae 100644 --- a/htdocs/docsoc.php +++ b/htdocs/docsoc.php @@ -19,6 +19,13 @@ * $Id$ * $Source$ */ + +/*! \file htdocs/docsoc.php + \brief Fichier onglet documents liés à la société + \ingroup societe + \version $Revision$ +*/ + require("./pre.inc.php"); llxHeader(); @@ -141,7 +148,7 @@ if ($socid > 0) print ''; print ''; print '
'; - print ''; + print '   '; print '
'; print ''; } diff --git a/htdocs/socnote.php b/htdocs/socnote.php index 6b869c6c263..a16d4912236 100644 --- a/htdocs/socnote.php +++ b/htdocs/socnote.php @@ -20,6 +20,13 @@ * $Source$ * */ + +/*! \file htdocs/socnote.php + \brief Fichier onglet notes liées à la société + \ingroup societe + \version $Revision$ +*/ + require("./pre.inc.php"); if ($_POST["action"] == 'add') { @@ -104,6 +111,8 @@ if ($_GET["socid"] > 0) { print ''; } +print '
'; + $db->close(); llxFooter();