upgrade.htm revision 99690585c1f4c3ffb83c50bcb5cc0725cadff899
486N/A ~ Distribution License (the License). You may not use this file except in compliance with the
486N/A ~ You can obtain a copy of the License at legal/CDDLv1.0.txt. See the License for the
486N/A ~ When distributing Covered Software, include this CDDL Header Notice in each file and include
486N/A ~ the License file at legal/CDDLv1.0.txt. If applicable, add the following below the CDDL
486N/A var $ = YAHOO.util.Dom.get;
486N/A window.open("$context$path?actionLink=saveReport", "Download");
486N/A var licenseAccepted = document.getElementById("upgrade-accept-check").checked ? "true" : "false";
486N/A AjaxUtils.call("$context$path?actionLink=doUpgrade&ie7fix=" + ie7fix + "&acceptLicense=" + licenseAccepted, writeConfigResponse);
619N/A document.getElementById("setupMessage").innerHTML = "";
619N/A var fr1 = window.frames['progressIframe'];
619N/A document.getElementById("upgrade-accept-license-button").disabled = document.getElementById("upgrade-accept-check").checked ? false : true;
486N/A YAHOO.util.Dom.addClass('upgrade', 'license-accepted');
486N/A <button id="cancelButton" type="button" onclick="cancelUpgrade();">$page.getLocalizedString("cancel.button")</button>
619N/A <input type="checkbox" onchange="upgradeAcceptChecked();" name="upgrade-accept-check" id="upgrade-accept-check" tabindex=1/>
486N/A <button id="upgrade-accept-license-button" type="button" onclick="upgradeAcceptLicense();" class="buttonblue license" disabled tabindex=2>Continue</button>
486N/A <button id="upgradeButton" type="button" onclick="doUpgrade()" tabindex=3>$page.getLocalizedString("upgrade.button")</button>
486N/A <button id="saveReportButton" type="button" onclick="saveReport();" class="buttonblue" tabindex=4>$page.getLocalizedString("save.report.button")</button>
536N/A <button id="cancelButton" type="button" onclick="cancelUpgrade();" tabindex=5>$page.getLocalizedString("cancel.button")</button>