A Qcodo based CMS/ecommerce framework
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.

14 lines
418 B

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