link_dialog=$("<div class='popup' title='Copy and paste this text to embed this report in another page:'><textarea id='embed_link' rows=4 style='width: 99%;font-size: 85%;'>#{link_comment}
#{link_text}</textarea></div>")
link_dialog=$("<div class='popup' title='Copy and paste this text to embed this view in a Custom Report:'><textarea id='embed_link' rows=5 style='width: 99%;font-size: 85%;resize: vertical'>#{link_comment}
#{link_text}
</textarea></div>")
#link_dialog.text("#{link_comment}#{link_text}")
#link_dialog.text("#{link_comment}#{link_text}")
link_dialog.dialog({
link_dialog.dialog({
...
@@ -62,6 +62,7 @@ get_embed_link = ->
...
@@ -62,6 +62,7 @@ get_embed_link = ->
$("#embed_link").select()
$("#embed_link").select()
success=document.execCommand("copy")
success=document.execCommand("copy")
}
}
close:->$(this).dialog('destroy').remove()
})
})
# Sets the visibility of elements in the list of ids 'ctrl_list'.
# Sets the visibility of elements in the list of ids 'ctrl_list'.
link_dialog=$("<div class='popup' title='Copy and paste this text to embed this report in another page:'><textarea id='embed_link' rows=4 style='width: 99%;font-size: 85%;'>"+link_comment+"
"+link_text+"</textarea></div>");
link_dialog=$("<div class='popup' title='Copy and paste this text to embed this view in a Custom Report:'><textarea id='embed_link' rows=5 style='width: 99%;font-size: 85%;resize: vertical'>"+link_comment+"
"+link_text+"
</textarea></div>");