2
0
forked from Wavyzz/dolibarr

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<6C>s <20> la soci<63>t<EFBFBD>
\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>';
}