diff --git a/htdocs/admin/receiptprinter.php b/htdocs/admin/receiptprinter.php index 5d0d63d4cd5..4332c4feab0 100644 --- a/htdocs/admin/receiptprinter.php +++ b/htdocs/admin/receiptprinter.php @@ -387,7 +387,6 @@ if ($mode == 'config' && $user->admin) { // mode = template if ($mode == 'template' && $user->admin) { - dol_fiche_head($head, $mode, $langs->trans("ModuleSetup"), -1, 'technic'); print '
'; diff --git a/htdocs/comm/card.php b/htdocs/comm/card.php index a5b7cb77ea7..9ee98aa9f2b 100644 --- a/htdocs/comm/card.php +++ b/htdocs/comm/card.php @@ -535,7 +535,7 @@ if ($object->id > 0) print '
'; print ''; - // Level of prospect + // Level of prospection print '
'; print '"; print ''; - // Status + // Status of prospection $object->loadCacheOfProspStatus(); print ''; print "
'; print $langs->trans('ProspectLevel'); @@ -552,7 +552,7 @@ if ($object->id > 0) print "
'.$langs->trans("StatusProsp").''.$object->getLibProspCommStatut(4, $object->cacheprospectstatus[$object->stcomm_id]['label']); print '     '; @@ -561,7 +561,7 @@ if ($object->id > 0) { $titlealt = 'default'; if (!empty($val['code']) && !in_array($val['code'], array('ST_NO', 'ST_NEVER', 'ST_TODO', 'ST_PEND', 'ST_DONE'))) $titlealt = $val['label']; - if ($object->stcomm_id != $val['id']) print '' . img_action($titlealt, $val['code'], $val['picto']) . ''; + if ($object->stcomm_id != $val['id']) print ''.img_action($titlealt, $val['code'], $val['picto']).''; } print '
";