Subversion Repositories SmartDukaan

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
15403 manish.sha 1
<div class="users form">
2
<!--nocache-->
3
	<?php echo $this->Form->create('User'); ?>
4
		<fieldset>
5
	 		<legend><?php echo __('Add User'); ?></legend>
6
		<?php
7
			echo $this->Form->input('username');
8
			echo $this->Form->input('email');
9
			echo $this->Form->input('password');
10
		?>
11
		</fieldset>
12
	<?php echo $this->Form->end('Submit'); ?>
13
<!--/nocache-->
14
</div>