HEX
Server: Apache
System: Linux webm006.cluster111.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
User: perditaeyz (838589)
PHP: 7.3.33
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/perditaeyz/www/wp-content/plugins/newsletter/emails/blocks/image/options.php
<?php
/* @var $options array contains all the options the current block we're ediging contains */
/* @var $controls NewsletterControls */
/* @var $fields NewsletterFields */
?>

<?php $controls->hidden('placeholder') ?>
<?php $fields->media('image', 'Choose an image', array('alt' => false)) ?>
<?php $fields->url('image-url', 'or direct image src URL 
        <br>(like <strong>personalized images</strong> and <strong>countdowns</strong> from <a href="https://niftyimages.com/" target="_blank">niftyimages.com</a>)') ?>
<?php $fields->text('image-alt', 'Alternative text') ?>
<?php $fields->url('url', __('Link URL', 'newsletter')) ?>

<div class="tnp-field-row">
    <div class="tnp-field-col-2">
        <?php $fields->size('width', __('Width', 'newsletter')) ?>
    </div>
    <div class="tnp-field-col-2">
        <?php $fields->select('img_align', __('Image align', 'newsletter'), ['center' => __('Center', 'newsletter'), 'left' => __('Left', 'newsletter'), 'right' => __('Right')]) ?>
    </div>
</div>

<?php $fields->block_commons() ?>