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