[Rebranding] Added custom logo to node request new license

This commit is contained in:
fermin831 2018-05-22 16:49:49 +02:00
parent 946e897db6
commit 9935b7f8a3
1 changed files with 2 additions and 2 deletions

View File

@ -103,9 +103,9 @@ if (enterprise_installed()) {
echo '</form>';
echo '<div id="code_license_dialog" style="display: none; text-align: left;" title="' . __('Request new license') . '">';
echo '<div id="logo">';
html_print_image('images/pandora_tinylogo.png');
html_print_image(ui_get_custom_header_logo());
echo '</div>';
echo '' . __('To get your <b>Pandora FMS Enterprise License</b>:') . '<br />';
echo '' . __('To get your <b>%s Enterprise License</b>:', get_product_name()) . '<br />';
echo '<ul>';
echo '<li>';
echo '' . sprintf(__('Go to %s'), "<a target=\"_blank\" href=\"https://licensing.artica.es/pandoraupdate7/index.php?section=generate_key_client\">https://licensing.artica.es/pandoraupdate7/index.php?section=generate_key_client</a>");