Trad: Traduction de upload

Doc: Documentation doxygen
This commit is contained in:
Laurent Destailleur 2004-09-14 17:28:37 +00:00
parent 9b48fe3ff8
commit b01ac9362d
2 changed files with 17 additions and 1 deletions

View File

@ -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 '<input type="hidden" name="max_file_size" value="2000000">';
print '<input type="file" name="userfile" size="40" maxlength="80">';
print '<br>';
print '<input type="submit" value="'.$langs->trans("Upload").'" name="sendit">';
print '<input type="submit" value="'.$langs->trans("Upload").'" name="sendit"> &nbsp; ';
print '<input type="submit" value="'.$langs->trans("Cancel").'" name="cancelit"><br>';
print '</form>';
}

View File

@ -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 '<input type="submit" value="'.$langs->trans("Save").'"></form>';
}
print '<br>';
$db->close();
llxFooter();