Go to the source code of this file.
affiche_formulaire_ajout_cgv |
( |
& |
$frm, |
|
|
|
$form_error_object |
|
) |
| |
Affiche un formulaire vierge pour ajouter un cgv.
- Parameters
-
array | $frm | Array with all fields data |
- Returns
Definition at line 180 of file cgv.php.
affiche_formulaire_cgv |
( |
& |
$frm, |
|
|
& |
$form_error_object |
|
) |
| |
affiche_formulaire_modif_cgv |
( |
|
$id, |
|
|
& |
$frm, |
|
|
& |
$form_error_object |
|
) |
| |
FONCTIONS.
Affiche le formulaire de modification pour les CGV sélectionnées
- Parameters
-
mixed | $frm | |
class | $form_error_object | |
- Returns
Definition at line 101 of file cgv.php.
Ajoute le cgv dans la table cgv.
- Parameters
-
array | $frm | Array with all fields data |
- Returns
Definition at line 230 of file cgv.php.
Supprime le cgv spécifié par $id.
- Parameters
-
- Returns
Definition at line 211 of file cgv.php.
$GLOBALS['DOC_TITLE'] = $GLOBALS['STR_ADMIN_CGV_TITLE'] |
$id = intval(vn($_REQUEST['id'])) |
if (!isset($form_error_object)) $output ='' |
switch(vb($_REQUEST['mode'])) |