PluginProbe
PowerPress Podcasting plugin by Blubrry / 11.17.4
PowerPress Podcasting plugin by Blubrry v11.17.4
11.17.9 11.17.8 11.17.7 11.17.6 11.17.4 11.17.3 11.17.2 11.17.1 11.17 11.16.11 11.16.10 11.16.9 11.16.8 11.16.7 11.16.6 11.16.5 11.16.4 11.16.3 11.16.2 11.16.1 11.9.13 11.9.14 11.9.15 11.9.16 11.9.17 All 383 releases
powerpress / admin / createlist.php

createlist.php in PowerPress Podcasting plugin by Blubrry 11.17.4, at admin/createlist.php

10 lines 1.0 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
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(__('&#8592; Back', 'powerpress-network'));?></p></a>
10 </form>