/* *+------------------------------------------------------------------------+ *| Licensed Materials - Property of IBM *| IBM Cognos Products: Viewer *| (C) Copyright IBM Corp. 2001, 2013 *| *| US Government Users Restricted Rights - Use, duplication or *| disclosure restricted by GSA ADP Schedule Contract with IBM Corp. *| *+------------------------------------------------------------------------+ */ dojo.provide("bux.reportViewer.ReportInfo"); dojo.require("bux.Tooltip"); dojo.declare("bux.reportViewer.ReportInfo", bux.TooltipBase, { templateString: "
"; content += html_encode(this.title); content += " | "; content += "|
"; content += html_encode(this.text); content += " | "; content += "|
"; content += '' + html_encode(this.linkText) + ''; content += " | "; } else { content += ""; } content += " |