1
0
Fork 0
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:
Luke Pulverenti 2013-04-18 15:32:16 -04:00
parent 05a6467c35
commit 498aa4b31e
2 changed files with 126 additions and 99 deletions

View file

@ -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>