Created
February 10, 2017 06:05
-
-
Save shahryarjb/1d0cb8f822844213a5c2003deec65a78 to your computer and use it in GitHub Desktop.
tinypay fix no Bootstrap
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php echo $this->form->getLabel('payer_name'); ?> | |
| <div style="clear: both;"> </div> | |
| <?php echo $this->form->getInput('payer_name'); ?> | |
| <div style="clear: both;"> </div> | |
| <?php echo $this->form->getLabel('payer_mobile'); ?> | |
| <div style="clear: both;"> </div> | |
| <?php echo $this->form->getInput('payer_mobile'); ?> | |
| <div style="clear: both;"> </div> | |
| <?php echo $this->form->getLabel('payer_email'); ?> | |
| <div style="clear: both;"> </div> | |
| <?php echo $this->form->getInput('payer_email'); ?> | |
| <div style="clear: both;"> </div> | |
| <?php echo $this->form->getLabel('pay_title'); ?> | |
| <div style="clear: both;"> </div> | |
| <?php echo $this->form->getInput('pay_title'); ?> | |
| <div style="clear: both;"> </div> | |
| <?php echo $this->form->getLabel('pay_description'); ?> | |
| <div style="clear: both;"> </div> | |
| <?php echo $this->form->getInput('pay_description'); ?> | |
| <br> |
Author
shahryarjb
commented
Feb 10, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment