Merge branch '2667-Añadir-ayuda-online-en-la-seccion-de-etiqueta-de-texto-de-una-consola-visual' into 'develop'

fixed text errors in visual console macros' help text

See merge request artica/pandorafms!1717
This commit is contained in:
vgilc 2018-08-28 10:41:44 +02:00
commit 75d3d38bec
2 changed files with 5 additions and 5 deletions

View File

@ -3,11 +3,11 @@
* @package Include/help/en
*/
?>
<h1>Visual maps' macros</h1>
<h1>Visual console's macros</h1>
It is possible to enter a macro in the text box when editing an element of the visual console.
<br /><br />
List of visual maps' macros:
List of visual console's macros:
<ul>
<li>_date_: Displays the date using the local PHP format. </li>
<li>_time_: Displays the time using the local PHP format. </li>
@ -15,5 +15,5 @@ List of visual maps' macros:
<li>_module_: Displays the name of the selected module. </li>
<li>_agentdescription_: Displays the description of the selected agent. </li>
<li>_address_: Displays the ip address of the selected agent. </li>
<li>_description_moduledescription_: Displays the description of the selected module. </li>
<li>_moduledescription_: Displays the description of the selected module. </li>
</ul>

View File

@ -3,11 +3,11 @@
* @package Include/help/es
*/
?>
<h1>Macros de mapas visuales</h1>
<h1>Macros de consolas visuales</h1>
Es posible introducir una macro en el cuadro de texto al editar un elemento de la consola visual.
<br /><br />
Lista de macros de mapas visuales:
Lista de macros de consolas visuales:
<ul>
<li>_date_ : Muestra la fecha usando el formato local del PHP.</li>
<li>_time_ : Muestra la hora usando el formato local del PHP.</li>