diff --git a/htdocs/comm/action/fiche.php b/htdocs/comm/action/fiche.php index b04567480ef..c8622473501 100644 --- a/htdocs/comm/action/fiche.php +++ b/htdocs/comm/action/fiche.php @@ -307,7 +307,7 @@ if ($_GET["action"] == 'create') print ''.$langs->trans("Note").''; print ''; - print ''; + print ''; print ''; } @@ -368,7 +368,7 @@ if ($_GET["action"] == 'create') { $societe = new Societe($db); $societe->fetch($_GET["socid"]); - print $societe->nom_url; + print img_object($langs->trans("ShowCompany"),'company').' '.$societe->nom_url; print ''; } else @@ -432,8 +432,10 @@ if ($_GET["action"] == 'create') print ''.$langs->trans("Note").''; print ''; + print ''; + print ''; - print '

'; + } print ""; @@ -513,7 +515,7 @@ if ($_GET["id"]) print ''.$langs->trans("Note").''; print ''; - print ''; + print ''; print ''; } else diff --git a/htdocs/comm/addpropal.php b/htdocs/comm/addpropal.php index e539d1ccc64..1a99881fb03 100644 --- a/htdocs/comm/addpropal.php +++ b/htdocs/comm/addpropal.php @@ -233,7 +233,7 @@ if ($_GET["action"] == 'create') if ($numdest > 0) { $langs->load("bills"); - print ''; + print ''; } print ""; } diff --git a/htdocs/comm/prospect/prospects.php b/htdocs/comm/prospect/prospects.php index c9bfc0e29e8..a6fa827501f 100644 --- a/htdocs/comm/prospect/prospects.php +++ b/htdocs/comm/prospect/prospects.php @@ -137,7 +137,7 @@ if ($result) print ''; print ''; print ''; - print ''; + print ''; print ''; print ''; print ''; @@ -169,7 +169,7 @@ if ($result) print ""; $sts = array(-1,0,1,2,3); - print ''; + print ''; foreach ($sts as $key => $value) { if ($value <> $obj->fk_stcomm) diff --git a/htdocs/fichinter/fiche.php b/htdocs/fichinter/fiche.php index 1de12f852a6..2750081f95e 100644 --- a/htdocs/fichinter/fiche.php +++ b/htdocs/fichinter/fiche.php @@ -205,7 +205,7 @@ if ($_GET["action"] == 'create') print ''; print ''; - print "trans("Add")."\">"; + print ''; print ''; print ''; print ''; @@ -273,11 +273,11 @@ if ($_GET["action"] == 'edit') print ''; print ''; - print "trans("Save")."\">"; + print ''; print ''; - print ""; + print ''; - print ""; + print ''; }