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

hide version selector on non-server plugins, align filter button

This commit is contained in:
Techywarrior 2013-04-07 19:54:21 -07:00
parent 61b9aff305
commit 310456481f
3 changed files with 5 additions and 5 deletions

View file

@ -19,9 +19,8 @@
<div data-role="collapsible" data-content-theme="c" data-collapsed="false" style="margin-top: 2em;" data-theme="a">
<h3>Install</h3>
<p id="pCurrentVersion">
</p>
<p>
<p id="pCurrentVersion"></p>
<p id="pSelectVersion" class="hide">
<label for="selectVersion">Select version to install:</label>
<select id="selectVersion" name="selectVersion"></select>
</p>