Rogier Neeleman
9 years ago
5 changed files with 78 additions and 2 deletions
@ -0,0 +1,23 @@
@@ -0,0 +1,23 @@
|
||||
<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> |
Loading…
Reference in new issue