Merge branch '1745-Mejora-visual-en-el-pop-up-de-ayuda-dev' into 'develop'

Fixed link to official documentation

See merge request artica/pandorafms!1224
This commit is contained in:
vgilc 2018-01-29 13:36:39 +01:00
commit c9074ecbd3
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ switch ($tipo) {
case "helpmodal":
echo __("This is the online help for Pandora FMS console. This help is -in best cases- just a brief contextual help, not intented to teach you how to use Pandora FMS. Official documentation of Pandora FMS is about 900 pages, and you probably don't need to read it entirely, but sure, you should download it and take a look.<br><br>
<a href='https://pandorafms.org/en/docs/monitoring-documentation/' target='_blanck'>Download the official documentation</a>");
<a href='https://pandorafms.org/en/docs/monitoring-documentation/' target='_blanck' style='color: #82b92e; font-size: 10pt; text-decoration: underline;'>Download the official documentation</a>");
break;