Le paramtre PROPALE_VALIDITY_DURATION peut s'diter depuis page config module propale

This commit is contained in:
Laurent Destailleur 2006-06-12 23:33:08 +00:00
parent df1c3c03cb
commit eb856d7a25

View File

@ -124,7 +124,7 @@ if ($_GET["action"] == 'create')
$html->select_date('','','','','',"addprop");
print '</td></tr>';
print '<tr><td>'.$langs->trans("ValidityDuration").'</td><td colspan="2"><input name="duree_validite" size="5" value="'.$conf->global->PROPALE_VALIDITY_DURATION.'"> '.$langs->trans("days").'</td></tr>';
print '<tr><td>'.$langs->trans("ValidityDuration").'</td><td colspan="2"><input name="duree_validite" size="5" value="'.$conf->global->PROPALE_VALIDITY_DURATION.'"> '.$langs->trans("days").'</td></tr>';
// Conditions de réglement
print '<tr><td nowrap>'.$langs->trans('PaymentConditionsShort').'</td><td colspan="2">';