From 7fe8e88e72773a207f6a23feb2d08feb34e77e6d Mon Sep 17 00:00:00 2001 From: Rob Crittenden Date: Thu, 7 Feb 2008 11:32:30 -0500 Subject: Switch 'below' to 'above' to point to the right location of the CA on the page --- ipa-server/xmlrpc-server/unauthorized.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ipa-server/xmlrpc-server') diff --git a/ipa-server/xmlrpc-server/unauthorized.html b/ipa-server/xmlrpc-server/unauthorized.html index eba1266a..cc53e33b 100644 --- a/ipa-server/xmlrpc-server/unauthorized.html +++ b/ipa-server/xmlrpc-server/unauthorized.html @@ -17,7 +17,7 @@ Import the IPA Certificate Authority. if (navigator.userAgent.indexOf("Firefox") != -1 || navigator.userAgent.indexOf("SeaMonkey") != -1) { - document.write("

You can automatically configure your browser to work with Kerberos by importing the Certificate Authority below and clicking on the Configure Browser button.

"); + document.write("

You can automatically configure your browser to work with Kerberos by importing the Certificate Authority above and clicking on the Configure Browser button.

"); document.write("

You must reload this page after importing the Certificate Authority for the automatic settings to work

"); document.write("<\/object"); } -- cgit