* Foundation, Inc., *
* 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA *
***************************************************************************
- $Id: moderate.php,v 1.8 2004-10-16 14:03:03 x2000habouzit Exp $
+ $Id: moderate.php,v 1.9 2004-10-24 12:54:44 x2000habouzit Exp $
***************************************************************************/
if(empty($_REQUEST['liste'])) header('Location: index.php');
include_once('diogenes.mailer.inc.php');
$mid = $_POST['mid'];
if(isset($_POST['mok'])) {
- if $client->handle_request('polytechnique.org', $liste,$mid,1,''); /** 1 = APPROVE **/
+ $client->handle_request('polytechnique.org', $liste,$mid,1,''); /** 1 = APPROVE **/
} elseif(isset($_POST['mno'])) {
$reason = stripslashes($_POST['reason']);
if($client->handle_request('polytechnique.org', $liste,$mid,2,$reason)) { /** 2 = REJECT **/
* Foundation, Inc., *
* 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA *
***************************************************************************
- $Id: moderate.tpl,v 1.12 2004-10-23 21:33:40 x2000habouzit Exp $
+ $Id: moderate.tpl,v 1.13 2004-10-24 12:54:44 x2000habouzit Exp $
***************************************************************************}
{dynamic}
{foreach from=$mails item=m}
<tr class='{cycle values="pair,impair"}'>
<td>{$m.sender}</td>
- <td>{$m.subj|qpd}</td>
+ <td>{$m.subj}</td>
<td class='right'>{$m.size}o</td>
<td class='right'>{$m.stamp|date_format:"%H:%M:%S<br />%d %b %Y"}</td>
<td class='action'>
* Foundation, Inc., *
* 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA *
***************************************************************************
- $Id: moderate_mail.tpl,v 1.6 2004-10-15 07:30:40 x2000habouzit Exp $
+ $Id: moderate_mail.tpl,v 1.7 2004-10-24 12:54:44 x2000habouzit Exp $
***************************************************************************}
{dynamic}
Rejeter efface le mail sans autre forme de procès, et c'est à utiliser UNIQUEMENT pour les
virus et les courriers indésirables
</li>
+ </ul>
</form>
{/if}