Edit form
This commit is contained in:
parent
8a8c54c21f
commit
033e816015
|
@ -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>
|
||||
|
|
|
@ -4140,6 +4140,11 @@ li .ui-state-hover {
|
|||
margin: 8px 0 0;
|
||||
}
|
||||
|
||||
.podcast-metadata input[type="checkbox"].no-float {
|
||||
float: none;
|
||||
margin: 8px 0 0;
|
||||
}
|
||||
|
||||
.podcast-metadata label,
|
||||
.media-metadata label {
|
||||
display: block;
|
||||
|
|
Loading…
Reference in New Issue