Rename "autoloading playlists", add help texts
This commit is contained in:
parent
faa06b14bd
commit
0cf27e91e2
7 changed files with 46 additions and 16 deletions
|
@ -310,17 +310,6 @@ function setAddShowEvents(form) {
|
|||
$(this).blur();
|
||||
form.find("#add_show_playlist_dropdown").toggle();
|
||||
form.find("#add_show_autoplaylist_repeat").toggle();
|
||||
|
||||
var checkBoxSelected = false;
|
||||
|
||||
//must switch rebroadcast displays
|
||||
if(form.find("#add_show_has_autoplaylist").attr('checked')) {
|
||||
form.find("#add_show_playlist_dropdown").show();
|
||||
form.find("#add_show_autoplaylist_repeat").show();
|
||||
}
|
||||
else {
|
||||
form.find("#add_show_playlist_downdown").hide();
|
||||
}
|
||||
});
|
||||
|
||||
form.find("#add_show_repeats").click(function(){
|
||||
|
@ -491,6 +480,27 @@ function setAddShowEvents(form) {
|
|||
at: "right center"
|
||||
}
|
||||
});
|
||||
|
||||
form.find(".show_autoplaylist_help_icon").qtip({
|
||||
content: {
|
||||
text: $.i18n._("Autoloading playlists' contents are added to shows one hour before the show airs. <a target='_blank' href='http://libretime.org/manual/calendar/#autoloading-playlist'>More information</a>")
|
||||
},
|
||||
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"
|
||||
}
|
||||
});
|
||||
|
||||
form.find(".airtime_auth_help_icon").qtip({
|
||||
content: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue