Add missing phtml file

This commit is contained in:
Duncan Sommerville 2015-09-18 15:52:54 -04:00
parent 7da1f86659
commit a6450353e5
1 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,12 @@
<div id="podcast_url_dialog">
<form>
<?php echo $this->csrf ?>
<label>
Podcast URL
<input type="text" name="url" />
</label>
<button class="btn btn-new right-floated" type="button" onclick="AIRTIME.podcast.addPodcast()">
Add
</button>
</form>
</div>