fixes #712 - multi-version grouping
This commit is contained in:
parent
902d3a3649
commit
02a810cf1e
12 changed files with 163 additions and 304 deletions
|
@ -152,7 +152,7 @@
|
|||
<br />
|
||||
<div class="tabButtons"></div>
|
||||
|
||||
<div class="detailSectionContent" style="padding: 0 .7em;">
|
||||
<div class="detailSectionContent" style="padding: .25em .7em 0;">
|
||||
|
||||
<div class="detailTab tabDetails">
|
||||
<p id="players"></p>
|
||||
|
@ -163,15 +163,12 @@
|
|||
<p class="itemExternalLinks"></p>
|
||||
</div>
|
||||
<div class="detailTab tabMediaInfo">
|
||||
|
||||
<div class="splitVersionContainer" style="border-bottom: 1px solid #444;">
|
||||
<button type="button" class="btnSplitVersions" data-mini="true" data-inline="true" data-icon="delete" title="Split Versions Apart">Split Versions Apart</button>
|
||||
</div>
|
||||
<div id="mediaInfoContent"></div>
|
||||
|
||||
<div id="alternateVersionsCollapsible" class="detailSection hide">
|
||||
<div class="detailSectionHeader" style="position: relative;">
|
||||
Media Versions
|
||||
<button type="button" class="btnSplitVersions" style="position: absolute; right: 0; top: 6px; margin-top: 0; margin-bottom: 0; display: none;" data-mini="true" data-inline="true" data-icon="delete" data-iconpos="notext" title="Split Versions Apart">Split Versions Apart</button>
|
||||
</div>
|
||||
<div id="alternateVersionsContent" class="detailSectionContent"></div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="detailTab tabTags">
|
||||
<p class="itemStudios"></p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue