en | fr  | Contact  | Print  | Share

FrameBeurk File

Fmbk/Module/Kom1/Pagination/Vue/selectionnePagination.php

<form id="formselectionnePagination" action="<?php echo Beurk_cheminURL(); ?>/" method="post" enctype="application/x-www-form-urlencoded">
<fieldset>
<legend>
<?php echo Beurk_traduit('ElĂ©ments / page''Kom1'); ?>&nbsp;:
</legend>
<label>
<select name="ItemsParPage" id="ItemsParPage" data-select="">
<?php
 
foreach ($CONFIG['Controle']['Pagination'] as $ItemsParPage)
    echo 
'<option value="'$ItemsParPage'"', ($ItemsParPage == $DIALOG['Pagination']) ? ' selected' ''">$ItemsParPage</option>\n";
?></select>
</label>
</fieldset>
<input type="hidden" name="ActMaj" value="selectionne">
<input type="hidden" name="IdMaj" value="Pagination">
<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