1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

added editor indicators for offline and locked

This commit is contained in:
Luke Pulverenti 2013-08-06 12:48:27 -04:00
parent f2de7a8983
commit 4ee479b819
7 changed files with 61 additions and 13 deletions

View file

@ -20,7 +20,9 @@
<a href="#" data-role="button" class="ui-btn-active">People</a>
<a href="#" data-role="button" id="btnEditImages">Images</a>
</div>
<button type="button" data-icon="plus" data-inline="true" onclick="EditItemPeoplePage.addPerson();">Add Person</button>
<div id="divAddPerson" style="display: none;">
<button type="button" data-icon="plus" data-inline="true" onclick="EditItemPeoplePage.addPerson();">Add Person</button>
</div>
<div class="itemsContainer" id="peopleContainer" style="text-align: left;"></div>
</div>
</div>