A QCodo powered CMS
 
 
 

8 lines
438 B

<?php
// This is the HTML template include file (.tpl.php) for OrderStatusHistoryListPanel.
// Remember that this is a DRAFT. It is MEANT to be altered/modified.
// Be sure to move this out of the drafts/dashboard directory before modifying to ensure that subsequent
// code re-generations do not overwrite your changes.
?>
<?php $_CONTROL->dtgOrderStatusHistories->Render(); ?>
<p><?php $_CONTROL->btnCreateNew->Render(); ?></p>