html_print_button(__('Request new license'),'',false,'generate_request_code()','class="ui-button-dialog ui-widget ui-state-default ui-corner-all ui-button-text-only sub next"');
echo'</div>';
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');
echo'</div>';
echo''.__('To get your <b>Pandora FMS Enterprise License</b>:').'<br />';
echo'<ul>';
echo'<li>';
echo''.__('Go to <a target="_blank" href="http://artica.es/pandoraupdate5/request/index.php">http://artica.es/pandoraupdate5/request/index.php</a>');
echo'</li>';
echo'<li>';
echo''.__('Enter the <b>auth key</b> and the following <b>request key</b>:');
echo'</li>';
echo'</ul>';
echo'<div id="code"></div>';
echo'<ul>';
echo'<li>';
echo''.__('Enter your name (or a company name) and a contact email address.');
echo'</li>';
echo'<li>';
echo''.__('Click on <b>Generate</b>.');
echo'</li>';
echo'<li>';
echo''.__('Click <a href="javascript: close_code_license_dialog();">here</a>, enter the generated license key and click on <b>Validate</b>.');