Details
Description
1.) It would be nice to have the parsing functionality for Strings in every Panel available.
2.) HTMLInfoPanel should parse it's content and replace the variables in the HTMLcontent e.g. version strings etc.
The attached patch addresses the two issues and includes als the functionality which provides the patch for http://jira.codehaus.org/browse/IZPACK-123
Slight improvement for the variable substitution... the substitution should be done at panelActivate() so that also variables set during the installation process are replaced with current values.