From b01ac9362d201cf560a18cef7caa7fb7813025f6 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 14 Sep 2004 17:28:37 +0000 Subject: [PATCH] Trad: Traduction de upload Doc: Documentation doxygen --- htdocs/docsoc.php | 9 ++++++++- htdocs/socnote.php | 9 +++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) 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();