mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Trad: Traduction de upload
Doc: Documentation doxygen
This commit is contained in:
parent
9b48fe3ff8
commit
b01ac9362d
|
|
@ -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"> ';
|
||||
print '<input type="submit" value="'.$langs->trans("Cancel").'" name="cancelit"><br>';
|
||||
print '</form>';
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user