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.
|
<div id="formControls">
|
|
<?php $_CONTROL->lblProduct->RenderWithName(); ?>
|
|
|
|
<?php $_CONTROL->lblOrder->RenderWithName(); ?>
|
|
|
|
<?php $_CONTROL->txtQuantity->RenderWithName(); ?>
|
|
|
|
</div>
|
|
|
|
<div id="formActions">
|
|
<div id="save"><?php $_CONTROL->btnSave->Render(); ?></div>
|
|
<div id="cancel"><?php $_CONTROL->btnCancel->Render(); ?></div>
|
|
<div id="delete"><?php $_CONTROL->btnDelete->Render(); ?></div>
|
|
</div>
|