CC-4558: Make button in Now Playing consistent with same action in Calendar
This commit is contained in:
parent
b79e190d3c
commit
a103c76378
|
@ -11,8 +11,8 @@
|
||||||
<div id="show_builder" class="sb-content ui-widget ui-widget-content block-shadow omega-block padded">
|
<div id="show_builder" class="sb-content ui-widget ui-widget-content block-shadow omega-block padded">
|
||||||
<div class="sb-timerange">
|
<div class="sb-timerange">
|
||||||
<?php if(!$this->disableLib && !$this->showLib):?>
|
<?php if(!$this->disableLib && !$this->showLib):?>
|
||||||
<a id="sb_edit" class="btn btn-small" href="#" title="Open library to schedule files">
|
<a id="sb_edit" class="btn btn-small" href="#" title="Open library to add or remove content">
|
||||||
Schedule files
|
Add / Remove Content
|
||||||
</a>
|
</a>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
<?php echo $this->sb_form; ?>
|
<?php echo $this->sb_form; ?>
|
||||||
|
|
|
@ -15,7 +15,7 @@ AIRTIME = (function(AIRTIME) {
|
||||||
timeStartId = "#sb_time_start",
|
timeStartId = "#sb_time_start",
|
||||||
dateEndId = "#sb_date_end",
|
dateEndId = "#sb_date_end",
|
||||||
timeEndId = "#sb_time_end",
|
timeEndId = "#sb_time_end",
|
||||||
$toggleLib = $("<a id='sb_edit' class='btn btn-small' href='#' title='Open library to schedule files'>Schedule files</a>"),
|
$toggleLib = $("<a id='sb_edit' class='btn btn-small' href='#' title='Open library to add or remove content'>Add / Remove Content</a>"),
|
||||||
$libClose = $('<a />', {
|
$libClose = $('<a />', {
|
||||||
"class": "close-round",
|
"class": "close-round",
|
||||||
"href": "#",
|
"href": "#",
|
||||||
|
|
Loading…
Reference in New Issue