15 define(
'IN_PEEL_ADMIN',
true);
16 include(
"../configuration.inc.php");
21 include(
$GLOBALS[
'repertoire_modele'] .
"/admin_haut.php");
26 switch (
vb($_REQUEST[
'mode'])) {
56 if (!
verify_token($_SERVER[
'PHP_SELF'] . $frm[
'mode'] . $frm[
'id'])) {
61 echo
$GLOBALS[
'tplEngine']->createTemplate(
'global_success.tpl', array(
'message' => sprintf(
$GLOBALS[
'STR_ADMIN_STATUT_LIVRAISON_MSG_UPDATED_OK'], $_POST[
'id'])))->fetch();
76 include(
$GLOBALS[
'repertoire_modele'] .
"/admin_bas.php");
93 foreach (
$GLOBALS[
'admin_lang_codes'] as $lng) {
94 $frm[
'nom_' . $lng] =
"";
97 $frm[
'nouveau_mode'] =
"insere";
99 $frm[
'titre_bouton'] =
$GLOBALS[
'STR_ADMIN_STATUT_LIVRAISON_CREATE'];
116 $qid =
query(
"SELECT *
117 FROM peel_statut_livraison
122 $frm[
"nouveau_mode"] =
"maj";
123 $frm[
"titre_bouton"] =
$GLOBALS[
'STR_ADMIN_FORM_SAVE_CHANGES'];
137 $tpl =
$GLOBALS[
'tplEngine']->createTemplate(
'admin_formulaire_statut.tpl');
140 $tpl->assign(
'mode',
vb(
$frm[
'nouveau_mode']));
142 $tpl->assign(
'technical_code',
vb(
$frm[
'technical_code']));
146 foreach (
$GLOBALS[
'admin_lang_codes'] as $lng) {
148 'nom' =>
$frm[
'nom_' . $lng]
152 $tpl->assign(
'position',
$frm[
'position']);
153 $tpl->assign(
'titre_bouton',
$frm[
'titre_bouton']);
154 $tpl->assign(
'STR_ADMIN_STATUT_FORM_TITLE',
$GLOBALS[
'STR_ADMIN_STATUT_FORM_TITLE']);
155 $tpl->assign(
'STR_ADMIN_LANGUAGES_SECTION_HEADER',
$GLOBALS[
'STR_ADMIN_LANGUAGES_SECTION_HEADER']);
156 $tpl->assign(
'STR_ADMIN_NAME',
$GLOBALS[
'STR_ADMIN_NAME']);
157 $tpl->assign(
'STR_ADMIN_WEBSITE',
$GLOBALS[
'STR_ADMIN_WEBSITE']);
158 $tpl->assign(
'STR_ADMIN_VARIOUS_INFORMATION_HEADER',
$GLOBALS[
'STR_ADMIN_VARIOUS_INFORMATION_HEADER']);
159 $tpl->assign(
'STR_ADMIN_TECHNICAL_CODE',
$GLOBALS[
'STR_ADMIN_TECHNICAL_CODE']);
160 $tpl->assign(
'STR_ADMIN_POSITION',
$GLOBALS[
'STR_ADMIN_POSITION']);
161 $tpl->assign(
'STR_BEFORE_TWO_POINTS',
$GLOBALS[
'STR_BEFORE_TWO_POINTS']);
174 query(
"DELETE FROM peel_statut_livraison WHERE id=" . intval(
$id) .
" AND " .
get_filter_site_cond(
'statut_livraison', null,
true) .
"");
186 $sql =
"INSERT INTO peel_statut_livraison (position, technical_code, site_id";
187 foreach (
$GLOBALS[
'admin_lang_codes'] as $lng) {
188 $sql .=
", nom_" . $lng;
192 foreach (
$GLOBALS[
'admin_lang_codes'] as $lng) {
209 foreach (
$GLOBALS[
'admin_lang_codes'] as $lng) {
212 $sql .=
"WHERE id = '" . intval(
$id) .
"'";
224 $tpl =
$GLOBALS[
'tplEngine']->createTemplate(
'admin_liste_statut_livraison.tpl');
225 $result =
query(
"SELECT id, position, nom_" .
$_SESSION[
'session_langue'] .
", site_id, technical_code
226 FROM peel_statut_livraison
228 ORDER BY position ASC, id ASC");
230 $tpl_results = array();
233 $tpl_results[] = array(
'tr_rollover' => tr_rollover(
$i,
true),
234 'technical_code' => $ligne[
'technical_code'],
235 'modif_href' =>
get_current_url(
false) .
'?mode=modif&id=' . $ligne[
'id'],
236 'nom' => $ligne[
'nom_' .
$_SESSION[
'session_langue']],
237 'position' => $ligne[
'position'],
242 $tpl->assign(
'results', $tpl_results);
244 $GLOBALS[
'sortable_rpc'] =
'rpc_positions.php?mode=statut_livraison';
245 $tpl->assign(
'add_button_url',
$GLOBALS[
'administrer_url'] .
'/images/add.png');
247 $tpl->assign(
'STR_ADMIN_STATUT_LIVRAISON_TITLE',
$GLOBALS[
'STR_ADMIN_STATUT_LIVRAISON_TITLE']);
248 $tpl->assign(
'STR_ADMIN_STATUT_LIVRAISON_EXPLAIN',
$GLOBALS[
'STR_ADMIN_STATUT_LIVRAISON_EXPLAIN']);
249 $tpl->assign(
'STR_ADMIN_STATUT_LIVRAISON_CREATE',
$GLOBALS[
'STR_ADMIN_STATUT_LIVRAISON_CREATE']);
250 $tpl->assign(
'STR_ADMIN_TECHNICAL_CODE',
$GLOBALS[
'STR_ADMIN_TECHNICAL_CODE']);
251 $tpl->assign(
'STR_ADMIN_STATUT_STATUS_TYPE',
$GLOBALS[
'STR_ADMIN_STATUT_STATUS_TYPE']);
252 $tpl->assign(
'STR_ADMIN_POSITION',
$GLOBALS[
'STR_ADMIN_POSITION']);
253 $tpl->assign(
'STR_ADMIN_STATUT_UPDATE',
$GLOBALS[
'STR_ADMIN_STATUT_UPDATE']);
254 $tpl->assign(
'STR_ADMIN_STATUT_NO_STATUS_FOUND',
$GLOBALS[
'STR_ADMIN_STATUT_NO_STATUS_FOUND']);
255 $tpl->assign(
'STR_ADMIN_WEBSITE',
$GLOBALS[
'STR_ADMIN_WEBSITE']);
get_site_name($site_ids, $skip_rights_check=false)
Retourne le nom d'un ou de plusieurs sites à partir de l'id.
supprime_statut($id)
Supprime le statut spécifié par $id.
affiche_formulaire_statut(&$frm)
affiche_formulaire_statut()
get_current_url($with_get=true, $get_short_url=false, $take_away_get_args_array=null)
get_current_url()
get_delivery_status_name($id)
get_delivery_status_name()
redirect_and_die($url, $permanent_redirection=false, $avoid_loop=false)
Redirige vers l'URL demandée et arrête le programme.
get_site_id_select_options($selected_site_id=null, $selected_site_name=null, $display_first_option=null, $select_current_site_id_by_default=false)
Créer les options pour le select qui liste les noms de sites configurés en back office.
nohtml_real_escape_string($value, $allowed_tags=null)
Protège les données pour insertion dans MySQL ET supprime les tags HTML pour protéger de toute sorte ...
if(!empty($_GET['id'])) if(isset($_POST['form_name'], $_POST['form_subject'], $_POST['form_text'], $_POST['form_lang'])&&empty($_GET['id'])) if(empty($_GET['id'])) $tpl
necessite_priv($priv, $demo_allowed=true, $configuration_modification=false)
Cette fonction vérifie si l'utilisateur a les privilèges de $priv.
get_filter_site_cond($table_technical_code, $table_alias=null, $use_strict_rights_if_in_admin=false, $specific_site_id=null, $exclude_public_items=false, $admin_force_multisite_if_allowed=false)
Retourne la condition SQL permettant de filtrer les données pour une table.
query($query, $die_if_error=false, $database_object=null, $silent_if_error=false, $security_sql_filter=true)
The query() function is meant to be called anywhere you want to make a query.
insere_statut($frm)
Ajoute le statut dans la table statut.
affiche_formulaire_modif_statut($id, &$frm)
Affiche le formulaire de modification pour le statut sélectionné
necessite_identification()
Si l'utilisateur n'est pas connecté à un compte, on affiche une page d'identification et arrête le sc...
num_rows($query_result)
num_rows()
affiche_liste_statut()
affiche_liste_statut()
affiche_formulaire_ajout_statut(&$frm)
FONCTIONS.
maj_statut($id, $frm)
Met à jour le statut $id avec de nouvelles valeurs.
fetch_assoc($query_result)
fetch_assoc()
get_form_token_input($name= 'general', $use_existing_token=true, $return_as_input_form=true)
get_form_token_input()
get_site_id_sql_set_value($site_ids)
Retourne la valeur SQL d'un champ INT ou SET suivant que ce soit un entier ou un tableau.
verify_token($name= 'general', $delay_in_minutes=60, $check_referer_if_set_by_server=true, $cancel_token=true, $minimum_wait_in_seconds_before_use=0)
Vérification de la validité d'un token Par défaut, un token est valide 1h, et utilisable 1 seule fois...
if(defined('IN_PEEL_ADMIN')||IN_INSTALLATION) $_SESSION['session_langue']