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:

XML:

<msg name="msg_help_links">
&lt;a href="#" target="_blank"&gt;Why do you need an SSL certificate?&lt;/a&gt;
 &lt;a href="#" target="_blank"&gt;How to choose an SSL certificate?&lt;/a&gt;
</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">&lt;a href="#" target="_blank"&gt;Настройка SSL в WEB сервере Apache&lt;/a&gt;</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.