| 1 |
<h1 class="pageTitle"><?php echo esc_html(__('Create New List', 'powerpress-network'));?></h1> |
| 2 |
<form method="POST" id="createForm" action="#/"> <!-- Make sure to keep back slash there for WordPress --> |
| 3 |
<label for="newListTitle"><b><?php echo esc_html(__('New List Title', 'powerpress-network'));?></b></label> |
| 4 |
<input id ="newListTitle" name="newListTitle" type="text"><br> |
| 5 |
<label for="newListDescription"><b><?php echo esc_html(__('New List Description', 'powerpress-network'));?></b></label> |
| 6 |
<textarea id ="newListDescription" name="newListDescription" class="description" type="text" rows="3"></textarea><br> |
| 7 |
<button class="ppn-back-button" onclick="directStatus('Select Choice', 'createForm', true)" type="submit"><?php echo esc_html(__('Create', 'powerpress-network'));?></button> |
| 8 |
<a class="ppn-back-button" href="<?php echo admin_url("admin.php?page=". urlencode(powerpress_admin_get_page()) ."&status=Select+Choice"); ?>"> |
| 9 |
<p><?php echo esc_html(__('← Back', 'powerpress-network'));?></p></a> |
| 10 |
</form> |