Details
-
Feature
-
Status: Resolved (View Workflow)
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
Description
see also http://sourceforge.net/apps/mediawiki/jobscheduler/index.php?title=OperationsGUI_Improvements
Under the following conditions the operationsGui finds an URL in the title:
The URL must start with "http://", "https://" or "www.".
The URL must ends with an space or the tilte ends with the URL.
Punctuations at the ends are allowed.
Examples:
this job title has a link http://www.sos-berlin.com and another link www.sos-berlin.com.
Both URLs will be created.
Further you have the options to type a HTML link.
Examples:
this job has a <a href="http://www.sos-berlin.com">link</a>.
In this case remember that you must use entites in the XML configuration file:
... title="this job has a <a href="http://www.sos-berlin.com">link</a>" ...