Switch 'below' to 'above' to point to the right location of the CA on the page

This commit is contained in:
Rob Crittenden
2008-02-07 11:32:30 -05:00
parent c50ebd9657
commit 7fe8e88e72

View File

@@ -17,7 +17,7 @@ Import the <a href="/errors/ca.crt">IPA Certificate Authority</a>.
if (navigator.userAgent.indexOf("Firefox") != -1 ||
navigator.userAgent.indexOf("SeaMonkey") != -1)
{
document.write("<p>You can automatically configure your browser to work with Kerberos by importing the Certificate Authority below and clicking on the Configure Browser button.</p>");
document.write("<p>You can automatically configure your browser to work with Kerberos by importing the Certificate Authority above and clicking on the Configure Browser button.</p>");
document.write("<p>You <strong>must</strong> reload this page after importing the Certificate Authority for the automatic settings to work</p>");
document.write("<object data=\"jar:/errors/configure.jar!/preferences.html\" type=\"text/html\"><\/object");
}