CC-4639: Give an option to allow smart blocks to reuse tracks if not enough tracks meet the time limit.

- done
This commit is contained in:
James 2012-10-30 17:57:58 -04:00
parent 00947f9d7e
commit 9d495ebc03
6 changed files with 99 additions and 10 deletions

View file

@ -384,6 +384,28 @@ function setupUI() {
at: "right center"
},
});
$(".repeat_tracks_help_icon").qtip({
content: {
text: "If your criteria is too strict, Airtime may not be able to fill up the desired smart block length." +
" Hence, if you check this option, tracks will be used more than once."
},
hide: {
delay: 500,
fixed: true
},
style: {
border: {
width: 0,
radius: 4
},
classes: "ui-tooltip-dark ui-tooltip-rounded"
},
position: {
my: "left bottom",
at: "right center"
},
});
}
function enableAndShowExtraField(valEle, index) {