One of my modules is JQueryPlot. It's friendly name is Graphs.
In the language table I've the following:
Code: Select all
$lang['admindescription'] = 'A set of programs, scripts that support the building of charts/graphs based upon <a href="http://www.jqplot.com" target="_blank">jqPlot</a>';
In the back end I expect in the list of extensions to see Graphs. However I see jqPlot (it is a hyperlink to the jqplot.com webpage) and on the next line ">Graphs
It seems that the link in the admindescription is causing the problem, since using tooltip shows image as below.
I have no option/link to start the module (changing the url of the back end page is a bit over the top to accomplish what I/the user wants).
I like the fact that when viewing the list of modules in ModuleManager it allows the viewer to directly go to jqplot.com site. So I would rather not remove the link from the help text.
Regards,
Duketown