Edit form
This commit is contained in:
parent
8a8c54c21f
commit
033e816015
2 changed files with 14 additions and 4 deletions
|
@ -17,9 +17,14 @@
|
|||
<span class="podcast-metadata-field">{{podcast.url}}</span>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<label for="podcast_auto_ingest"><?php echo _("Automatically download latest episodes?") ?></label>
|
||||
<input name="podcast_auto_ingest" ng-model="podcast.auto_ingest" type="checkbox"/>
|
||||
<div>
|
||||
<label for="podcast_auto_ingest"><input name="podcast_auto_ingest" ng-model="podcast.auto_ingest" type="checkbox" class="no-float"/></label>
|
||||
<span class="podcast-metadata-field"><?php echo _("Automatically download latest episodes?") ?></span>
|
||||
</div>
|
||||
<div>
|
||||
<label for="podcast_album_override"><input name="podcast_album_override" ng-model="podcast.album_override" type="checkbox" class="no-float"/></label>
|
||||
<span class="podcast-metadata-field"><?php echo _("Override album name with podcast name during ingest."); ?></span>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
|
||||
|
@ -38,4 +43,4 @@
|
|||
</div>
|
||||
<div class='success' style='display:none'></span></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue