Пример #1
0
                <?php 
langCsp::_e('Profile');
?>
:
                <?php 
echo htmlCsp::text('opt_values[soc_facebook_follow_profile]', array('value' => $this->optsModel->get('soc_facebook_follow_profile')));
?>
                <a href="#" class="cspOptTip" tip="<?php 
langCsp::_e('Profile name or URL of the user to follow.');
?>
"></a>
			</div>
            <div class="clearfix"></div>
            
			<?php 
echo htmlCsp::checkboxHiddenVal('opt_values[soc_facebook_follow_faces]', array('checked' => $this->optsModel->get('soc_facebook_follow_faces')));
?>
			<label for="<?php 
echo 'opt_valuessoc_facebook_follow_faces_check';
?>
" class="button button-large csp-sub-button"><?php 
langCsp::_e('Show Faces');
?>
</label>
			<br />
			<br />
            
            <div class="cspLeftCol withCspOptTip">
                <?php 
langCsp::_e('Color Scheme');
?>
										<?php 
echo htmlCsp::checkboxHiddenVal('opt_values[' . $this->code . '_enabled]', array('checked' => $this->optsModel->get($this->code . '_enabled')));
?>
										<label for="opt_values<?php 
echo $this->code;
?>
_enabled_check" class="button button-large"><?php 
langCsp::_e('Enabled');
?>
</label>
									</td>
								</tr>
								<tr>
									<td colspan="2">
										<?php 
echo htmlCsp::checkboxHiddenVal('opt_values[' . $this->code . '_is_main]', array('checked' => $this->optsModel->get($this->code . '_is_main')));
?>
										<label for="opt_values<?php 
echo $this->code;
?>
_is_main_check" class="button button-large"><?php 
langCsp::_e('Main subscribe engine');
?>
</label>
									</td>
								</tr>
								<tr>
									<td colspan="2">
										<i style="font-size: 12px;">
											<?php 
langCsp::_e('If this option is enabled - ' . $this->subMod->getLabel() . ' will be main subscribe engine, so after each subscription subscriber will be managed by ' . $this->subMod->getLabel());
Пример #3
0
<?php

echo htmlCsp::checkboxHiddenVal('opt_values[soc_im_enable_link]', array('checked' => $this->optsModel->get('soc_im_enable_link')));
?>
<label for="<?php 
echo 'opt_valuessoc_im_enable_link_check';
?>
" class="button button-large"><?php 
langCsp::_e('Enable Link to Account');
?>
</label>
<table width="100%">
	<tr class="cspBodyCells">
		<td>
            <div class="cspLeftCol">
                <?php 
langCsp::_e('Username');
?>
:
                <?php 
echo htmlCsp::text('opt_values[soc_im_account]', array('value' => $this->optsModel->get('soc_im_account')));
?>
            </div>
		</td>
    </tr>
</table>
langCsp::_e('Subscribe success message');
?>
</label>: 
							<?php 
echo htmlCsp::text('opt_values[sub_success_msg]', array('attrs' => 'id="cspSubAdminSuccessMsgOpt"', 'value' => $this->optModel->get('sub_success_msg')));
?>
							
							<label for="<?php 
echo 'opt_valuessub_checked_notify_check';
?>
" class=""><?php 
langCsp::_e('Subscribe Notification is checked by default');
?>
:</label>
							<?php 
echo htmlCsp::checkboxHiddenVal('opt_values[sub_checked_notify]', array('checked' => $this->optModel->get('sub_checked_notify')));
?>
							<br />
							<i><?php 
langCsp::_e('Note: this checkbox is used to set default notification checkbox state on pages with new posts or pages creation.');
?>
</i>

							<?php 
if (!empty($this->emailEditTpls)) {
    ?>
							<div class="wrap">
								<div class="metabox-holder">
									<div class="postbox-container" style="width: 100%;">
										<div class="meta-box-sortables ui-sortable">
										<?php 
Пример #5
0
?>
                <br />
                <?php 
echo htmlCsp::checkboxHiddenVal('opt_values[soc_tw_follow_count]', array('checked' => $this->optsModel->get('soc_tw_follow_count')));
?>
			    <label for="<?php 
echo 'opt_valuessoc_tw_follow_count_check';
?>
" class="button button-large csp-sub-button"><?php 
langCsp::_e('Followers count display');
?>
</label>
                <br />
                <br />
                <?php 
echo htmlCsp::checkboxHiddenVal('opt_values[soc_tw_follow_show_name]', array('checked' => $this->optsModel->get('soc_tw_follow_show_name')));
?>
                <label for="<?php 
echo 'opt_valuessoc_tw_follow_show_name_check';
?>
" class="button button-large csp-sub-button"><?php 
langCsp::_e('Show Screen Name');
?>
</label>
            </div>
            <div class="cspRightCol withCspOptTip">
                <?php 
langCsp::_e('Button Size');
?>
:
                <?php 
Пример #6
0
                <?php 
langCsp::_e('Channel Name or Channel ID or Link to your Channel');
?>
:
                <?php 
echo htmlCsp::text('opt_values[soc_yt_account]', array('value' => $this->optsModel->get('soc_yt_account')));
?>
            </div>
		</td>
    </tr>
</table>
<br />
<br />

<?php 
echo htmlCsp::checkboxHiddenVal('opt_values[soc_yt_enable_subscribe]', array('checked' => $this->optsModel->get('soc_yt_enable_subscribe')));
?>
<label for="<?php 
echo 'opt_valuessoc_yt_enable_subscribe_check';
?>
" class="button button-large"><?php 
langCsp::_e('Enable Subscribe button');
?>
</label>
<table width="100%">
	<tr class="cspBodyCells">
		<td>
            <div class="cspLeftCol">
                <?php 
langCsp::_e('Layout');
?>