Trad: Traduction de upload
Doc: Documentation doxygen
This commit is contained in:
parent
9b48fe3ff8
commit
b01ac9362d
@ -19,6 +19,13 @@
|
|||||||
* $Id$
|
* $Id$
|
||||||
* $Source$
|
* $Source$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/*! \file htdocs/docsoc.php
|
||||||
|
\brief Fichier onglet documents liés à la société
|
||||||
|
\ingroup societe
|
||||||
|
\version $Revision$
|
||||||
|
*/
|
||||||
|
|
||||||
require("./pre.inc.php");
|
require("./pre.inc.php");
|
||||||
|
|
||||||
llxHeader();
|
llxHeader();
|
||||||
@ -141,7 +148,7 @@ if ($socid > 0)
|
|||||||
print '<input type="hidden" name="max_file_size" value="2000000">';
|
print '<input type="hidden" name="max_file_size" value="2000000">';
|
||||||
print '<input type="file" name="userfile" size="40" maxlength="80">';
|
print '<input type="file" name="userfile" size="40" maxlength="80">';
|
||||||
print '<br>';
|
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 '<input type="submit" value="'.$langs->trans("Cancel").'" name="cancelit"><br>';
|
||||||
print '</form>';
|
print '</form>';
|
||||||
}
|
}
|
||||||
|
|||||||
@ -20,6 +20,13 @@
|
|||||||
* $Source$
|
* $Source$
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/*! \file htdocs/socnote.php
|
||||||
|
\brief Fichier onglet notes liées à la société
|
||||||
|
\ingroup societe
|
||||||
|
\version $Revision$
|
||||||
|
*/
|
||||||
|
|
||||||
require("./pre.inc.php");
|
require("./pre.inc.php");
|
||||||
|
|
||||||
if ($_POST["action"] == 'add') {
|
if ($_POST["action"] == 'add') {
|
||||||
@ -104,6 +111,8 @@ if ($_GET["socid"] > 0) {
|
|||||||
print '<input type="submit" value="'.$langs->trans("Save").'"></form>';
|
print '<input type="submit" value="'.$langs->trans("Save").'"></form>';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
print '<br>';
|
||||||
|
|
||||||
$db->close();
|
$db->close();
|
||||||
|
|
||||||
llxFooter();
|
llxFooter();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user