mirror of
https://github.com/lubuntu-team/lubuntu.me.git
synced 2025-02-24 00:31:07 +00:00
14 lines
532 B
PHP
14 lines
532 B
PHP
<div id="formStyleCont"></div>
|
|
|
|
<script type="text/template" id="formStyle-template">
|
|
|
|
<div class="form-group">
|
|
<div class="checkbox">
|
|
<label><input type="checkbox" id="styleEnabled" <% if ( enabled ) { %> <%- 'checked' %> <% } %> > <?php smuzform_translate_e( 'Enabled' ) ?></label>
|
|
</div>
|
|
<p class="description"><?php smuzform_translate_e( 'If disabled most of the form styling will be inherited from your current WP theme.' ) ?></p>
|
|
</div>
|
|
|
|
<?php include smuzform_admin_view( 'style/backbone/incsettings.php' ) ?>
|
|
|
|
</script>
|