mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
add connect linking
This commit is contained in:
parent
54c04849d8
commit
503a18926b
9 changed files with 260 additions and 130 deletions
|
@ -14,11 +14,14 @@
|
|||
</div>
|
||||
|
||||
<div class="readOnlyContent">
|
||||
<p id="pAddUser">
|
||||
<button type="button" data-icon="plus" data-iconpos="right" onclick="Dashboard.navigate('useredit.html');">
|
||||
${ButtonAddUser}
|
||||
</button>
|
||||
</p>
|
||||
<div>
|
||||
<a data-role="button" data-icon="plus" href="useredit.html" data-inline="true">
|
||||
${ButtonAddLocalUser}
|
||||
</a>
|
||||
<!--<a data-role="button" data-icon="plus" href="useredit.html" data-inline="true">
|
||||
${ButtonInviteMediaBrowserUser}
|
||||
</a>-->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="itemsContainer users" style="text-align:left;">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue