HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/SBogers18/decoockpit.nl/wwwroot/kms/app/views/sorter/v_list.php
<form id="dd-form" action="<?php echo LANG_ROOT . URL_PAGE; ?>/submitOrder" method="post">

<h1><?php $this->getData('page_label'); ?></h1>

<ul id="sortable-list">
    <?php $this->getData('sortable_list'); ?>
</ul>
<input type="hidden" name="sort_order" id="sort_order" value="<?php $this->getData('list_ids'); ?>" />
<div class="clear"></div>
<?php
    $this->getData('btn_save');
    $this->getData('btn_cancel');
?>
</form>