Ajout info sur les doc gnrs
This commit is contained in:
parent
25f9b473b4
commit
77d18d72fd
@ -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> </td>';
|
||||
print '<td align="center"><a href="'.$PHP_SELF.'?action=setmod&value='.$file.'">activer</a></td>';
|
||||
print '<td align="center"><a href="propale.php?action=setmod&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>";
|
||||
|
||||
|
||||
|
||||
/*
|
||||
*
|
||||
*
|
||||
|
||||
Loading…
Reference in New Issue
Block a user