|
1 | | -<script type="text/x-template" id="tmpl-wpuf-component-table"> |
| 1 | +<script type="text/x-template" id="tmpl-wpuf-component-table"> |
2 | 2 | <div> |
3 | 3 |
|
4 | 4 | <div class="tablenav top"> |
|
161 | 161 | </div> |
162 | 162 | </div> |
163 | 163 | </div> |
164 | | -</script> |
165 | | - |
166 | | -<script type="text/x-template" id="tmpl-wpuf-entries"> |
| 164 | +</script> |
| 165 | + |
| 166 | +<script type="text/x-template" id="tmpl-wpuf-entries"> |
167 | 167 | <div class="wpuf-contact-form-entries"> |
168 | 168 | <div> |
169 | 169 | <h1 class="wp-heading-inline"> |
|
219 | 219 | </div> |
220 | 220 |
|
221 | 221 | </div> |
222 | | -</script> |
223 | | - |
224 | | -<script type="text/x-template" id="tmpl-wpuf-form-builder"> |
| 222 | +</script> |
| 223 | + |
| 224 | +<script type="text/x-template" id="tmpl-wpuf-form-builder"> |
225 | 225 | <form id="wpuf-form-builder" class="wpuf-form-builder-contact_form" method="post" action="" @submit.prevent="save_form_builder" v-cloak> |
226 | 226 | <fieldset :class="[is_form_saving ? 'disabled' : '']" :disabled="is_form_saving"> |
227 | 227 |
|
|
333 | 333 | <input type="hidden" name="wpuf_form_id" :value="post.ID"> |
334 | 334 | </fieldset> |
335 | 335 | </form><!-- #wpuf-form-builder --> |
336 | | -</script> |
337 | | - |
338 | | -<script type="text/x-template" id="tmpl-wpuf-form-entries"> |
| 336 | +</script> |
| 337 | + |
| 338 | +<script type="text/x-template" id="tmpl-wpuf-form-entries"> |
339 | 339 | <div class="wpuf-contact-form-entries"> |
340 | 340 | <div> |
341 | 341 | <h1 class="wp-heading-inline"> |
|
388 | 388 | </div> |
389 | 389 |
|
390 | 390 | </div> |
391 | | -</script> |
392 | | - |
393 | | -<script type="text/x-template" id="tmpl-wpuf-form-entry-single"> |
| 391 | +</script> |
| 392 | + |
| 393 | +<script type="text/x-template" id="tmpl-wpuf-form-entry-single"> |
394 | 394 | <div class="wpuf-contact-form-entry"> |
395 | 395 | <h1 class="wp-heading-inline"><?php _e( 'Entry Details', 'weforms' ); ?></h1> |
396 | 396 | <router-link class="page-title-action" :to="{ name: 'formEntries', params: { id: $route.params.id }}"><?php _e( 'Back to Entries', 'weforms' ); ?></router-link> |
|
569 | 569 | </div> |
570 | 570 | </div> |
571 | 571 | </div> |
572 | | -</script> |
573 | | - |
574 | | -<script type="text/x-template" id="tmpl-wpuf-form-list-table"> |
| 572 | +</script> |
| 573 | + |
| 574 | +<script type="text/x-template" id="tmpl-wpuf-form-list-table"> |
575 | 575 | <div class="content table-responsive table-full-width" style="margin-top: 20px;"> |
576 | 576 |
|
577 | 577 | <div class="tablenav top"> |
|
752 | 752 | </div> |
753 | 753 | </div> |
754 | 754 | </div> |
755 | | -</script> |
756 | | - |
757 | | -<script type="text/x-template" id="tmpl-wpuf-form-payments"> |
| 755 | +</script> |
| 756 | + |
| 757 | +<script type="text/x-template" id="tmpl-wpuf-form-payments"> |
758 | 758 | <div class="wpuf-contact-form-payments"> |
759 | 759 | <h1 class="wp-heading-inline"> |
760 | 760 | <?php _e( 'Transactions', 'weforms' ); ?> |
|
773 | 773 | > |
774 | 774 | </wpuf-table> |
775 | 775 |
|
776 | | -</div></script> |
777 | | - |
778 | | -<script type="text/x-template" id="tmpl-wpuf-home-page"> |
| 776 | +</div></script> |
| 777 | + |
| 778 | +<script type="text/x-template" id="tmpl-wpuf-home-page"> |
779 | 779 | <div class="contact-form-list"> |
780 | 780 | <h1 class="wp-heading-inline"><?php _e( 'All Forms', 'weforms' ); ?></h1> |
781 | 781 | <a class="page-title-action add-form" herf="#" v-on:click.prevent="displayModal()"><?php _e( 'Add Form', 'weforms' ); ?></a> |
782 | 782 |
|
783 | 783 | <wpuf-template-modal :show.sync="showTemplateModal" :onClose="closeModal"></wpuf-template-modal> |
784 | 784 |
|
785 | 785 | <form-list-table></form-list-table> |
786 | | -</div></script> |
787 | | - |
788 | | -<script type="text/x-template" id="tmpl-wpuf-tools"> |
| 786 | +</div></script> |
| 787 | + |
| 788 | +<script type="text/x-template" id="tmpl-wpuf-tools"> |
789 | 789 | <div class="export-import-wrap"> |
790 | 790 |
|
791 | 791 | <h2 class="nav-tab-wrapper"> |
|
971 | 971 | </div> |
972 | 972 | </div> |
973 | 973 | </div> |
974 | | -</script> |
975 | | - |
976 | | -<script type="text/x-template" id="tmpl-wpuf-transactions"> |
| 974 | +</script> |
| 975 | + |
| 976 | +<script type="text/x-template" id="tmpl-wpuf-transactions"> |
977 | 977 | <div class="wpuf-contact-form-transactions"> |
978 | 978 | <h1 class="wp-heading-inline"> |
979 | 979 | <?php _e( 'Transactions', 'weforms' ); ?> |
|
990 | 990 | <p v-if="no_transactions"> |
991 | 991 | <?php printf( |
992 | 992 | __( 'You don\'t have any transactions yet. Learn how to %sset up payment integration%s and take payments with weFroms.' ), |
993 | | - '<a target="_blank" href="https://wedevs.com/docs/weforms/integrations/payment/">', |
| 993 | + '<a target="_blank" href="https://weformspro.com/docs/modules/payment/">', |
994 | 994 | '</a>' |
995 | 995 | ); |
996 | 996 | ?> |
|
1006 | 1006 | </wpuf-table> |
1007 | 1007 |
|
1008 | 1008 | </div> |
1009 | | -</script> |
1010 | | - |
1011 | | -<script type="text/x-template" id="tmpl-wpuf-weforms-page-help"> |
| 1009 | +</script> |
| 1010 | + |
| 1011 | +<script type="text/x-template" id="tmpl-wpuf-weforms-page-help"> |
1012 | 1012 | <div class="weforms-help-page"> |
1013 | 1013 |
|
1014 | 1014 | <div class="help-block"> |
|
1061 | 1061 | <a target="_blank" class="button button-primary" href="https://wordpress.org/support/plugin/weforms/reviews/?rate=5#new-post"><?php _e( 'Review Us on WP.org', 'weforms' ); ?></a> |
1062 | 1062 | </div> |
1063 | 1063 | </div> |
1064 | | -</script> |
1065 | | - |
1066 | | -<script type="text/x-template" id="tmpl-wpuf-weforms-page-privacy"> |
| 1064 | +</script> |
| 1065 | + |
| 1066 | +<script type="text/x-template" id="tmpl-wpuf-weforms-page-privacy"> |
1067 | 1067 | <div class="wpuf-privacy-page"> |
1068 | 1068 |
|
1069 | 1069 | <h1><?php _e('Privacy' , 'weforms'); ?></h1> |
|
1090 | 1090 | <li><?php _e( '"Edit" the consent checkbox, remove the 'Field Label', and replace 'Option' with 'INSERT YOUR "I AGREE" LANGUAGE HERE AND PROVIDE A LINK TO YOUR PRIVACY POLICY'.' , 'weforms' ); ?></li> |
1091 | 1091 | </ol> |
1092 | 1092 |
|
1093 | | -</div></script> |
1094 | | - |
1095 | | -<script type="text/x-template" id="tmpl-wpuf-weforms-premium"> |
| 1093 | +</div></script> |
| 1094 | + |
| 1095 | +<script type="text/x-template" id="tmpl-wpuf-weforms-premium"> |
1096 | 1096 | <div class="weforms-premium"> |
1097 | 1097 | <?php |
1098 | 1098 | // _e( 'weForms Pro', 'weforms' ); |
|
1353 | 1353 | </section><!-- end footer section --> |
1354 | 1354 |
|
1355 | 1355 | </div> |
1356 | | -</script> |
1357 | | - |
1358 | | -<script type="text/x-template" id="tmpl-wpuf-weforms-settings"> |
| 1356 | +</script> |
| 1357 | + |
| 1358 | +<script type="text/x-template" id="tmpl-wpuf-weforms-settings"> |
1359 | 1359 | <div class="weforms-settings clearfix" id="weforms-settings"> |
1360 | 1360 |
|
1361 | 1361 | <h1><?php _e( 'Settings', 'weforms' ); ?></h1> |
|
1427 | 1427 |
|
1428 | 1428 | <?php } ?> |
1429 | 1429 | </div> |
1430 | | -</script> |
| 1430 | +</script> |
0 commit comments