mirror of
https://github.com/KevinMidboe/rohnenedre.git
synced 2025-12-08 20:39:02 +00:00
Initial commit. State 04.2021.
This commit is contained in:
25
wp-content/plugins/wpclef/templates/admin/settings.tpl.php
Normal file
25
wp-content/plugins/wpclef/templates/admin/settings.tpl.php
Normal file
@@ -0,0 +1,25 @@
|
||||
<div id="clef-settings-container">
|
||||
<div class="message"><p></p></div>
|
||||
|
||||
<?php if ($options['isMultisite']) { ?>
|
||||
<div id='clef-multisite-options'>
|
||||
<?php include CLEF_TEMPLATE_PATH . 'admin/multisite.tpl.php'; ?>
|
||||
</div>
|
||||
<?php } ?>
|
||||
|
||||
<?php include CLEF_TEMPLATE_PATH . 'admin/tutorial.tpl.php'; ?>
|
||||
|
||||
<div id="clef-settings">
|
||||
<?php include CLEF_TEMPLATE_PATH . 'admin/form.tpl.php'; ?>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<?php include CLEF_TEMPLATE_PATH . 'js-templates/invite.tpl.php'; ?>
|
||||
<script type="text/javascript">
|
||||
var app,
|
||||
clefOptions = <?php echo json_encode($options); ?>;
|
||||
|
||||
jQuery(document).ready(function() {
|
||||
app = new AppView(_.extend(ajaxSetOpt, clefOptions));
|
||||
});
|
||||
</script>
|
||||
Reference in New Issue
Block a user