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

This commit is contained in:
denise 2013-01-30 10:33:26 -05:00
parent c45440482a
commit 9d99b8ae90

View file

@ -608,21 +608,23 @@ var AIRTIME = (function(AIRTIME) {
$(nRow).find(".track-future").qtip({ $(nRow).find(".track-future").qtip({
content: { content: {
text: $.i18n._("Track is scheduled in the future") text: $.i18n._("This track is scheduled in the future")
}, },
position:{ hide: {
adjust: { delay: 500,
resize: true, fixed: true
method: "flip flip"
},
at: "right center",
my: "left top",
viewport: $(window)
}, },
style: { style: {
classes: "ui-tooltip-dark" border: {
width: 0,
radius: 4
},
classes: "ui-tooltip-dark ui-tooltip-rounded"
},
position: {
my: "left bottom",
at: "right center"
}, },
show: 'mousedown'
}); });
// add a tool tip to appear when the user clicks on the type // add a tool tip to appear when the user clicks on the type