From 9d99b8ae90831d4a5eef7012dfd4b5748f7afc40 Mon Sep 17 00:00:00 2001 From: denise Date: Wed, 30 Jan 2013 10:33:26 -0500 Subject: [PATCH] CC-4887: Show whether track is scheduled in the future on Library page --- .../public/js/airtime/library/library.js | 24 ++++++++++--------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/airtime_mvc/public/js/airtime/library/library.js b/airtime_mvc/public/js/airtime/library/library.js index c6c5f589b..4280b3b4c 100644 --- a/airtime_mvc/public/js/airtime/library/library.js +++ b/airtime_mvc/public/js/airtime/library/library.js @@ -608,21 +608,23 @@ var AIRTIME = (function(AIRTIME) { $(nRow).find(".track-future").qtip({ content: { - text: $.i18n._("Track is scheduled in the future") + text: $.i18n._("This track is scheduled in the future") }, - position:{ - adjust: { - resize: true, - method: "flip flip" - }, - at: "right center", - my: "left top", - viewport: $(window) + hide: { + delay: 500, + fixed: true }, 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