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

rework new library dialog

This commit is contained in:
Luke Pulverenti 2015-10-15 14:48:43 -04:00
parent 51638b966c
commit f2f50dd590
7 changed files with 177 additions and 131 deletions

View file

@ -4,7 +4,7 @@
<title>${TitleMediaLibrary}</title>
</head>
<body>
<div id="mediaLibraryPage" data-role="page" class="page type-interior mediaLibraryPage" data-helpurl="https://github.com/MediaBrowser/Wiki/wiki/Library%20setup" data-require="jqmpopup,scripts/medialibrarypage,scripts/taskbutton">
<div id="mediaLibraryPage" data-role="page" class="page type-interior mediaLibraryPage" data-helpurl="https://github.com/MediaBrowser/Wiki/wiki/Library%20setup" data-require="scripts/medialibrarypage,scripts/taskbutton">
<div data-role="content">
<div class="content-primary">
@ -26,37 +26,6 @@
</div>
</div>
<div data-role="popup" id="popupEnterText" class="popup">
<div class="ui-bar-a" style="text-align: center; padding: 0 20px;">
<h3></h3>
</div>
<div data-role="content">
<form id="textEntryForm" style="width:280px;">
<div id="fldCollectionType" style="margin:.5em 0 1.5em;">
<label for="selectCollectionType">${LabelContentType}</label>
<select id="selectCollectionType" name="selectCollectionType" data-mini="true"></select>
<div class="collectionTypeFieldDescription fieldDescription">
</div>
</div>
<p>
<label id="lblValue" for="txtValue"></label>
<input type="text" id="txtValue" required="required" />
</p>
<br />
<p>
<button type="submit" data-theme="b" data-icon="check">
${ButtonOk}
</button>
<button type="button" data-icon="delete" onclick="$(this).parents('.popup').popup('close');">
${ButtonCancel}
</button>
</p>
</form>
</div>
</div>
</div>
</body>
</html>