Example #1
0
        ?>
remove-row.png" /></a>
                </div>
            </div>
		<?php 
    }
}
?>
        </div>
        <a href="#" class="add-new-row"><?php 
_e('Add New', OP_SN);
?>
</a>
    </div>
    <?php 
if (true === op_assets_provider_enabled('gotowebinar')) {
    ?>
    <p class="gotowebinar_field cf">
        <label for="<?php 
    echo $id;
    ?>
method"><strong><?php 
    _e('GoToWebinar:', OP_SN);
    ?>
</strong></label>
        <select id="<?php 
    echo $id;
    ?>
method" name="<?php 
    echo $fieldname;
    ?>
Example #2
0
<div class="op-bsw-grey-panel-content op-bsw-grey-panel-no-sidebar cf">        
    <label for="op_sections_email_marketing_services_oneshoppingcart_enabled" class="form-title"><?php 
_e('1ShoppingCart.com connection', 'optimizepress');
?>
</label>
    <?php 
if (op_assets_provider_enabled('oneshoppingcart') === false) {
    ?>
    <p class="op-micro-copy"><?php 
    _e('1ShoppingCart is disabled.', 'optimizepress');
    ?>
 <a href="<?php 
    echo admin_url('admin.php?action=' . OP_ONESHOPPINGCART_CONNECT_URL);
    ?>
"><?php 
    _e('Enable', 'optimizepress');
    ?>
</a></p>
	<?php 
} else {
    ?>
	<p class="op-micro-copy"><?php 
    _e('1ShoppingCart is enabled.', 'optimizepress');
    ?>
 <a href="<?php 
    echo admin_url('admin.php?action=' . OP_ONESHOPPINGCART_CONNECT_URL);
    ?>
&disconnect=1"><?php 
    _e('Disable', 'optimizepress');
    ?>
</a></p>
Example #3
0
<div class="op-bsw-grey-panel-content op-bsw-grey-panel-no-sidebar cf">
    <?php 
if (op_assets_provider_enabled('mailpoet') === false) {
    ?>
    <p class="op-micro-copy"><?php 
    _e('MailPoet is disabled. Install and activate MailPoet Newsletters plugin.', 'optimizepress');
    ?>
</p>
    <?php 
} else {
    ?>
    <p class="op-micro-copy"><?php 
    _e('MailPoet is enabled.', 'optimizepress');
    ?>
</p>
    <?php 
}
?>
</div>