Form->create('ImportedTranslationFile');?>
Form->value('ImportedTranslationFile.id')); ?> Form->input('id'); echo $this->Form->input('language_id'); echo $this->Form->input('filename'); echo $this->Form->input('merged'); echo $this->Form->input('file_last_modified_date'); ?>
Form->end(__('Submit', true));?>