Subversion Repositories SmartDukaan

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
16475 anikendra 1
<div class="paytmCallings form">
2
<?php echo $this->Form->create('PaytmCalling'); ?>
3
	<fieldset>
4
		<legend><?php echo __('Admin Add Paytm Calling'); ?></legend>
5
	<?php
6
		echo $this->Form->input('called');
7
	?>
8
	</fieldset>
9
<?php echo $this->Form->end(__('Submit')); ?>
10
</div>
11
<div class="actions">
12
	<h3><?php echo __('Actions'); ?></h3>
13
	<ul>
14
 
15
		<li><?php echo $this->Html->link(__('List Paytm Callings'), array('action' => 'index')); ?></li>
16
	</ul>
17
</div>