forked from Wavyzz/dolibarr
Trad: Traduction de upload
Doc: Documentation doxygen
This commit is contained in:
@@ -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"> ';
|
||||
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<6C>es <20> la soci<63>t<EFBFBD>
|
||||
\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();
|
||||
|
||||
Reference in New Issue
Block a user