CC-4887: Show whether track is scheduled in the future on Library page
This commit is contained in:
parent
1e57309e66
commit
c45440482a
3 changed files with 39 additions and 0 deletions
|
@ -605,6 +605,25 @@ var AIRTIME = (function(AIRTIME) {
|
|||
}
|
||||
return false;
|
||||
});
|
||||
|
||||
$(nRow).find(".track-future").qtip({
|
||||
content: {
|
||||
text: $.i18n._("Track is scheduled in the future")
|
||||
},
|
||||
position:{
|
||||
adjust: {
|
||||
resize: true,
|
||||
method: "flip flip"
|
||||
},
|
||||
at: "right center",
|
||||
my: "left top",
|
||||
viewport: $(window)
|
||||
},
|
||||
style: {
|
||||
classes: "ui-tooltip-dark"
|
||||
},
|
||||
show: 'mousedown'
|
||||
});
|
||||
|
||||
// add a tool tip to appear when the user clicks on the type
|
||||
// icon.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue