Ajout info sur les doc gnrs

This commit is contained in:
Rodolphe Quiedeville 2004-07-20 08:20:27 +00:00
parent 25f9b473b4
commit 77d18d72fd

View File

@ -29,7 +29,7 @@ if ($_POST["action"] == 'nbprod')
{
dolibarr_set_const($db, "PROPALE_NEW_FORM_NB_PRODUCT",$value);
Header("Location: $PHP_SELF");
Header("Location: propale.php");
}
llxHeader();
@ -139,7 +139,7 @@ if ($handle)
else
{
print '<td>&nbsp;</td>';
print '<td align="center"><a href="'.$PHP_SELF.'?action=setmod&amp;value='.$file.'">activer</a></td>';
print '<td align="center"><a href="propale.php?action=setmod&amp;value='.$file.'">activer</a></td>';
}
print '</tr>';
@ -245,6 +245,21 @@ closedir($handle);
print '</table>';
/*
* Repertoire
*/
print '<br>';
print_titre("Chemins d'accés aux documents");
print '<table class="noborder" cellpadding="3" cellspacing="0" width=\"100%\">';
print '<tr class="liste_titre">';
print '<td>Nom</td><td>Valeur</td>';
print "</tr>\n";
print '<tr '.$bc[True].'><td width=\"140\">Répertoire</td><td>'.PROPALE_OUTPUTDIR.'</td></tr>';
print "</table><br>";
/*
*
*