}
    echo '<td>' . $field->description . '</td>';
    echo '<td>$ ' . $field->price . '</td>';
    echo '</tr>';
}
?>
<!-- fields -->
<!-- image 
<tr>
	<td><?php 
echo JText::_('Pictures');
?>
</td>
	<td id="uploader_td">
	<?php 
echo TImage::displayImageUploader($this->conf, $this->content, $this->adext);
?>
	<?php 
if (PAIDSYSTEM) {
    $paidconfig = getPaidSystemConfig();
    if (isset($paidconfig->enable_image_pack) && $paidconfig->enable_image_pack == 1) {
        ?>
		<input type="checkbox" id="images_pack" value="1" <?php 
        if (@$this->adext->images == 1) {
            echo "checked";
        }
        ?>
 name="images_pack" />
		<span class="option_photo"><?php 
        echo sprintf(JText::_('PAIDSYSTEM_IMAGE_PACK_NB_IMAGES'), $paidconfig->num_images, getPrice($paidconfig->image_price));
        ?>