Skip to content

Commit

Permalink
Organize Movies #4
Browse files Browse the repository at this point in the history
  • Loading branch information
softworkz committed Oct 15, 2015
1 parent 043fb18 commit f2287a5
Showing 1 changed file with 13 additions and 12 deletions.
25 changes: 13 additions & 12 deletions MediaBrowser.WebDashboard/dashboard-ui/autoorganizelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ <h3>Organize Manually</h3>
</div>
<div style="margin: 1em 0 1em; min-width: 350px;">
<label for="selectMovieFolder">Destination Folder</label>
<select id="selectMovieFolder" data-mini="true" required="required"></select>
<select id="selectMovieFolder" data-mini="true" required="required"></select>
</div>
<p>
<button type="submit" data-theme="b" data-icon="check" data-mini="true">
Expand All @@ -172,18 +172,19 @@ <h3>Organize Manually</h3>
</form>
</div>

<form class="identificationResultForm">

<div class="identificationSearchResults" style="height:auto">
<div class="identificationSearchResultList"></div>
</div>
<p>
<button type="button" data-icon="delete" id="btnCancelIdentify" data-mini="true">
${ButtonCancel}
</button>
</p>
</form>
<div class="identificationResultForm" data-role="content">
<form>

<div class="identificationSearchResults" style="height:auto">
<div class="identificationSearchResultList"></div>
</div>
<p>
<button type="button" data-icon="delete" id="btnCancelIdentify" data-mini="true">
${ButtonCancel}
</button>
</p>
</form>
</div>
</div>
</div>
</body>
Expand Down

0 comments on commit f2287a5

Please sign in to comment.