CC-2294:Switch left/right orientation of playlist builder

done
This commit is contained in:
james 2011-06-01 10:17:47 -04:00
parent 570e7ec9c6
commit 5a58044c52
1 changed files with 2 additions and 2 deletions

View File

@ -19,8 +19,8 @@
</div>
<div class="wrapper">
<div id="side_playlist" class="ui-widget ui-widget-content block-shadow alpha-block"><?php echo $this->layout()->spl ?></div>
<div id="library_content" class="tabs ui-widget ui-widget-content block-shadow omega-block padded"><?php echo $this->layout()->library ?></div>
<div id="library_content" class="tabs ui-widget ui-widget-content block-shadow alpha-block padded"><?php echo $this->layout()->library ?></div>
<div id="side_playlist" class="ui-widget ui-widget-content block-shadow omega-block"><?php echo $this->layout()->spl ?></div>
</div>
</body>
</html>