Docker and more calendar work
This commit is contained in:
parent
4527504c80
commit
f7a919ebf2
22 changed files with 2036 additions and 79 deletions
|
@ -38,6 +38,21 @@
|
|||
<small>Set to 0 to never delete</small>
|
||||
</div>
|
||||
|
||||
<h3>Calendar Settings</h3>
|
||||
|
||||
<div class="form-group">
|
||||
<label for="calendar_first_day">First Day of Week</label>
|
||||
<select name="calendar_first_day" id="calendar_first_day">
|
||||
<option value="Monday">Monday</option>
|
||||
<option value="Sunday">Sunday</option>
|
||||
</select>
|
||||
</div>
|
||||
|
||||
<div class="form-group checkbox">
|
||||
<input type="checkbox" name="calendar_show_monitored_only" id="calendar_show_monitored_only" {% if settings.calendar_show_monitored_only %}checked{% endif %}>
|
||||
<label for="calendar_show_monitored_only">Show monitored podcasts only</label>
|
||||
</div>
|
||||
|
||||
<div class="form-actions">
|
||||
<button type="submit" class="btn">Save Settings</button>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue