fixing scheduler layout, moving side playlist.
This commit is contained in:
parent
edd6b4bb59
commit
8ac0093e2e
|
@ -316,11 +316,14 @@ input, select {
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.side_elements {
|
||||||
|
width: 250px;
|
||||||
|
}
|
||||||
|
|
||||||
.container_elements {
|
.container_elements {
|
||||||
border: 1px solid #cfcfcf;
|
border: 1px solid #cfcfcf;
|
||||||
padding: 6px;
|
padding: 6px;
|
||||||
margin-bottom: 21px;
|
margin-bottom: 21px;
|
||||||
width: 250px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.container_elements h1 {
|
.container_elements h1 {
|
||||||
|
|
|
@ -78,17 +78,18 @@
|
||||||
{/if}
|
{/if}
|
||||||
|
|
||||||
<div class="content" id="cc_right_panel">
|
<div class="content" id="cc_right_panel">
|
||||||
{if $simpleSearchForm}
|
{if $simpleSearchForm && !showLibrary}
|
||||||
{include file="library/simpleSearchForm.tpl"}
|
{include file="library/simpleSearchForm.tpl"}
|
||||||
{/if}
|
{/if}
|
||||||
|
|
||||||
|
{if $showSidePL && !$PL_simpleManagement }
|
||||||
|
{include file="playlist/sidebar.tpl"}
|
||||||
|
{/if}
|
||||||
|
|
||||||
{if $SCRATCHPAD}
|
{if $SCRATCHPAD}
|
||||||
{include file="scratchpad/main.tpl"}
|
{include file="scratchpad/main.tpl"}
|
||||||
{/if}
|
{/if}
|
||||||
|
|
||||||
{if $showSidePL && !$PL_simpleManagement}
|
|
||||||
{include file="playlist/sidebar.tpl"}
|
|
||||||
{/if}
|
|
||||||
</div>
|
</div>
|
||||||
{/if}
|
{/if}
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
<div class="container_elements">
|
<div class="container_elements side_elements">
|
||||||
<h1>##Open Playlist##</h1>
|
<h1>##Open Playlist##</h1>
|
||||||
{if $PL->activeId}
|
{if $PL->activeId}
|
||||||
<input type="button" class="button" onClick="location.href='ui_browser.php?id=&act=PL.simpleManagement'" value="Edit" />
|
<input type="button" class="button" onClick="location.href='ui_browser.php?id=&act=PL.simpleManagement'" value="Edit" />
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
<!-- start scratch pad -->
|
<!-- start scratch pad -->
|
||||||
<form name="SP">
|
<form name="SP">
|
||||||
<div class="container_elements">
|
<div class="container_elements side_elements">
|
||||||
<h1>##ScratchPad##</h1>
|
<h1>##ScratchPad##</h1>
|
||||||
<div class="container_table">
|
<div class="container_table">
|
||||||
<table id="SP_table">
|
<table id="SP_table">
|
||||||
|
|
Loading…
Reference in New Issue