Upload folder via GUI - templates
This commit is contained in:
11
templates/admin/page-submissions.php
Normal file
11
templates/admin/page-submissions.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php if(!defined('ABSPATH')) exit;
|
||||
$form=get_post($view_form_id);
|
||||
if(!$form){echo '<p>Formular nicht gefunden.</p>'; return;}
|
||||
?>
|
||||
<div class="wrap wmf-admin-wrap">
|
||||
<h1 class="wmf-page-title">
|
||||
Einreichungen: <?php echo esc_html($form->post_title); ?>
|
||||
<a href="<?php echo esc_url(admin_url('admin.php?page=wp-multi-formular')); ?>" class="page-title-action">← Zurück</a>
|
||||
</h1>
|
||||
<?php WMF_Submissions_List::render($view_form_id); ?>
|
||||
</div>
|
||||
Reference in New Issue
Block a user