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.

58 lines
1.5 KiB

12 years ago
  1. <div id="formActions">
  2. <div id="save"><?php $_CONTROL->btnSave->Render(); ?></div>
  3. <div id="cancel"><?php $_CONTROL->btnCancel->Render(); ?></div>
  4. <div id="delete"><?php $_CONTROL->btnDelete->Render(); ?></div>
  5. </div>
  6. <br />
  7. <br />
  8. <hr>
  9. <div id="formControls">
  10. <?php $_CONTROL->lblId->RenderWithName(); ?>
  11. <?php $_CONTROL->lblManufacturer->RenderWithName(); ?>
  12. <?php $_CONTROL->lblSupplier->RenderWithName(); ?>
  13. <?php $_CONTROL->lblCreationDate->RenderWithName(); ?>
  14. <?php $_CONTROL->txtName->RenderWithName(); ?>
  15. <?php $_CONTROL->txtModel->RenderWithName(); ?>
  16. <?php $_CONTROL->txtShortDescription->RenderWithName(); ?>
  17. <?php $_CONTROL->txtLongDescription->RenderWithName(); ?>
  18. <?php $_CONTROL->txtMsrp->RenderWithName(); ?>
  19. <?php $_CONTROL->txtWholesalePrice->RenderWithName(); ?>
  20. <?php $_CONTROL->txtRetailPrice->RenderWithName(); ?>
  21. <?php $_CONTROL->txtCost->RenderWithName(); ?>
  22. <?php $_CONTROL->txtWeight->RenderWithName(); ?>
  23. <?php $_CONTROL->txtHeight->RenderWithName(); ?>
  24. <?php $_CONTROL->txtWidth->RenderWithName(); ?>
  25. <?php $_CONTROL->txtDepth->RenderWithName(); ?>
  26. <?php $_CONTROL->chkIsVirtual->RenderWithName(); ?>
  27. <?php $_CONTROL->lstType->RenderWithName(); ?>
  28. <?php $_CONTROL->lstStatus->RenderWithName(); ?>
  29. <?php $_CONTROL->txtViewCount->RenderWithName(); ?>
  30. <?php $_CONTROL->lstUserPermissions->RenderWithName(); ?>
  31. <?php $_CONTROL->lstPublicPermissions->RenderWithName(); ?>
  32. <?php $_CONTROL->lstGroupPermissions->RenderWithName(); ?>
  33. </div>