2013-10-02 Miguel de Dios <miguel.dedios@artica.es>

* godmode/setup/setup_general.php: removed the field
	to change the license.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8843 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
mdtrooper 2013-10-02 14:39:45 +00:00
parent b680918a4a
commit 6be6450d47
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2013-10-02 Miguel de Dios <miguel.dedios@artica.es>
* godmode/setup/setup_general.php: removed the field
to change the license.
2013-10-02 Miguel de Dios <miguel.dedios@artica.es>
* include/javascript/jquery.pandora.js: fixed the previous fixed.

View File

@ -207,13 +207,16 @@ $table->data[26][1] = html_print_select($sounds, 'sound_warning', $config['sound
$table->data[26][1] .= ' <a href="javascript: toggleButton(\'warning\');">' . html_print_image("images/control_play_col.png", true, array("id" => "button_sound_warning", "style" => "vertical-align: middle;", "width" => "16", "title" => __('Play sound'))) . '</a>';
$table->data[26][1] .= '<div id="layer_sound_warning"></div>';
/*
$table->data[27][0] = __('License information');
$license_info = db_get_value ('value', 'tupdate_settings', '`key`', 'customer_key');
if ($license_info === false)
$license_info = '';
$table->data[27][1] = html_print_input_text ('license_info_key', $license_info, '', 40, 255, true);
$table->data[27][1] .= '&nbsp;<a id="dialog_license_info" title="'.__("License Info").'" href="#">'.html_print_image('images/lock.png', true, array('class' => 'bot', 'title' => __('License info'))).'</a>';
$table->data[27][1] .= '<div id="dialog_show_license" style="display:none"></div>';
*/
$table->data[28][0] = __('Public URL');
$table->data[28][0] .= ui_print_help_tip(__('Set this value when your PandoraFMS across inverse proxy or for example with mod_proxy of Apache.'), true);