- changed smart block qtip text
This commit is contained in:
parent
ac8d7818eb
commit
5003e86eac
|
@ -363,10 +363,10 @@ function setupUI() {
|
||||||
|
|
||||||
$(".playlist_type_help_icon").qtip({
|
$(".playlist_type_help_icon").qtip({
|
||||||
content: {
|
content: {
|
||||||
text: "A static playlist will save the criteria and generate the playlist content immediately." +
|
text: "A static smart block will save the criteria and generate the block content immediately." +
|
||||||
"This allows you to edit and view it in the Playlist Builder before adding it to a show.<br /><br />" +
|
"This allows you to edit and view it in the Library before adding it to a show.<br /><br />" +
|
||||||
"A dynamic playlist will only save the criteria. The playlist content will get generated upon " +
|
"A dynamic smart block will only save the criteria. The block content will get generated upon " +
|
||||||
"adding it to a show. You will not be able to view and edit it in the Playlist Builder."
|
"adding it to a show. You will not be able to view and edit the content in the Library."
|
||||||
},
|
},
|
||||||
hide: {
|
hide: {
|
||||||
delay: 500,
|
delay: 500,
|
||||||
|
|
Loading…
Reference in New Issue