<td><textarea name="cat_description" id="cat_description" rows="5" cols="50" style="width: 97%;"><?php 
echo esc_html($file_category->cat_description);
?>
</textarea></td>
		</tr>
		<tr>
			<th scope="row" valign="top" class="form-field"><label for="cat_icon"><?php 
_e('Category Icon', WPFB);
?>
</label></th>
			<td><input type="file" name="cat_icon" id="cat_icon" />
			<?php 
if (!empty($file_category->cat_icon)) {
    ?>
				<br /><img src="<?php 
    echo $file_category->GetIconUrl();
    ?>
" alt="Icon" /><br />
				<input type="checkbox" value="1" name="cat_icon_delete" id="file_delete_thumb" /><label for="cat_icon_delete"><?php 
    _e('Delete');
    ?>
</label>
			<?php 
}
?>
			</td>
		</tr>		 
		<tr>
			<th scope="row" valign="top"><?php 
_e('Access Permission', WPFB);
?>