Qual: Move files that were not at the right place.

This commit is contained in:
Laurent Destailleur 2008-02-29 00:38:26 +00:00
parent 792e85ea46
commit 2f61e50948
3 changed files with 13 additions and 12 deletions

View File

@ -363,12 +363,13 @@ function show_actions_done($conf,$langs,$db,$objsoc)
global $bc; global $bc;
if ($conf->agenda->enabled) if ($conf->agenda->enabled)
{ {
require_once(DOL_DOCUMENT_ROOT."/actioncomm.class.php"); require_once(DOL_DOCUMENT_ROOT."/actioncomm.class.php");
$actionstatic=new ActionComm($db); require_once(DOL_DOCUMENT_ROOT."/facture.class.php");
$userstatic=new User($db); $actionstatic=new ActionComm($db);
$contactstatic = new Contact($db); $userstatic=new User($db);
$facturestatic=new Facture($db); $contactstatic = new Contact($db);
$facturestatic=new Facture($db);
print '<table class="noborder" width="100%">'; print '<table class="noborder" width="100%">';
print '<tr class="liste_titre">'; print '<tr class="liste_titre">';

View File

@ -19,8 +19,8 @@
*/ */
/** /**
\file htdocs/docsoc.php \file htdocs/societe/docsoc.php
\brief Fichier onglet documents li<EFBFBD>s <EFBFBD> la soci<EFBFBD>t<EFBFBD> \brief Tab for documents linked to third party
\ingroup societe \ingroup societe
\version $Id$ \version $Id$
*/ */
@ -166,7 +166,7 @@ if ($socid > 0)
// Affiche formulaire upload // Affiche formulaire upload
$formfile=new FormFile($db); $formfile=new FormFile($db);
$formfile->form_attach_new_file(DOL_URL_ROOT.'/docsoc.php?socid='.$socid); $formfile->form_attach_new_file(DOL_URL_ROOT.'/societe/docsoc.php?socid='.$socid);
// Affiche liste des documents existant // Affiche liste des documents existant
print_titre($langs->trans("AttachedFiles")); print_titre($langs->trans("AttachedFiles"));

View File

@ -19,8 +19,8 @@
*/ */
/** /**
\file htdocs/socnote.php \file htdocs/societe/socnote.php
\brief Fichier onglet notes liées à la société \brief Tab for notes on third party
\ingroup societe \ingroup societe
\version $Id$ \version $Id$
*/ */
@ -66,7 +66,7 @@ if ($socid > 0)
dolibarr_fiche_head($head, 'note', $langs->trans("ThirdParty")); dolibarr_fiche_head($head, 'note', $langs->trans("ThirdParty"));
print "<form method=\"post\" action=\"socnote.php\">"; print "<form method=\"post\" action=\"".DOL_URL_ROOT."/societe/socnote.php\">";
print '<table class="border" width="100%">'; print '<table class="border" width="100%">';