diff --git a/htmlUI/html/styles_campcaster.css b/htmlUI/html/styles_campcaster.css index 527bbc232..9a9fbb55b 100644 --- a/htmlUI/html/styles_campcaster.css +++ b/htmlUI/html/styles_campcaster.css @@ -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 { diff --git a/htmlUI/templates/masterpanel.tpl b/htmlUI/templates/masterpanel.tpl index b5a9c4b5d..7d1188da1 100644 --- a/htmlUI/templates/masterpanel.tpl +++ b/htmlUI/templates/masterpanel.tpl @@ -78,17 +78,18 @@ {/if}
- {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}
{/if} diff --git a/htmlUI/templates/playlist/sidebar.tpl b/htmlUI/templates/playlist/sidebar.tpl index aabd3ee0b..232027b9e 100644 --- a/htmlUI/templates/playlist/sidebar.tpl +++ b/htmlUI/templates/playlist/sidebar.tpl @@ -1,4 +1,4 @@ -
+

##Open Playlist##

{if $PL->activeId} diff --git a/htmlUI/templates/scratchpad/main.tpl b/htmlUI/templates/scratchpad/main.tpl index 65c20e529..a411efb66 100644 --- a/htmlUI/templates/scratchpad/main.tpl +++ b/htmlUI/templates/scratchpad/main.tpl @@ -3,7 +3,7 @@
-
+

##ScratchPad##