if (self.options.canDownload) {
tt = "";
if (self.ttdownload) {
tt = "<span class=\"abmfiletooltiptext\">" + self.ttdownload + "</span>";
}
frame.append("<li id=\"" + self.id + "-download\" style=\"margin-left: 15px;float:right;cursor: pointer\" class=\"abmfiletooltip hide\"><a><i class=\"material-icons white-text\">file_download</i></a>" + tt + "</li>");
}