Qual: Uniformize code
This commit is contained in:
parent
12f6752631
commit
e8631961c1
@ -2,6 +2,7 @@
|
||||
CHARSET=UTF-8
|
||||
Proposals=Commercial proposals
|
||||
Proposal=Commercial proposal
|
||||
ProposalShort=Proposal
|
||||
ProposalsDraft=Draft commercial proposals
|
||||
ProposalDraft=Draft commercial proposal
|
||||
ProposalsOpened=Opened commercial proposals
|
||||
|
||||
@ -2,6 +2,7 @@
|
||||
CHARSET=UTF-8
|
||||
Proposals=Propositions commerciales
|
||||
Proposal=Proposition commerciale
|
||||
ProposalShort=Proposition
|
||||
ProposalsDraft=Propositions commerciales brouillons
|
||||
ProposalDraft=Proposition commerciale brouillon
|
||||
Prop=Propositions commerc.
|
||||
|
||||
@ -629,9 +629,9 @@ function show_actions_done($conf,$langs,$db,$objsoc,$objcon='')
|
||||
print '<td>';
|
||||
if ($histo[$key]['pid'] && $conf->propal->enabled)
|
||||
{
|
||||
print '<a href="'.DOL_URL_ROOT.'/comm/propal.php?propalid='.$histo[$key]['pid'].'">'.img_object($langs->trans("ShowPropal"),"propal");
|
||||
print $langs->trans("Propal");
|
||||
print '</a>';
|
||||
$propalstatic->ref=$langs->trans("ProposalShort");
|
||||
$propalstatic->id=$histo[$key]['pid'];
|
||||
print $propalstatic->getNomUrl(1);
|
||||
}
|
||||
elseif ($histo[$key]['oid'] && $conf->commande->enabled)
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user