admin/AmazonAI-CloudFrontConfiguration.php [258:281]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            if (!isset($desc_text_stack_ready)) {
                include plugin_dir_path( dirname( __FILE__)) . 'includes/class-amazonpolly-TextDescriptions.php';
            }
            echo '
            <h3>CloudFront Distribution</h3>';
            $cf_distribution = $this->cloudformation->get_cloudfront_distribution();
            echo '
            <div class="text-content long">
                CloudFront created distribution <b>'.get_option('amazon_cf_origin').'</b> at <b>'.$cf_distribution['DomainName'].'</b> with an alternate domain name of <b>'.get_option('amazon_cf_alias').'</b>
            </div>';
            echo '
            <div class="text-content long">'.$desc_text_stack_ready.'
            </div>
            <table class="form-table">
                <tr>
                <th scope="row">
                    <label for="amazon_cloudfront_enabled">Activate Site Acceleration:</label>
                </th>
                <td>
                    <input type="checkbox" name="amazon_cloudfront_enabled" id="amazon_cloudfront_enabled" '.get_option('amazon_cloudfront_enabled').'>
                </td>
                </tr>
            </table>
            ';
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



admin/AmazonAI-CloudFrontConfiguration.php [308:331]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        if (!isset($desc_text_stack_ready)) {
            include plugin_dir_path( dirname( __FILE__)) . 'includes/class-amazonpolly-TextDescriptions.php';
        }
        echo '
        <h3>CloudFront Distribution</h3>';
        $cf_distribution = $this->cloudformation->get_cloudfront_distribution();
        echo '
        <div class="text-content long">
            CloudFront created distribution <b>'.get_option('amazon_cf_origin').'</b> at <b>'.$cf_distribution['DomainName'].'</b> with an alternate domain name of <b>'.get_option('amazon_cf_alias').'</b>
        </div>';
        echo '
        <div class="text-content long">'.$desc_text_stack_ready.'
        </div>
        <table class="form-table">
            <tr>
            <th scope="row">
                <label for="amazon_cloudfront_enabled">Activate Site Acceleration:</label>
            </th>
            <td>
                <input type="checkbox" name="amazon_cloudfront_enabled" id="amazon_cloudfront_enabled" '.get_option('amazon_cloudfront_enabled').'>
            </td>
            </tr>
        </table>
        ';
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



