mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fixes #157 - User permissions
This commit is contained in:
parent
05a6467c35
commit
498aa4b31e
2 changed files with 126 additions and 99 deletions
|
@ -12,7 +12,7 @@
|
|||
<a href="#" onclick="Dashboard.navigate('edituser.html', true);" data-role="button">Profile</a>
|
||||
<a href="#" data-role="button" class="ui-btn-active">Image</a>
|
||||
<a href="#" data-role="button" onclick="Dashboard.navigate('updatepassword.html', true);">Password</a>
|
||||
<a href="#" data-role="button" onclick="Dashboard.navigate('library.html', true);">Media Library</a>
|
||||
<a href="#" data-role="button" onclick="Dashboard.navigate('library.html', true);" class="lnkMediaLibrary" style="display:none;">Media Library</a>
|
||||
</div>
|
||||
<div class="readOnlyContent">
|
||||
<p id="fldImage"></p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue