
<div class="profilefriends form">
	<?php echo $this->Form->create('Profilefriend'); ?>
	<fieldset>
		<legend><?php echo __('Edit Profilefriend'); ?></legend>
				<?php
		echo $this->Form->input('id');
		echo $this->Form->input('ownerId');
		echo $this->Form->input('friendId');
		echo $this->Form->input('status');
	?>
	</fieldset>
	<?php echo $this->Form->end(__('Submit')); ?>
</div>



<!--<div class="profilefriends form">
	<?php echo $this->Form->create('Profilefriend'); ?>
	<fieldset>
		<legend><?php echo __('Edit Profilefriend'); ?></legend>
				<?php
		echo $this->Form->input('id');
		echo $this->Form->input('ownerId');
		echo $this->Form->input('friendId');
		echo $this->Form->input('status');
		echo $this->Form->input('ownerst');
		echo $this->Form->input('friendst');
		echo $this->Form->input('clsfrnd');
	?>
	</fieldset>
	<?php echo $this->Form->end(__('Submit')); ?>
</div>

-->