<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>