-implemented UI changes for Now Playing page

This commit is contained in:
denise 2012-09-13 17:10:38 -04:00
parent d534f22ce4
commit 8f48544bb7
8 changed files with 1969 additions and 958 deletions

View file

@ -11,9 +11,9 @@
<div id="show_builder" class="sb-content ui-widget ui-widget-content block-shadow omega-block padded">
<div class="sb-timerange">
<?php if(!$this->disableLib && !$this->showLib):?>
<div id="sb_edit" class="ui-button ui-state-default" title="open the library to schedule files.">
<span class="ui-icon ui-icon-arrowthick-1-nw"></span>
</div>
<a id="sb_edit" class="btn btn-small" href="#" title="open the library to schedule files.">
Schedule files
</a>
<?php endif; ?>
<?php echo $this->sb_form; ?>
</div>