|
Server : Apache/2.4.41 (Ubuntu) System : Linux vmi1525618.contaboserver.net 5.4.0-105-generic #119-Ubuntu SMP Mon Mar 7 18:49:24 UTC 2022 x86_64 User : www-data ( 33) PHP Version : 8.2.12 Disable Function : NONE Directory : /var/www/parasoffline.edukrypt.in/application/modules/admin/views/demo/ |
Upload File : |
<form action="<?php echo current_url(); ?>" method="POST">
<ul class="sortable list-group">
<?php for ($i=0; $i<count($entries); $i++): ?>
<li class="list-group-item">
<strong><?php echo $entries[$i]; ?></strong>
<input type="hidden" name="items[]" value="<?php echo $i; ?>" />
</li>
<?php endfor; ?>
</ul>
<?php echo modules::run('adminlte/widget/btn_submit', 'Save'); ?>
</form>