[Rebranding] Added custom logo to node request new license
This commit is contained in:
parent
946e897db6
commit
9935b7f8a3
|
@ -103,9 +103,9 @@ if (enterprise_installed()) {
|
||||||
echo '</form>';
|
echo '</form>';
|
||||||
echo '<div id="code_license_dialog" style="display: none; text-align: left;" title="' . __('Request new license') . '">';
|
echo '<div id="code_license_dialog" style="display: none; text-align: left;" title="' . __('Request new license') . '">';
|
||||||
echo '<div id="logo">';
|
echo '<div id="logo">';
|
||||||
html_print_image('images/pandora_tinylogo.png');
|
html_print_image(ui_get_custom_header_logo());
|
||||||
echo '</div>';
|
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 '<ul>';
|
||||||
echo '<li>';
|
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>");
|
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>");
|
||||||
|
|
Loading…
Reference in New Issue