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/posts/
Directory Status: Writeable | Document Root: Writeable

Upload File







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

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

?>

<p>Saving the options the block is recreated.</p>
<table class="form-table">
    <tr>
        <th><?php _e('Title', 'newsletter') ?></th>
        <td>
            <?php $controls->text('title'); ?>
        </td>
    </tr>
    <tr>
        <th><?php _e('Button', 'newsletter') ?></th>
        <td>
            <?php $controls->text('read_more', 30, __('Label', 'newsletter')); ?>
            
            <?php $controls->color('button_color') ?>
        </td>
    </tr>
        </td>
    </tr>
    <tr>
        <th><?php _e('Max', 'newsletter') ?></th>
        <td>
            <?php $controls->select_number('max', 1, 20); ?>
        </td>
    </tr>
        <tr>
        <th><?php _e('Language', 'newsletter') ?></th>
        <td>
            <?php $controls->language(); ?>
        </td>
    </tr>
    <tr>
        <th><?php _e('Categories', 'newsletter') ?></th>
        <td>
            <?php $controls->categories_group('categories'); ?>
        </td>
    </tr>
    <tr>
        <th><?php _e('Tags', 'newsletter') ?></th>
        <td>
            <?php $controls->text('tags'); ?>
        </td>
    </tr>
    <tr>
        <th><?php _e('Layout', 'newsletter') ?></th>
        <td>
            <?php $controls->select('layout', array('one' => 'One column', 'two' => 'Two columns')) ?>
        </td>
    </tr>
    <tr>
        <th><?php _e('Show image', 'newsletter') ?></th>
        <td>
            <?php $controls->yesno('show_image') ?>
        </td>
    </tr>
    <tr>
        <th><?php _e('Show date', 'newsletter') ?></th>
        <td>
            <?php $controls->yesno('show_date') ?>
        </td>
    </tr>
    
</table>

<table class="form-table">
    <tr>
        <th><?php _e('Text font', 'newsletter') ?></th>
        <td>
            <?php $controls->css_font_family('font_family'); ?> <?php $controls->css_font_size('font_size'); ?>
        </td>
    </tr>
    <tr>
        <th><?php _e('Title font', 'newsletter') ?></th>
        <td>
            <?php $controls->css_font_family('title_font_family'); ?> <?php $controls->css_font_size('title_font_size'); ?>
        </td>
    </tr>
    <tr>
        <th><?php _e('Block background', 'newsletter') ?></th>
        <td>
            <?php $controls->color('block_background') ?>
        </td>
    </tr>
</table>

Cyb3r Drag0nz Team • Google Edition