mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
add one year tolerance to movie lookups
This commit is contained in:
parent
6ca0dc946c
commit
eeafc46d94
6 changed files with 17 additions and 25 deletions
|
@ -29,9 +29,12 @@
|
|||
<option value="30">$30</option>
|
||||
<option value="50">$50</option>
|
||||
</select>
|
||||
<input type="checkbox" name="Recurring" id="cbxRecurring"/>
|
||||
<label for="cbxRecurring" >Automatically donate this amount each month</label>
|
||||
<p>You can cancel at any time via your PayPal account</p>
|
||||
<div>
|
||||
<input type="checkbox" name="Recurring" id="cbxRecurring" />
|
||||
<label for="cbxRecurring">${LabelAutomaticallyDonate}</label>
|
||||
<div class="fieldDescription">${LabelAutomaticallyDonateHelp}</div>
|
||||
</div>
|
||||
<br />
|
||||
<input type="hidden" name="cmd" id="ppCmd" value="_xclick">
|
||||
<input type="hidden" name="business" value="donate@mediabrowser3.com">
|
||||
<input type="hidden" name="currency_code" value="USD">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue