mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update schedules direct
This commit is contained in:
parent
ac2b34c25d
commit
a3c09327e0
2 changed files with 10 additions and 0 deletions
|
@ -51,6 +51,14 @@
|
|||
</div>
|
||||
<form class="formListings">
|
||||
<div>
|
||||
<div>
|
||||
<br />
|
||||
<label for="selectCountry">${LabelCountry}</label>
|
||||
<select id="selectCountry" data-mini="true" required="required">
|
||||
<option value="ca">Canada</option>
|
||||
<option value="us" selected>United States</option>
|
||||
</select>
|
||||
</div>
|
||||
<div>
|
||||
<br />
|
||||
<label for="txtZipCode">${LabelZipCode}</label>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue