SAAS-948 - Showbuilder fixes
This commit is contained in:
parent
c2d1556cfd
commit
641486e852
3 changed files with 3 additions and 24 deletions
|
@ -81,7 +81,7 @@ j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
|
||||||
<?php $hint = Application_Common_UsabilityHints::getUsabilityHint(); ?>
|
<?php $hint = Application_Common_UsabilityHints::getUsabilityHint(); ?>
|
||||||
<div class="usability_hint" <?php if ($hint == "") { echo "style='display:none'"; } ?>><?php echo $hint; ?></div>
|
<div class="usability_hint" <?php if ($hint == "") { echo "style='display:none'"; } ?>><?php echo $hint; ?></div>
|
||||||
|
|
||||||
<div class="wrapper dropzone" id="content">
|
<div class="wrapper" id="content">
|
||||||
<?php echo $this->layout()->content ?>
|
<?php echo $this->layout()->content ?>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
@ -5,28 +5,6 @@
|
||||||
<!-- </div>-->
|
<!-- </div>-->
|
||||||
<!--</form>-->
|
<!--</form>-->
|
||||||
|
|
||||||
<!--<div id="media_type_nav"> <!-- class="content-pane" -->
|
|
||||||
<!-- <div class="btn-group">-->
|
|
||||||
<!-- <button id="new_media_selector" class="btn btn-small dropdown-toggle" data-toggle="dropdown">-->
|
|
||||||
<!-- New <span class="caret"></span>-->
|
|
||||||
<!-- </button>-->
|
|
||||||
<!-- <ul class="dropdown-menu">-->
|
|
||||||
<!-- <li id="new-playlist">-->
|
|
||||||
<!-- <a href="#">--><?php //echo _("Playlist") ?><!--</a>-->
|
|
||||||
<!-- </li>-->
|
|
||||||
<!-- <li id="new-smart-block">-->
|
|
||||||
<!-- <a href="#">--><?php //echo _("Smart Block") ?><!--</a>-->
|
|
||||||
<!-- </li>-->
|
|
||||||
<!-- <li id="new-webstream">-->
|
|
||||||
<!-- <a href="#">--><?php //echo _("Webstream") ?><!--</a>-->
|
|
||||||
<!-- </li>-->
|
|
||||||
<!-- </ul>-->
|
|
||||||
<!-- </div>-->
|
|
||||||
<!-- <div class="media_type_selector selected" selection_id="1">--><?php //echo _("Files") ?><!--</div>-->
|
|
||||||
<!-- <div class="media_type_selector" selection_id="2">--><?php //echo _("Playlists") ?><!--</div>-->
|
|
||||||
<!-- <div class="media_type_selector" selection_id="3">--><?php //echo _("Smart Blocks") ?><!--</div>-->
|
|
||||||
<!-- <div class="media_type_selector" selection_id="4">--><?php //echo _("Webstreams") ?><!--</div>-->
|
|
||||||
<!--</div>-->
|
|
||||||
<?php echo $this->csrf ?>
|
<?php echo $this->csrf ?>
|
||||||
|
|
||||||
<div id="library_content" class="lib-content tabs content-pane wide-panel">
|
<div id="library_content" class="lib-content tabs content-pane wide-panel">
|
||||||
|
|
|
@ -670,7 +670,8 @@ textarea {
|
||||||
color: #CCC;
|
color: #CCC;
|
||||||
}
|
}
|
||||||
|
|
||||||
.datatable tr[class$='selected'] td {
|
.datatable tr[class$='selected'] td,
|
||||||
|
.datatable tr.sb-now-playing td {
|
||||||
color: #efefef;
|
color: #efefef;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue