Hideable Scheduled Shows tab
Makes the first tab remoeable and the tracks page be full width after removing the last tab. You can press the "Dashboard" link to open it back up again.
This commit is contained in:
parent
81d3c3e2b8
commit
6e712b4b82
5 changed files with 61 additions and 17 deletions
|
@ -23,9 +23,10 @@
|
|||
<div id="show_builder" class="sb-content content-pane wide-panel">
|
||||
<div class="panel-header">
|
||||
<ul class="nav nav-tabs">
|
||||
<li id="schedule-tab" role="presentation" class="active">
|
||||
<li id="schedule-tab" data-tab-id="0" role="presentation" class="active">
|
||||
<a href="javascript:void(0)" class="tab-name" title="<?php echo _("Scheduled Shows") ?>">
|
||||
<?php echo _("Scheduled Shows") ?>
|
||||
<span href='#' class='lib_pl_close icon-remove'></span>
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue