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:
commit
c9074ecbd3
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue