Useful links
If a form contains the local message named 'msg_help_links', there will be a tooltip with the local message displayed in the upper right side of the form.
Example:
![](https://static.ispmanager.com/docs/img/9602970-En-articles.png)
XML:
<msg name="msg_help_links">
<a href="#" target="_blank">Why do you need an SSL certificate?</a>
<a href="#" target="_blank">How to choose an SSL certificate?</a>
</msg>
You may use different messages for different user roles (access levels). Specify a user role (1 to 30) separated with a '/'. For example, if you add the following message, users of level 29 (Administrator) will see a different message.
<msg name="msg_help_links/29"><a href="#" target="_blank">Настройка SSL в WEB сервере Apache</a></msg>
You can insert a '#' symbol before a user role, this way the actual user role will be taken into account. If an Administrator logs in as a User into the panel, their user role (access level) will downgrade, but the actual user role will remain the same.