Add missing phtml file
This commit is contained in:
parent
7da1f86659
commit
a6450353e5
|
@ -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>
|
Loading…
Reference in New Issue