2011-09-06 Javier Lanz <javier.lanz@artica.es>

* include/help/en/help_timesource.php: Changed a wee translation bug 
        and fixed style format
        * godmode/setup/setup.php: Fixed a field name, written properly.


git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4919 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
javilanz 2011-09-06 14:47:27 +00:00
parent 3c5a7c2ae4
commit 49c2ad9432
3 changed files with 9 additions and 3 deletions

View File

@ -1,3 +1,9 @@
2011-09-06 Javier Lanz <javier.lanz@artica.es>
* include/help/en/help_timesource.php: Changed a wee translation bug
and fixed style format
* godmode/setup/setup.php: Fixed a field name, written properly.
2011-09-06 Miguel de Dios <miguel.dedios@artica.es> 2011-09-06 Miguel de Dios <miguel.dedios@artica.es>
* include/styles/pandora.css, * include/styles/pandora.css,

View File

@ -95,7 +95,7 @@ $sources["system"] = __('System');
$sources["sql"] = __('Database'); $sources["sql"] = __('Database');
$table->data[9][1] = html_print_select ($sources, 'timesource', $config["timesource"], '', '', '', true); $table->data[9][1] = html_print_select ($sources, 'timesource', $config["timesource"], '', '', '', true);
$table->data[10][0] = __('Automatic update check'); $table->data[10][0] = __('Automatic check for updates');
$table->data[10][1] = __('Yes').'&nbsp;'.html_print_radio_button ('autoupdate', 1, '', $config["autoupdate"], true).'&nbsp;&nbsp;'; $table->data[10][1] = __('Yes').'&nbsp;'.html_print_radio_button ('autoupdate', 1, '', $config["autoupdate"], true).'&nbsp;&nbsp;';
$table->data[10][1] .= __('No').'&nbsp;'.html_print_radio_button ('autoupdate', 0, '', $config["autoupdate"], true); $table->data[10][1] .= __('No').'&nbsp;'.html_print_radio_button ('autoupdate', 0, '', $config["autoupdate"], true);

View File

@ -3,10 +3,10 @@
* @package Include/help/en * @package Include/help/en
*/ */
?> ?>
<h1>Origen de tiempo</h1> <h1>Time Source</h1>
<p> <p>
What source to use for the time. This can be (for now) either the local system (System) or database (Database).<br /><br /> What source to use for the time. This can be (for now) either the local system (System) or database (Database).<br />
</p> </p>
<p> <p>
This is useful when your database is not on the same system as your webserver or your Pandora FMS servers. This is useful when your database is not on the same system as your webserver or your Pandora FMS servers.