| 1 |
<!--This page is not used --> |
| 2 |
<h2>Create List Page</h2> |
| 3 |
<form id="createForm" action="#/" method="POST"> |
| 4 |
<div> |
| 5 |
Page Title: <input type="text" name="Page Title" placeholder="Your Page Title"><br> |
| 6 |
Page Slug: <input type="text" name="Page Slug" placeholder="your-page-title"><br> |
| 7 |
</div> |
| 8 |
<br> |
| 9 |
<button class="" title="Create List Page" onclick="createPage(<?php echo esc_js($props[$i]['list_id']); ?>, 'Lists')" style="float:left">Create List Page</button> |
| 10 |
</form> |