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 class="QFileInputDlg">
|
|
<h1>Upload a File</h1>
|
|
<p>Please select a File to upload.
|
|
</p>
|
|
<?php $_CONTROL->ctlFileInput->RenderWithError(); ?>
|
|
<br />
|
|
<?php $_CONTROL->lblErrorMessage->Render(); ?>
|
|
<p>
|
|
<?php $_CONTROL->btnUpload->Render(); ?>
|
|
<?php $_CONTROL->btnCancel->Render(); ?>
|
|
<?php $_CONTROL->objSpinner->Render(); ?>
|
|
</p>
|
|
</div>
|