<td colspan="2"> <i style="font-size: 12px;"> <?php langCsp::_e('This will export subscriber to your ' . $this->subMod->getLabel() . ' account from site'); ?> </i> </td> </tr> <tr> <td><?php langCsp::_e('Import from ' . $this->subMod->getLabel()); ?> :</td> <td> <?php echo htmlCsp::button(array('value' => langCsp::_('Import'), 'attrs' => 'class="cspEngineSubscribeImportButt" code="' . $this->code . '"')); ?> <span class="cspEngineSubscribeSyncMsg"></span> </td> </tr> <tr> <td colspan="2"> <i style="font-size: 12px;"> <?php langCsp::_e('This will import subscribers from your ' . $this->subMod->getLabel() . ' account to site'); ?> </i> </td> </tr> </table> </div>
<img id="cspOptLogoImgPrev" src="<?php echo $this->optModel->isEmpty('logo_image') ? '' : frameCsp::_()->getModule('options')->getLogoImgFullPath(); ?> " style="max-width: 200px;" /> </div> <div class="cspRightCol"> <div class="cspTip cspTipArrowLeft nomargin"> <?php langCsp::_e('Choose your logo, you can use png, jpg or gif image file.'); ?> <span class="cspTipCorner"></span> </div> <br /> <div class="cspTip cspTipArrowDown nomargin"> <?php langCsp::_e('You can use default logo, your own or disable it. To disable logo on Coming Soon page click "Remove image" button bellow.'); ?> <span class="cspTipCorner"></span> </div> <br /> <?php echo htmlCsp::button(array('value' => langCsp::_('Remove image'), 'attrs' => 'id="cspLogoRemove" class="button button-large" style="width:100%;"')); ?> <?php echo htmlCsp::button(array('value' => langCsp::_('Set default'), 'attrs' => 'id="cspLogoSetDefault" class="button button-large" style="width:100%;"')); ?> <div id="cspAdminOptLogoDefaultMsg"></div> </div> <div class="clearfix"></div>
?> :</h4> <?php echo htmlCsp::textarea('opt_values[msg_text]', array('value' => $this->optModel->get('msg_text'))); ?> <div class="cspLeftCol"> <?php langCsp::_e('Select color'); ?> : <?php echo htmlCsp::colorpicker('opt_values[msg_text_color]', array('value' => $this->optModel->get('msg_text_color'))); ?> </div> <div class="cspRightCol"> <?php langCsp::_e('Select font'); ?> : <?php echo htmlCsp::fontsList('opt_values[msg_text_font]', array('value' => $this->optModel->get('msg_text_font'))); ?> </div> <div class="clearfix"></div> <div class="clearfix"> <?php echo htmlCsp::button(array('value' => langCsp::_('Set default'), 'attrs' => 'id="cspMsgTextSetDefault"')); ?> <div id="cspAdminOptMsgTextDefaultMsg"></div> </div> <div class="clearfix"></div>