2010-02-20 Sancho Lerena <slerena@artica.es>
* godmode/setup/setup.php: Fixed bug #2952636, thanks Junichi for the patch. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2393 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
2fe8a69c4e
commit
633f53a16d
|
@ -1,5 +1,8 @@
|
||||||
2010-02-20 Sancho Lerena <slerena@artica.es>
|
2010-02-20 Sancho Lerena <slerena@artica.es>
|
||||||
|
|
||||||
|
* godmode/setup/setup.php: Fixed bug #2952636, thanks Junichi for the
|
||||||
|
patch.
|
||||||
|
|
||||||
* include/gettext.php: Applied patch to solve problem in 64bit
|
* include/gettext.php: Applied patch to solve problem in 64bit
|
||||||
systems. Thanks Junichi!.
|
systems. Thanks Junichi!.
|
||||||
|
|
||||||
|
|
|
@ -74,9 +74,9 @@ $table->data[6][1] = print_input_text ('loginhash_pwd', $config["loginhash_pwd"]
|
||||||
|
|
||||||
$table->data[8][0] = __('Timestamp or time comparation') . print_help_icon ("time_stamp-comparation", true);
|
$table->data[8][0] = __('Timestamp or time comparation') . print_help_icon ("time_stamp-comparation", true);
|
||||||
$table->data[8][1] = __('Comparation in rollover').' ';
|
$table->data[8][1] = __('Comparation in rollover').' ';
|
||||||
$table->data[8][1] .= print_radio_button ('prominent_time', "timestamp", '', $config["prominent_time"], true);
|
$table->data[8][1] .= print_radio_button ('prominent_time', "comparation", '', $config["prominent_time"], true);
|
||||||
$table->data[8][1] .= '<br />'.__('Timestamp in rollover').' ';
|
$table->data[8][1] .= '<br />'.__('Timestamp in rollover').' ';
|
||||||
$table->data[8][1] .= print_radio_button ('prominent_time', "comparation", '', $config["prominent_time"], true);
|
$table->data[8][1] .= print_radio_button ('prominent_time', "timestamp", '', $config["prominent_time"], true);
|
||||||
|
|
||||||
$table->data[9][0] = __('Time source') . print_help_icon ("timesource", true);
|
$table->data[9][0] = __('Time source') . print_help_icon ("timesource", true);
|
||||||
$sources["system"] = __('System');
|
$sources["system"] = __('System');
|
||||||
|
|
Loading…
Reference in New Issue