Subversion Repositories SmartDukaan

Rev

Blame | Last modification | View Log | RSS feed

<div class="paytmCallings form">
<?php echo $this->Form->create('PaytmCalling'); ?>
        <fieldset>
                <legend><?php echo __('Add Paytm Calling'); ?></legend>
        <?php
                echo $this->Form->input('called');
        ?>
        </fieldset>
<?php echo $this->Form->end(__('Submit')); ?>
</div>
<div class="actions">
        <h3><?php echo __('Actions'); ?></h3>
        <ul>

                <li><?php echo $this->Html->link(__('List Paytm Callings'), array('action' => 'index')); ?></li>
        </ul>
</div>