Uniformize page name.

This commit is contained in:
Laurent Destailleur 2012-03-23 00:08:34 +01:00
parent 0321ac19c9
commit 6b2c141083
2 changed files with 4 additions and 4 deletions

View File

@ -338,14 +338,14 @@ foreach ($dirmodels as $reldir)
} }
print '</td>'; print '</td>';
$propale=new Propal($db); $propal=new Propal($db);
$propale->initAsSpecimen(); $propal->initAsSpecimen();
// Info // Info
$htmltooltip=''; $htmltooltip='';
$htmltooltip.=''.$langs->trans("Version").': <b>'.$module->getVersion().'</b><br>'; $htmltooltip.=''.$langs->trans("Version").': <b>'.$module->getVersion().'</b><br>';
$facture->type=0; $facture->type=0;
$nextval=$module->getNextValue($mysoc,$propale); $nextval=$module->getNextValue($mysoc,$propal);
if ("$nextval" != $langs->trans("NotAvailable")) // Keep " on nextval if ("$nextval" != $langs->trans("NotAvailable")) // Keep " on nextval
{ {
$htmltooltip.=''.$langs->trans("NextValue").': '; $htmltooltip.=''.$langs->trans("NextValue").': ';

View File

@ -68,7 +68,7 @@ class modPropale extends DolibarrModules
// Dependancies // Dependancies
$this->depends = array("modSociete"); $this->depends = array("modSociete");
$this->requiredby = array(); $this->requiredby = array();
$this->config_page_url = array("propale.php"); $this->config_page_url = array("propal.php");
$this->langfiles = array("propal","bills","companies","deliveries","products"); $this->langfiles = array("propal","bills","companies","deliveries","products");
// Constants // Constants