mirror of
https://github.com/owntone/owntone-server.git
synced 2025-04-23 12:05:47 -04:00
Small layout fixes
This commit is contained in:
parent
673c30ba3f
commit
398c1e880d
@ -1,6 +1,6 @@
|
|||||||
@include hdr.html@
|
@include hdr.html@
|
||||||
|
|
||||||
<h2>Smart Playlists</h2>
|
<h1>Smart Playlists</h1>
|
||||||
<table width="400">
|
<table width="400">
|
||||||
<thead><tr><th>ID</th><th>Playlist Name</th><th>Type</th><th>Action</th></tr></thead>
|
<thead><tr><th>ID</th><th>Playlist Name</th><th>Type</th><th>Action</th></tr></thead>
|
||||||
<tbody id="playlists">
|
<tbody id="playlists">
|
||||||
@ -24,10 +24,12 @@ New playlist
|
|||||||
<label for="playlist_spec">Playlist criteria</label>
|
<label for="playlist_spec">Playlist criteria</label>
|
||||||
<textarea id="playlist_spec" class="playlistfield" rows="5" name="playlist_spec"></textarea>
|
<textarea id="playlist_spec" class="playlistfield" rows="5" name="playlist_spec"></textarea>
|
||||||
<br />
|
<br />
|
||||||
|
<div id="playlist_buttons">
|
||||||
<input type="button" onclick="javascript:pl_update();" name="submit_button" value="Submit"/>
|
<input type="button" onclick="javascript:pl_update();" name="submit_button" value="Submit"/>
|
||||||
<input type="button" onclick="javascript:pl_cancel();" value="Cancel"/>
|
<input type="button" onclick="javascript:pl_cancel();" value="Cancel"/>
|
||||||
<input type="button" onclick="javascript:popUp('smartpopup.html');" value="Wizard"/>
|
<input type="button" onclick="javascript:popUp('smartpopup.html');" value="Wizard"/>
|
||||||
|
</div>
|
||||||
|
<div style="clear: both;"></div>
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user