_e('(leave blank to use post title)', 'wp-ultimate-recipe');
    ?>
</span>
            </td>
        </tr>
        <?php 
    if (WPUltimateRecipe::option('recipe_alternate_image', '1') == '1') {
        ?>
        <tr class="recipe-general-form-alternate-image">
            <td class="recipe-general-form-label"><label for="recipe_alternate_image"><?php 
        _e('Image', 'wp-ultimate-recipe');
        ?>
</label></td>
            <td class="recipe-general-form-field">
                <input type="hidden" name="recipe_alternate_image" id="recipe_alternate_image"  value="<?php 
        echo $recipe->alternate_image();
        ?>
" />
                <input class="recipe_alternate_image_add button <?php 
        if ($recipe->alternate_image()) {
            echo ' wpurp-hide';
        }
        ?>
" rel="<?php 
        echo $recipe->ID();
        ?>
" type="button" value="<?php 
        _e('Add Alternate Image', 'wp-ultimate-recipe');
        ?>
" />
                <input class="recipe_alternate_image_remove button<?php