en | fr  | Contact  | Print  | Share

FrameBeurk File

Fmbk/Module/Rhum/Section/Vue/modifieSection.php

<?php //FrameBeurk V0.65 Copyright ToolOscope 2016. Licence CeCILL-C.

require_once(INSTALL_PATH '/Module/Kom1/helpersMajKom1.php');

//lecture de la section
$result2 db_QUERY("SELECT Section, IdEtat, Donnees, Import FROM Rhum_Section WHERE IdSection = '$IdVue'");
if (list(
$Section$IdEtatSection$Donnees$Import) = db_FETCH_ROW($result2)) {
    if (
$IdEtatSection != Beurk_id('C')) {

        echo 
'<h2 class="h_Section">'Beurk_traduit('Editer la section'), '</h2>
'
,             Kom1_carteMajEntite('modifie'$IdVue'Kom1_carteMajEntiteCallbackImport', array('Import' => Beurk_DB2InputHTML($Import)),
            
Beurk_DB2InputHTML($Section), Beurk_DB2InputHTML($Donnees));

    } else 
Beurk_messageEtape('Section censurĂ©e'true);

} else 
Beurk_messageEtape('Section inconnue'true);

db_FREE($result2);


© 2010-2015 by ToolOscope SASU. © 2016-2018 by Arnaud De Rette. All rights reserved