You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
415 B
23 lines
415 B
9 years ago
|
<div class='container'>
|
||
|
<hr>
|
||
|
<?php echo form_open(base_url().'dashboard/changeregio'); ?>
|
||
|
|
||
|
<p>
|
||
|
<div class="row">
|
||
|
<div class="text-center">
|
||
|
<?php echo form_dropdown('regioid', $regio); ?>
|
||
|
</div>
|
||
|
</div>
|
||
|
</p>
|
||
|
|
||
|
<p>
|
||
|
<div class="row">
|
||
|
<div class="text-center">
|
||
|
<button type="submit" class="btn btn-primary btn-lg">Kies</button>
|
||
|
</div>
|
||
|
</div>
|
||
|
</p>
|
||
|
|
||
|
<?php echo form_close(); ?>
|
||
|
|
||
|
</div>
|