Skip to content

Commit

Permalink
Corrections
Browse files Browse the repository at this point in the history
Merci à phpSources d'avoir remonté ces erreurs
  • Loading branch information
Arnaud69 committed Feb 7, 2015
1 parent 204794d commit f3df737
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion include/archives.php
Expand Up @@ -24,7 +24,7 @@
<input type='hidden' name='list_id' value='$list_id' />
<input type='hidden' name='token' value='$token' />";
} else {
echo info_msg(translate("NO_ARCHIVE"));
echo (translate("NO_ARCHIVE"));
}
echo "</form>";
if (!empty($msg_id) && empty($action)) {
Expand Down
2 changes: 1 addition & 1 deletion include/manager_mailq.php
Expand Up @@ -69,7 +69,7 @@
<td>'.$item['date'].'</td>
<td>'.$item['sender'].'</td>
<td>'.$item['recipients'].'</td>
<td><a href="?page=manager_mailq&action=delete_id_from_mailq&list_id='.$item['list_id'].'&token='.$token.'&id_mailq='.$item['id'].'" class="tooltip" title="Supprimer ce mail, ID : '.$item['id'].'" onclick="return confirm(\'Supprimer ce mail de la file des envois ?\')"><input type="image" src="css/icn_trash.png"></a></td>
<td><a href="?page=manager_mailq&action=delete_id_from_mailq&list_id='.$list_id.'&token='.$token.'&id_mailq='.$item['id'].'" class="tooltip" title="Supprimer ce mail, ID : '.$item['id'].'" onclick="return confirm(\'Supprimer ce mail de la file des envois ?\')"><input type="image" src="css/icn_trash.png"></a></td>
</tr>
<tr>
<td colspan="6">'.$item['failed'].'</td>
Expand Down
2 changes: 1 addition & 1 deletion online.php
Expand Up @@ -25,7 +25,7 @@ function($matches) {
global $new_url;
return $new_url.(urlencode(@$matches[1].$matches[2])).'"';
},$messageTemp);
$unsubLink = "<br /><div align='center' style='padding-top:10px;font-size:10pt;font-family:arial,helvetica,sans-serif;padding-bottom:10px;color:#878e83;'><hr noshade='' color='#D4D4D4' width='90%' size='1'>Je ne souhaite plus recevoir la newsletter : <a href='" . $row_config_globale['base_url'] . $row_config_globale['path'] . "subscription.php?i=$msg_id&list_id=$list_id&op=leave&email_addr=$e&h=$h' style='' target='_blank'>d&eacute;sinscription / unsubscribe</a><br /><a href='http://www.phpmynewsletter.com/' style='' target='_blank'>Phpmynewsletter 2.0</a></div></body></html>";
$unsubLink = "<br /><div align='center' style='padding-top:10px;font-size:10pt;font-family:arial,helvetica,sans-serif;padding-bottom:10px;color:#878e83;'><hr noshade='' color='#D4D4D4' width='90%' size='1'>Je ne souhaite plus recevoir la newsletter : <a href='" . $row_config_globale['base_url'] . $row_config_globale['path'] . "subscription.php?i=$i&list_id=$l&op=leave&email_addr=$e&h=$h' style='' target='_blank'>d&eacute;sinscription / unsubscribe</a><br /><a href='http://www.phpmynewsletter.com/' style='' target='_blank'>Phpmynewsletter 2.0</a></div></body></html>";
$body .= $trac . $message . $unsubLink;
echo $body;
}

0 comments on commit f3df737

Please sign in to comment.