2012-12-19 Ramon Novoa <rnovoa@artica.es>
* godmode/agentes/module_manager_editor_common.php, include/help/en/help_module_interval.php, include/help/es/help_module_interval.php, include/help/ja/help_module_interval.php: Added help files for module interval. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@7315 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
99ebf3f2da
commit
0dd6c74286
|
@ -1,3 +1,11 @@
|
|||
2012-12-19 Ramon Novoa <rnovoa@artica.es>
|
||||
|
||||
* godmode/agentes/module_manager_editor_common.php,
|
||||
include/help/en/help_module_interval.php,
|
||||
include/help/es/help_module_interval.php,
|
||||
include/help/ja/help_module_interval.php: Added help files for
|
||||
module interval.
|
||||
|
||||
2012-12-20 Sergio Martin <sergio.martin@artica.es>
|
||||
|
||||
* include/ajax/agent.php
|
||||
|
|
|
@ -281,7 +281,7 @@ $table_advanced->data[1][3] = __('FF interval');
|
|||
$table_advanced->data[1][4] = html_print_input_text ('module_ff_interval', $ff_interval,
|
||||
'', 5, 10, true, $disabledBecauseInPolicy).ui_print_help_tip (__('Module execution flip flop time interval (in secs).'), true);
|
||||
|
||||
$table_advanced->data[2][0] = __('Interval').ui_print_help_tip (__('Module execution time interval.'), true);
|
||||
$table_advanced->data[2][0] = __('Interval').ui_print_help_icon ('module_interval', true);
|
||||
|
||||
$table_advanced->colspan[2][1] = 2;
|
||||
$table_advanced->data[2][1] = html_print_extended_select_for_time ('module_interval' , $interval, '', '', '0', false, true, false, false);
|
||||
|
|
|
@ -0,0 +1,12 @@
|
|||
<?php
|
||||
/* Include package help/es
|
||||
*/
|
||||
?>
|
||||
|
||||
<p> The module interval defines the periodicity with which the module should return data. If twice the module interval has elapsed and there is no new data, one of two things can happen:
|
||||
<ol>
|
||||
<li>If the module is asynchronous it's status is reset to normal.</li>
|
||||
<li>If the module is synchronous it's status is set to unknown.</li>
|
||||
</ol>
|
||||
</p>
|
||||
|
|
@ -0,0 +1,12 @@
|
|||
<?php
|
||||
/* Include package help/es
|
||||
*/
|
||||
?>
|
||||
|
||||
<p> El intervalo del módulo define la periodicidad con la que el módulo debería devolver datos. Si transcurre el doble del intervalo del módulo y no hay datos nuevos, puede ocurrir una de estas dos cosas:
|
||||
<ol>
|
||||
<li>Si el módulo es asíncrono su estado se reinicia a normal.</li>
|
||||
<li>Si el módulo es síncrono su estado pasa a desconocido.</li>
|
||||
</ol>
|
||||
</p>
|
||||
|
|
@ -0,0 +1,12 @@
|
|||
<?php
|
||||
/* Include package help/es
|
||||
*/
|
||||
?>
|
||||
|
||||
<p> The module interval defines the periodicity with which the module should return data. If twice the module interval has elapsed and there is no new data, one of two things can happen:
|
||||
<ol>
|
||||
<li>If the module is asynchronous it's status is reset to normal.</li>
|
||||
<li>If the module is synchronous it's status is set to unknown.</li>
|
||||
</ol>
|
||||
</p>
|
||||
|
Loading…
Reference in New Issue