summaryrefslogtreecommitdiffstats
path: root/install/html/browserconfig.html
diff options
context:
space:
mode:
authorPetr Vobornik <pvoborni@redhat.com>2011-08-05 14:58:02 +0200
committerAdam Young <ayoung@redhat.com>2011-08-08 13:49:26 -0400
commitb9365746723421971d61fab86ed2bc3782cf2140 (patch)
treef2d2369f08748954c8f89df6559e71fe84dbce4f /install/html/browserconfig.html
parentd08dcb40e1db63d4b40d911bb15a656f0dcbf8ae (diff)
downloadfreeipa-b9365746723421971d61fab86ed2bc3782cf2140.tar.gz
freeipa-b9365746723421971d61fab86ed2bc3782cf2140.tar.xz
freeipa-b9365746723421971d61fab86ed2bc3782cf2140.zip
Redirection after changing browser configuration
https://fedorahosted.org/freeipa/ticket/1502 Added redirection link. CSS styling of configuration page. Some CSS cleaning.
Diffstat (limited to 'install/html/browserconfig.html')
-rw-r--r--install/html/browserconfig.html8
1 files changed, 2 insertions, 6 deletions
diff --git a/install/html/browserconfig.html b/install/html/browserconfig.html
index 308537ad5..f7ddedfca 100644
--- a/install/html/browserconfig.html
+++ b/install/html/browserconfig.html
@@ -8,7 +8,6 @@
<link rel="stylesheet" type="text/css" href="../ui/jquery-ui.css" />
<link rel="stylesheet" type="text/css" href="ipa_error.css" />
-
<script type="text/javascript">
$(document).ready(function() {
if (navigator.userAgent.indexOf("Firefox") != -1 ||
@@ -18,8 +17,6 @@
}
});
</script>
-
-
</head>
<body id="header-bg">
@@ -32,11 +29,10 @@
<h1>Configure Browser</h1>
<p> Click the below button to configure your browser </p>
<object data="jar:/ipa/errors/configure.jar!/preferences.html"
- type="text/html"><\/object>
+ type="text/html" class="browser-config"></object>
</div>
<div class="textblockkrb">
- <p>Once you have configured your browser,
- <a href="/ipa/ui">click here to return to the Web UI</a></p>
+ <p><a href="/ipa/ui">Return to the Web UI</a></p>
</div>
</div>