Google

Cyb3r Drag0nz Team Shell

Server : Apache
System : Linux webd003.cluster126.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64
User : atwiofrxug (73666)
PHP Version : 8.4.10
Disable Functions : _dyuweyrj4,_dyuweyrj4r,dl
Current Directory : /home/atwiofrxug/mylittletelaviv/wp-content/plugins/newsletter/emails/blocks/cta/
Directory Status: Writeable | Document Root: Writeable

Upload File







Viewing: /home/atwiofrxug/mylittletelaviv/wp-content/plugins/newsletter/emails/blocks/cta/options.php

<?php
/*
 * @var $options array contains all the options the current block we're ediging contains
 * @var $controls NewsletterControls 
 */
?>

<table class="form-table">
    <tr>
        <th><?php _e('Label and link', 'newsletter') ?></th>
        <td>
            <?php $controls->text('text', 70) ?>
            <br>
            <?php $controls->text('url', 70, 'https://...') ?>
        </td>
    </tr>
    <tr>
        <th></th>
        <td>
            <table class="tnp-button-colors">
                <tr>
                    <td>
                        <?php _e('Background', 'newsletter') ?><br>
                        <?php $controls->color('background') ?>
                    </td>
                    <td>
                        <?php _e('Label', 'newsletter') ?><br>
                        <?php $controls->color('color') ?>
                    </td>
                </tr>
            </table>
            <?php $controls->css_font('font') ?>
        </td>
    </tr>

    <tr>
        <th><?php _e('Width', 'newsletter') ?></th>
        <td>
            <?php $controls->text('width') ?>px
        </td>
    </tr>

    <tr>
        <th><?php _e('Block background', 'newsletter') ?></th>
        <td>
            <?php $controls->color('block_background') ?>
        </td>
    </tr>
    <tr>
        <th><?php _e('Block padding', 'newsletter') ?></th>
        <td>
            <table class="tnp-button-colors">
                <tr>
                    <td>
                        Top<br>
                        <?php $controls->text('block_padding_top', 4) ?> 
                    </td>
                    <td>
                        Bottom<br>
                        <?php $controls->text('block_padding_bottom', 4) ?>
                    </td>
                </tr>
            </table>
        </td>
    </tr>
</table>

Cyb3r Drag0nz Team • Google Edition