en | fr  | Contact  | Print  | Share

FrameBeurk File

Fmbk/Module/Kom1/Langue/Vue/selectionneLangue.php

<form id="formselectionneLangue" action="<?php echo Beurk_cheminURL(); ?>/" method="post" enctype="application/x-www-form-urlencoded">
<fieldset>
<legend>
<?php echo Beurk_traduit('Langue''Kom1'); ?>&nbsp;:
</legend>
<label>
<select name="IdMaj" data-select="">
<?php //FrameBeurk V0.65 Copyright ToolOscope 2016. Licence CeCILL-C.
 
foreach ($CONFIG['Controle']['Langue'] as $IdLangue => $Langue)
    echo 
'<option value="'$IdLangue'"', ($Langue == $DIALOG['Langue']) ? ' selected' ''">$Langue</option>\n";
?></select>
</label>
</fieldset>
<input type="hidden" name="ActMaj" value="selectionne">
<input type="hidden" name="JetonAct" value="<?php echo $DIALOG['JetonAct']; ?>">
</form>


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