mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
start using user policy
This commit is contained in:
parent
d84df77553
commit
db0f911a4d
34 changed files with 117 additions and 184 deletions
|
@ -39,19 +39,18 @@
|
|||
</div>
|
||||
|
||||
<div data-role="content">
|
||||
<form id="textEntryForm">
|
||||
<form id="textEntryForm" style="min-width:200px;">
|
||||
<div id="fldCollectionType" style="margin:.5em 0 1.5em;">
|
||||
<label for="selectCollectionType">${LabelType}</label>
|
||||
<select id="selectCollectionType" name="selectCollectionType" data-mini="true"></select>
|
||||
<div class="collectionTypeFieldDescription fieldDescription">
|
||||
${MediaFolderHelpPluginRequired}
|
||||
</div>
|
||||
</div>
|
||||
<p>
|
||||
<label id="lblValue" for="txtValue"></label>
|
||||
<input type="text" id="txtValue" required="required" />
|
||||
</p>
|
||||
<br/>
|
||||
<br />
|
||||
<p>
|
||||
<button type="submit" data-theme="b" data-icon="check">
|
||||
${ButtonOk}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue