<div class="returnfeedbackdetails form">
	<?php echo $this->Form->create('Returnfeedbackdetail'); ?>
	<fieldset>
		<legend><?php echo __('Edit Returnfeedbackdetail'); ?></legend>
				<?php
		echo $this->Form->input('id');
		echo $this->Form->input('returnfeedback_id');
		echo $this->Form->input('name');
		echo $this->Form->input('ext');
	?>
	</fieldset>
	<?php echo $this->Form->end(__('Submit')); ?>
</div>

