mirror of
https://github.com/lubuntu-team/lubuntu.me.git
synced 2025-02-23 08:11:08 +00:00
31 lines
698 B
PHP
31 lines
698 B
PHP
<script type="text/template" id="formPreview-template">
|
|
<!-- Form Name -->
|
|
<legend>
|
|
|
|
<h3 class="form-title">
|
|
<%= title %>
|
|
</h3>
|
|
|
|
<div class="form-description">
|
|
<p>
|
|
<%= description %>
|
|
</p>
|
|
</div>
|
|
|
|
</legend>
|
|
</script>
|
|
|
|
<script type="text/template" id="nofieldSelected-template">
|
|
<p class="alert alert-warning">
|
|
<?php smuzform_translate_e( 'No field Selected' ) ?>
|
|
</p>
|
|
</script>
|
|
|
|
|
|
<?php include smuzform_admin_view( 'backbone/form-settings.php' ) ?>
|
|
|
|
<?php include smuzform_admin_view( 'backbone/form-field-settings.php' ) ?>
|
|
|
|
<?php include smuzform_admin_view( 'backbone/form-fields-preview.php' ) ?>
|
|
|
|
<?php include smuzform_admin_view( 'backbone/form-navbar.php' ); ?>
|