Example #1
0
File: form.php Project: johnasp/BST
" <?php 
checked($mepr_options->unauth_show_excerpts);
?>
 />
          <label for="<?php 
echo $mepr_options->unauth_show_excerpts_str;
?>
"><?php 
_e('Show an excerpt to unauthorized visitors', 'memberpress');
?>
</label>
        </div>

        <div id="mepr-unauthorized-show-excerpts-type" class="mepr-options-sub-pane mepr-hidden">
          <?php 
MeprOptionsHelper::display_show_excerpts_dropdown($mepr_options->unauth_excerpt_type_str, $mepr_options->unauth_excerpt_type, $mepr_options->unauth_excerpt_size_str, $mepr_options->unauth_excerpt_size, true);
?>
        </div>

        <div>&nbsp;</div>
        <div id="mepr-unauthorized-show-login">
          <input type="checkbox" name="<?php 
echo $mepr_options->unauth_show_login_str;
?>
" id="<?php 
echo $mepr_options->unauth_show_login_str;
?>
" <?php 
checked($mepr_options->unauth_show_login);
?>
 />