Projet

Général

Profil

Révision 1386d344

Voir les différences:

inc/mailing.class.php
427 427
		if($format=="html"){
428 428
			if ($CFG_GLPI["url_in_mail"]&&!empty($CFG_GLPI["url_base"])){
429 429
			  //ryxeo
430
			  $body.="Pour répondre à cet échange, veuillez vous connecter sur la plate forme suivante :<a href=\"".$CFG_GLPI["url_base"]."/index.php?redirect=tracking_".$this->job->fields["ID"]."\">".$CFG_GLPI["url_base"]."/index.php?redirect=tracking_".$this->job->fields["ID"]." </a><br><br>";
430
			  //$body.="Pour répondre à cet échange, veuillez vous connecter sur la plate forme suivante :<a href=\"".$CFG_GLPI["url_base"]."/index.php?redirect=tracking_".$this->job->fields["ID"]."\">".$CFG_GLPI["url_base"]."/index.php?redirect=tracking_".$this->job->fields["ID"]." </a><br><br>";
431
			  $body.="Pour répondre à cet échange, veuillez vous connecter sur la plate forme suivante :<a href=\"".$CFG_GLPI["url_base"]."\">".$CFG_GLPI["url_base"]." </a><br><br>";
431 432

  
432 433
			}
433 434

  
......
442 443

  
443 444
			if ($CFG_GLPI["url_in_mail"]&&!empty($CFG_GLPI["url_base"])){
444 445
			  //ryxeo	
445
			  $body.=$LANG["mailing"][1]."\n"; $body.="Pour répondre à cet échange, veuillez vous connecter sur la plate forme suivante : : ".$CFG_GLPI["url_base"]."/index.php?redirect=tracking_".$this->job->fields["ID"]."\n";
446
			  //			  $body.=$LANG["mailing"][1]."\n"; $body.="Pour répondre à cet échange, veuillez vous connecter sur la plate forme suivante : : ".$CFG_GLPI["url_base"]."/index.php?redirect=tracking_".$this->job->fields["ID"]."\n";
447
			  $body.=$LANG["mailing"][1]."\n"; $body.="Pour répondre à cet échange, veuillez vous connecter sur la plate forme suivante : ".$CFG_GLPI["url_base"]."\n";
446 448

  
447 449
			}
448 450

  

Formats disponibles : Unified diff

Redmine Appliance - Powered by TurnKey Linux