CC-4887: Show whether track is scheduled in the future on Library page
This commit is contained in:
parent
c45440482a
commit
9d99b8ae90
1 changed files with 13 additions and 11 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue