mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
improve user view images
This commit is contained in:
parent
132a02a48d
commit
6b72ea474c
19 changed files with 325 additions and 224 deletions
|
@ -40,20 +40,18 @@
|
|||
|
||||
<div data-role="content">
|
||||
<form id="textEntryForm">
|
||||
<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" name="txtValue" id="txtValue" required="required" />
|
||||
<input type="text" id="txtValue" required="required" />
|
||||
</p>
|
||||
|
||||
<p id="fldCollectionType">
|
||||
<label for="selectCollectionType">${LabelFolderType}</label>
|
||||
<select id="selectCollectionType" name="selectCollectionType"></select>
|
||||
</p>
|
||||
|
||||
<p class="collectionTypeFieldDescription">
|
||||
${MediaFolderHelpPluginRequired}
|
||||
</p>
|
||||
|
||||
<br/>
|
||||
<p>
|
||||
<button type="submit" data-theme="b" data-icon="check">
|
||||
${ButtonOk}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue