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:
commit
75d3d38bec
|
@ -3,11 +3,11 @@
|
||||||
* @package Include/help/en
|
* @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.
|
It is possible to enter a macro in the text box when editing an element of the visual console.
|
||||||
<br /><br />
|
<br /><br />
|
||||||
List of visual maps' macros:
|
List of visual console's macros:
|
||||||
<ul>
|
<ul>
|
||||||
<li>_date_: Displays the date using the local PHP format. </li>
|
<li>_date_: Displays the date using the local PHP format. </li>
|
||||||
<li>_time_: Displays the time 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>_module_: Displays the name of the selected module. </li>
|
||||||
<li>_agentdescription_: Displays the description of the selected agent. </li>
|
<li>_agentdescription_: Displays the description of the selected agent. </li>
|
||||||
<li>_address_: Displays the ip address 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>
|
</ul>
|
|
@ -3,11 +3,11 @@
|
||||||
* @package Include/help/es
|
* @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.
|
Es posible introducir una macro en el cuadro de texto al editar un elemento de la consola visual.
|
||||||
<br /><br />
|
<br /><br />
|
||||||
Lista de macros de mapas visuales:
|
Lista de macros de consolas visuales:
|
||||||
<ul>
|
<ul>
|
||||||
<li>_date_ : Muestra la fecha usando el formato local del PHP.</li>
|
<li>_date_ : Muestra la fecha usando el formato local del PHP.</li>
|
||||||
<li>_time_ : Muestra la hora usando el formato local del PHP.</li>
|
<li>_time_ : Muestra la hora usando el formato local del PHP.</li>
|
||||||
|
|
Loading…
Reference in New Issue