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