CC-4887: Show whether track is scheduled in the future on Library page

This commit is contained in:
drigato 2013-01-30 08:57:59 -05:00
parent 1e57309e66
commit c45440482a
3 changed files with 39 additions and 0 deletions

View file

@ -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.