en | fr  | Contact  | Print  | Share

FrameBeurk File

Fmbk/Module/Zenpa/Style/Vue/selectionneStyle.php

<form id="formselectionneStyle" action="<?php echo Beurk_cheminURL(); ?>/" method="post" enctype="application/x-www-form-urlencoded">
<fieldset>
<legend>
<?php echo Beurk_traduit('Style''Kom1'); ?>&nbsp;:
</legend>
<label>
<select name="IdMaj" data-select="">
<?php //FrameBeurk V0.65 Copyright ToolOscope 2016. Licence CeCILL-C.
foreach ($CONFIG['Controle']['Style'] as $Style) {
    if (
$IdStyle Beurk_id($Style))
        echo 
'<option value="'$IdStyle'"', ($Style == $DIALOG['Style']) ? ' selected' ''">$Style</option>\n";
    else
        echo 
Beurk_traduit('Style %s inconnu''Zenpa'$Style);
}
?></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