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

<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>
<br />
<br />
<hr>
<div id="formControls">
<?php $_CONTROL->lblId->RenderWithName(); ?>
<?php $_CONTROL->lblManufacturer->RenderWithName(); ?>
<?php $_CONTROL->lblSupplier->RenderWithName(); ?>
<?php $_CONTROL->lblCreationDate->RenderWithName(); ?>
<?php $_CONTROL->txtName->RenderWithName(); ?>
<?php $_CONTROL->txtModel->RenderWithName(); ?>
<?php $_CONTROL->txtShortDescription->RenderWithName(); ?>
<?php $_CONTROL->txtLongDescription->RenderWithName(); ?>
<?php $_CONTROL->txtMsrp->RenderWithName(); ?>
<?php $_CONTROL->txtWholesalePrice->RenderWithName(); ?>
<?php $_CONTROL->txtRetailPrice->RenderWithName(); ?>
<?php $_CONTROL->txtCost->RenderWithName(); ?>
<?php $_CONTROL->txtWeight->RenderWithName(); ?>
<?php $_CONTROL->txtHeight->RenderWithName(); ?>
<?php $_CONTROL->txtWidth->RenderWithName(); ?>
<?php $_CONTROL->txtDepth->RenderWithName(); ?>
<?php $_CONTROL->chkIsVirtual->RenderWithName(); ?>
<?php $_CONTROL->lstType->RenderWithName(); ?>
<?php $_CONTROL->lstStatus->RenderWithName(); ?>
<?php $_CONTROL->txtViewCount->RenderWithName(); ?>
<?php $_CONTROL->lstUserPermissions->RenderWithName(); ?>
<?php $_CONTROL->lstPublicPermissions->RenderWithName(); ?>
<?php $_CONTROL->lstGroupPermissions->RenderWithName(); ?>
</div>