Subversion Repositories SmartDukaan

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
15580 manas 1
<div class="useractives form">
2
<?php echo $this->Form->create('Useractive'); ?>
3
	<fieldset>
4
		<legend><?php echo __('Admin Add Useractive'); ?></legend>
5
	<?php
6
		echo $this->Form->input('user_id');
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 Useractives'), array('action' => 'index')); ?></li>
16
	</ul>
17
</div>