2016-04-26 19:59:43 -07:00
|
|
|
|
<div id="editUserPage" data-role="page" class="page type-interior userProfilesPage" data-helpurl="https://github.com/MediaBrowser/Wiki/wiki/Users" data-require="jqmcollapsible,scripts/useredit,paper-input,paper-checkbox,paper-button">
|
2013-02-20 18:33:05 -07:00
|
|
|
|
|
2016-03-15 22:33:31 -07:00
|
|
|
|
<div data-role="content">
|
|
|
|
|
<div class="content-primary">
|
2014-07-19 21:46:29 -07:00
|
|
|
|
|
2016-03-15 22:33:31 -07:00
|
|
|
|
<div data-role="controlgroup" data-type="horizontal" class="localnav" id="userProfileNavigation" data-mini="true">
|
|
|
|
|
<a href="#" data-role="button" class="ui-btn-active">${TabProfile}</a>
|
|
|
|
|
<a href="#" data-role="button" onclick="Dashboard.navigate('userlibraryaccess.html', true);">${TabAccess}</a>
|
|
|
|
|
<a href="#" data-role="button" onclick="Dashboard.navigate('userparentalcontrol.html', true);">${TabParentalControl}</a>
|
|
|
|
|
<a href="#" data-role="button" onclick="Dashboard.navigate('userpassword.html', true);">${TabPassword}</a>
|
|
|
|
|
</div>
|
2016-03-24 19:54:38 -07:00
|
|
|
|
<p class="lnkEditUserPreferencesContainer hide">
|
2016-03-15 22:33:31 -07:00
|
|
|
|
<a class="lnkEditUserPreferences" href="#" target="_blank">${ButtonEditOtherUserPreferences}</a>
|
|
|
|
|
</p>
|
|
|
|
|
<form class="editUserProfileForm">
|
2015-02-28 06:43:06 -07:00
|
|
|
|
|
2016-03-15 22:33:31 -07:00
|
|
|
|
<div class="disabledUserBanner" style="display:none;">
|
|
|
|
|
<div class="btn btnDarkAccent btnStatic">
|
|
|
|
|
<div>
|
|
|
|
|
${HeaderThisUserIsCurrentlyDisabled}
|
|
|
|
|
</div>
|
|
|
|
|
<div style="margin-top:5px;">
|
|
|
|
|
${MessageReenableUser}
|
2015-02-28 06:43:06 -07:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2016-03-15 22:33:31 -07:00
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
<ul data-role="listview" class="ulForm">
|
|
|
|
|
<li id="fldUserName">
|
|
|
|
|
<paper-input id="txtUserName" required type="text" label="${LabelName}"></paper-input>
|
|
|
|
|
</li>
|
|
|
|
|
<li id="fldConnectInfo" style="display: none;">
|
|
|
|
|
<div class="paperList" style="padding: 1em; border-radius: 5px;">
|
|
|
|
|
<paper-input id="txtConnectUserName" type="text" label="${LabelConnectUserName}"></paper-input>
|
|
|
|
|
<div class="fieldDescription">
|
|
|
|
|
<div>${LabelConnectUserNameHelp}</div>
|
|
|
|
|
<div style="margin-top: .75em;">
|
|
|
|
|
<a href="http://emby.media/connect" target="_blank">${ButtonLearnMoreAboutEmbyConnect}</a>
|
2016-02-08 22:45:33 -07:00
|
|
|
|
</div>
|
2014-09-14 10:12:47 -07:00
|
|
|
|
</div>
|
2016-03-15 22:33:31 -07:00
|
|
|
|
<br />
|
|
|
|
|
</div>
|
|
|
|
|
</li>
|
|
|
|
|
<li>
|
|
|
|
|
<paper-checkbox id="chkIsAdmin">${OptionAllowUserToManageServer}</paper-checkbox>
|
|
|
|
|
</li>
|
|
|
|
|
</ul>
|
2016-04-09 12:04:14 -07:00
|
|
|
|
<div id="featureAccessFields">
|
2016-04-15 22:27:10 -07:00
|
|
|
|
<div class="paperListLabel">${HeaderFeatureAccess}</div>
|
2016-04-09 12:04:14 -07:00
|
|
|
|
<div class="paperCheckboxList paperList" style="padding:.5em 1em;">
|
|
|
|
|
<paper-checkbox id="chkEnableContentDeletion">${OptionAllowDeleteLibraryContent}</paper-checkbox>
|
|
|
|
|
<paper-checkbox id="chkEnableDownloading">${OptionAllowContentDownloading}</paper-checkbox>
|
|
|
|
|
<paper-checkbox id="chkEnableLiveTvAccess">${OptionAllowBrowsingLiveTv}</paper-checkbox>
|
|
|
|
|
<paper-checkbox id="chkManageLiveTv">${OptionAllowManageLiveTv}</paper-checkbox>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2016-03-15 22:33:31 -07:00
|
|
|
|
<div>
|
2016-04-09 12:04:14 -07:00
|
|
|
|
<br />
|
2016-04-15 22:27:10 -07:00
|
|
|
|
<div class="paperListLabel">${HeaderPlayback}</div>
|
2016-04-09 12:04:14 -07:00
|
|
|
|
<div class="paperCheckboxList paperList" style="padding:.5em 1em;">
|
|
|
|
|
<paper-checkbox id="chkEnableMediaPlayback">${OptionAllowMediaPlayback}</paper-checkbox>
|
|
|
|
|
<paper-checkbox id="chkEnableAudioPlaybackTranscoding">${OptionAllowAudioPlaybackTranscoding}</paper-checkbox>
|
|
|
|
|
<paper-checkbox id="chkEnableVideoPlaybackTranscoding">${OptionAllowVideoPlaybackTranscoding}</paper-checkbox>
|
|
|
|
|
</div>
|
2016-03-15 22:33:31 -07:00
|
|
|
|
<div class="fieldDescription">${OptionAllowMediaPlaybackTranscodingHelp}</div>
|
2014-09-14 08:10:51 -07:00
|
|
|
|
<br />
|
2016-03-15 22:33:31 -07:00
|
|
|
|
</div>
|
|
|
|
|
<div>
|
2016-04-09 12:04:14 -07:00
|
|
|
|
<br />
|
2016-04-15 22:27:10 -07:00
|
|
|
|
<div class="paperListLabel">${HeaderRemoteControl}</div>
|
2016-04-09 12:04:14 -07:00
|
|
|
|
<div class="paperCheckboxList paperList" style="padding:.5em 1em;">
|
|
|
|
|
<paper-checkbox id="chkEnableRemoteControlOtherUsers">${OptionAllowRemoteControlOthers}</paper-checkbox>
|
|
|
|
|
<paper-checkbox id="chkRemoteControlSharedDevices">${OptionAllowRemoteSharedDevices}</paper-checkbox>
|
|
|
|
|
</div>
|
2016-03-15 22:33:31 -07:00
|
|
|
|
<div class="fieldDescription">${OptionAllowRemoteSharedDevicesHelp}</div>
|
|
|
|
|
<br />
|
|
|
|
|
</div>
|
|
|
|
|
<div>
|
2016-04-09 12:04:14 -07:00
|
|
|
|
<br />
|
2016-04-15 22:27:10 -07:00
|
|
|
|
<div class="paperListLabel">${HeaderSync}</div>
|
2016-04-09 12:04:14 -07:00
|
|
|
|
<div class="paperCheckboxList paperList" style="padding:.5em 1em;">
|
|
|
|
|
<paper-checkbox id="chkEnableSync">${OptionAllowSyncContent}</paper-checkbox>
|
|
|
|
|
<paper-checkbox id="chkEnableSyncTranscoding">${OptionAllowSyncTranscoding}</paper-checkbox>
|
|
|
|
|
</div>
|
2013-12-26 08:40:38 -07:00
|
|
|
|
<br />
|
2016-03-15 22:33:31 -07:00
|
|
|
|
</div>
|
|
|
|
|
<div>
|
2016-04-09 12:04:14 -07:00
|
|
|
|
<br />
|
|
|
|
|
<paper-checkbox id="chkEnableSharing">${OptionAllowLinkSharing}</paper-checkbox>
|
|
|
|
|
<div class="fieldDescription paperCheckboxFieldDescription">${OptionAllowLinkSharingHelp}</div>
|
2016-03-15 22:33:31 -07:00
|
|
|
|
<br />
|
|
|
|
|
</div>
|
|
|
|
|
<div id="fldIsEnabled" style="margin: 1em 0 2em;">
|
2016-04-09 12:04:14 -07:00
|
|
|
|
<paper-checkbox id="chkDisabled">${OptionDisableUser}</paper-checkbox>
|
|
|
|
|
<div class="fieldDescription paperCheckboxFieldDescription">${OptionDisableUserHelp}</div>
|
2016-03-15 22:33:31 -07:00
|
|
|
|
</div>
|
|
|
|
|
<div style="margin: 1em 0;">
|
2016-04-09 12:04:14 -07:00
|
|
|
|
<paper-checkbox id="chkDisableUserPreferences">${OptionDisableUserPreferences}</paper-checkbox>
|
|
|
|
|
<div class="fieldDescription paperCheckboxFieldDescription">${OptionDisableUserPreferencesHelp}</div>
|
2016-03-15 22:33:31 -07:00
|
|
|
|
</div>
|
|
|
|
|
<div id="fldIsHidden" style="margin: 2em 0 1em;">
|
2016-04-09 12:04:14 -07:00
|
|
|
|
<paper-checkbox id="chkIsHidden">${OptionHideUser}</paper-checkbox>
|
|
|
|
|
<div class="fieldDescription paperCheckboxFieldDescription">${OptionHideUserFromLoginHelp}</div>
|
2016-03-15 22:33:31 -07:00
|
|
|
|
</div>
|
|
|
|
|
<br />
|
|
|
|
|
<ul data-role="listview" class="ulForm">
|
|
|
|
|
<li>
|
|
|
|
|
<button type="submit" data-role="none" class="clearButton">
|
|
|
|
|
<paper-button raised class="submit block"><iron-icon icon="check"></iron-icon><span>${ButtonSave}</span></paper-button>
|
|
|
|
|
</button>
|
2015-06-25 18:10:56 -07:00
|
|
|
|
|
2016-03-15 22:33:31 -07:00
|
|
|
|
<paper-button raised class="cancel block btnCancel" onclick="history.back();"><iron-icon icon="close"></iron-icon><span>${ButtonCancel}</span></paper-button>
|
|
|
|
|
</li>
|
|
|
|
|
</ul>
|
|
|
|
|
</form>
|
2013-02-20 18:33:05 -07:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2016-03-15 22:33:31 -07:00
|
|
|
|
</div>
|