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.

16 lines
315 B

13 years ago
  1. <div id="LostPasswordModuleInner">
  2. <p>
  3. <?php $_CONTROL->lblInstructions->Render();?>
  4. <?php $_CONTROL->txtUserName->RenderWithError();?>
  5. </p>
  6. <p>
  7. <?php $_CONTROL->btnSubmit->Render(); ?>
  8. </p>
  9. <p>
  10. <?php $_CONTROL->lblMessage->Render(); ?>
  11. </p>
  12. </div>