mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
add new sharing function
This commit is contained in:
parent
d1842ae4e3
commit
c8eb5f2b0c
14 changed files with 504 additions and 8 deletions
|
@ -76,7 +76,6 @@
|
|||
<div class="fieldDescription">${OptionAllowMediaPlaybackTranscodingHelp}</div>
|
||||
<br />
|
||||
</div>
|
||||
<br />
|
||||
<div>
|
||||
<fieldset data-role="controlgroup">
|
||||
<legend>${HeaderRemoteControl}</legend>
|
||||
|
@ -88,7 +87,15 @@
|
|||
<div class="fieldDescription">${OptionAllowRemoteSharedDevicesHelp}</div>
|
||||
<br />
|
||||
</div>
|
||||
<br />
|
||||
<div>
|
||||
<fieldset data-role="controlgroup">
|
||||
<legend>${HeaderSharing}</legend>
|
||||
<input type="checkbox" id="chkEnableSharing" />
|
||||
<label for="chkEnableSharing">${OptionAllowLinkSharing}</label>
|
||||
</fieldset>
|
||||
<div class="fieldDescription">${OptionAllowLinkSharingHelp}</div>
|
||||
<br />
|
||||
</div>
|
||||
<div>
|
||||
<fieldset data-role="controlgroup">
|
||||
<legend>${HeaderSync}</legend>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue