PEEL Shopping
Open source ecommerce : PEEL Shopping
list_mails.php
Go to the documentation of this file.
1 <?php
2 // This file should be in UTF8 without BOM - Accents examples: éèê
3 // +----------------------------------------------------------------------+
4 // | Copyright (c) 2004-2015 Advisto SAS, service PEEL - contact@peel.fr |
5 // +----------------------------------------------------------------------+
6 // | This file is part of PEEL Shopping 8.0.0, which is subject to an |
7 // | opensource GPL license: you are allowed to customize the code |
8 // | for your own needs, but must keep your changes under GPL |
9 // | More information: https://www.peel.fr/lire/licence-gpl-70.html |
10 // +----------------------------------------------------------------------+
11 // | Author: Advisto SAS, RCS 479 205 452, France, https://www.peel.fr/ |
12 // +----------------------------------------------------------------------+
13 // $Id: list_mails.php 46935 2015-09-18 08:49:48Z gboussin $
14 define('IN_PEEL_ADMIN', true);
15 include("../../../configuration.inc.php");
17 necessite_priv("admin_users");
18 
19 $GLOBALS['DOC_TITLE'] = $GLOBALS["STR_MODULE_WEBMAIL_ADMIN_RECEIVED_LIST_TITLE"];
20 
22 include($GLOBALS['repertoire_modele'] . "/admin_haut.php");
23 switch (vb($_REQUEST['mode'])) {
24  case "search":
25  if (!empty($_POST)) {
26  affiche_list_receveid_mail($_POST, false);
27  }
28  break;
29 
30  case "change_state_mail":
31  if (!empty($_POST)) {
32  update_state_mail($_POST);
33  }
35  break;
36  default:
38  break;
39 }
40 
41 include($GLOBALS['repertoire_modele'] . "/admin_bas.php");
42 
$form_error_object
Definition: list_mails.php:21
$GLOBALS['DOC_TITLE']
Definition: list_mails.php:19
necessite_priv($priv, $demo_allowed=true, $configuration_modification=false)
Cette fonction vérifie si l'utilisateur a les privilèges de $priv.
Definition: fonctions.php:1575
vb(&$var, $default=null)
Variable blanche if $var n'est pas défini, retourne $default, sinon retourne $var.
Definition: format.php:97
necessite_identification()
Si l'utilisateur n'est pas connecté à un compte, on affiche une page d'identification et arrête le sc...
Definition: fonctions.php:1596
update_state_mail($frm)
Fonction permettant de mettre à jour l'état d'un courrier lu ou non.
Definition: fonctions.php:754
affiche_list_receveid_mail($recherche, $return_mode=false)
Affiche la affiche la liste des emails reçus.
Definition: fonctions.php:565

This documentation for Open ecommerce PEEL Shopping and PEEL.fr has been generated by Doxygen on Thu Oct 15 2015 14:41:34 - Peel ecommerce is a product of Agence web Advisto SAS. All rights reserved.