A QCodo powered CMS
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
470 B

  1. <div id="formControls">
  2. <?php $_CONTROL->lblProduct->RenderWithName(); ?>
  3. <?php $_CONTROL->lblOrder->RenderWithName(); ?>
  4. <?php $_CONTROL->txtQuantity->RenderWithName(); ?>
  5. <?php $_CONTROL->lstStatus->RenderWithName(); ?>
  6. </div>
  7. <div id="formActions">
  8. <div id="save"><?php $_CONTROL->btnSave->Render(); ?></div>
  9. <div id="cancel"><?php $_CONTROL->btnCancel->Render(); ?></div>
  10. <div id="delete"><?php $_CONTROL->btnDelete->Render(); ?></div>
  11. </div>