<div class="profilefriendrequests form">
	<?php echo $this->Form->create('Profilefriendrequest'); ?>
	<fieldset>
		<legend><?php echo __('Add Profilefriendrequest'); ?></legend>
				<?php
		echo $this->Form->input('requestFrom');
		echo $this->Form->input('requestTo');
		echo $this->Form->input('status');
	?>
	</fieldset>
	<?php echo $this->Form->end(__('Submit')); ?>
</div>

