summaryrefslogtreecommitdiffstats
path: root/install/html
diff options
context:
space:
mode:
authorPetr Vobornik <pvoborni@redhat.com>2011-10-06 14:30:26 +0200
committerEndi S. Dewata <edewata@redhat.com>2011-10-06 23:24:12 -0500
commita0470afdcddcfcdade802b6cf04c43898f52421d (patch)
tree337928b2233423b28ba4050bdc4e977b10d4af52 /install/html
parenta85bb7fa9e5a03b391d684e2850bfe4663f94e21 (diff)
downloadfreeipa-a0470afdcddcfcdade802b6cf04c43898f52421d.tar.gz
freeipa-a0470afdcddcfcdade802b6cf04c43898f52421d.tar.xz
freeipa-a0470afdcddcfcdade802b6cf04c43898f52421d.zip
Fixed links to images in config and migration pages
https://fedorahosted.org/freeipa/ticket/1932 Description of problem: Title is missing while configuring browser for the first time. Actual results: There is no title on this screen. I noticed it only on step 8 and later so I am not sure if title is also missing earlier at step 6 or not. Expected results: Title "Identity Management" is always present. Fixed: * modified paths to images * fixed padding in ssbrowser.html * moved browser icons to ui folder * deleted unused images in html and migration folders (they are already in ui folder, and weren't deployed) whitespaces
Diffstat (limited to 'install/html')
-rw-r--r--install/html/browserconfig.html2
-rw-r--r--install/html/firefox-icon.pngbin6107 -> 0 bytes
-rw-r--r--install/html/hbac-deny-remove.html2
-rw-r--r--install/html/ie-icon.pngbin5265 -> 0 bytes
-rw-r--r--install/html/ipa_error.css3
-rw-r--r--install/html/ipalogo.pngbin2492 -> 0 bytes
-rw-r--r--install/html/ssbrowser.html36
-rw-r--r--install/html/unauthorized.html2
8 files changed, 23 insertions, 22 deletions
diff --git a/install/html/browserconfig.html b/install/html/browserconfig.html
index 5375ff912..f2ed81604 100644
--- a/install/html/browserconfig.html
+++ b/install/html/browserconfig.html
@@ -23,7 +23,7 @@
<div class="container_1">
<div class="header-logo">
- <img src="../ui/ipalogo.png" />
+ <img src="../ui/ipalogo.png" /><img src="../ui/ipabanner.png" />
</div>
<div class="textblockkrb" style="display: none;">
diff --git a/install/html/firefox-icon.png b/install/html/firefox-icon.png
deleted file mode 100644
index ca149a42a..000000000
--- a/install/html/firefox-icon.png
+++ /dev/null
Binary files differ
diff --git a/install/html/hbac-deny-remove.html b/install/html/hbac-deny-remove.html
index 987819cd2..fccaafd08 100644
--- a/install/html/hbac-deny-remove.html
+++ b/install/html/hbac-deny-remove.html
@@ -16,7 +16,7 @@
<div class="container_1">
<div class="header-logo">
- <img src="../ui/ipalogo.png" />
+ <img src="../ui/ipalogo.png" /><img src="../ui/ipabanner.png" />
</div>
<div class="textblockkrb">
<h1>Removal of HBAC Deny Rules.</h1>
diff --git a/install/html/ie-icon.png b/install/html/ie-icon.png
deleted file mode 100644
index 52f7a83f2..000000000
--- a/install/html/ie-icon.png
+++ /dev/null
Binary files differ
diff --git a/install/html/ipa_error.css b/install/html/ipa_error.css
index 90e19a4db..fef0ef6db 100644
--- a/install/html/ipa_error.css
+++ b/install/html/ipa_error.css
@@ -644,7 +644,8 @@ form#login {
text-align: left;
margin-top: 5em;
font-size: 1.1em;
- padding-left: 3em;
+ padding-left: 3em;
+ padding-right: 3em;
}
.textblockkrb ul li {
diff --git a/install/html/ipalogo.png b/install/html/ipalogo.png
deleted file mode 100644
index 62185c1b0..000000000
--- a/install/html/ipalogo.png
+++ /dev/null
Binary files differ
diff --git a/install/html/ssbrowser.html b/install/html/ssbrowser.html
index 49e02e7aa..3e2bd19a9 100644
--- a/install/html/ssbrowser.html
+++ b/install/html/ssbrowser.html
@@ -5,23 +5,23 @@
<title>IPA: Identity Policy Audit</title>
<script type="text/javascript" src="../ui/jquery.js"></script>
- <link rel="stylesheet" type="text/css" href="jquery-ui.css" />
+ <link rel="stylesheet" type="text/css" href="../ui/jquery-ui.css" />
<link rel="stylesheet" type="text/css" href="ipa_error.css" />
</head>
<body id="header-bg">
-
- <div class="container_1">
+
+ <div class="container_1">
<div class="header-logo">
- <img src="../ui/ipalogo.png" />
- </div>
- <div class="textblockkrb">
+ <img src="../ui/ipalogo.png" /><img src="../ui/ipabanner.png" />
+ </div>
+ <div class="textblockkrb">
<h3>Browser Kerberos Setup</h3>
- <img alt="Internet Explorer" src="ie-icon.png"><h5>Internet Explorer Configuration</h5>
+ <img alt="Internet Explorer" src="../ui/ie-icon.png"><h5>Internet Explorer Configuration</h5>
<p>Once you are able to log into the workstation with your kerberos key you are now able to use that ticket in Internet Explorer. </p>
-
+
<strong>Login to the Windows machine using an account of your Kerberos realm (administrative domain)</strong><br>
- <strong>In Internet Explorer, click Tools, and then click Internet Options.</strong>
+ <strong>In Internet Explorer, click Tools, and then click Internet Options.</strong>
<br>
<ul>
<li> 1. Click the Security tab </li>
@@ -38,15 +38,15 @@
<li> Visit a kerberized web site using IE (You must use the fully-qualified Domain Name in the URL)</li>
<li><strong> You are all set. </strong></li>
</ul>
-
+
<br>
-
- <img alt="Firefox" src="firefox-icon.png"><h5>Firefox Configuration</h5>
-
+
+ <img alt="Firefox" src="../ui/firefox-icon.png"><h5>Firefox Configuration</h5>
+
<p>You can configure Firefox to use Kerberos for Single Sign-on. The following instructions will guide you in configuring your web browser <br>
to send your Kerberos credentials to the appropriate Key Distribution Center which enables Single Sign-on. </p>
-
- <ul><li> 1. In the address bar of Firefox, type <tt>about:config</tt> to display the list of current configuration options.</li>
+
+ <ul><li> 1. In the address bar of Firefox, type <tt>about:config</tt> to display the list of current configuration options.</li>
<li> 2. In the Filter field, type <tt>negotiate</tt> to restrict the list of options. </li>
<li> 3. Double-click the <tt>network.negotiate-auth.trusted-uris</tt> entry to display the Enter string value dialog box. </li>
<li> 4. Enter the name of the domain against which you want to authenticate, for example, <tt>.example.com.</tt> </li>
@@ -54,10 +54,10 @@
<br>
<li><strong> You are all set. </strong></li>
</ul>
-
-
+
+
</div>
-
+
</div>
</body>
diff --git a/install/html/unauthorized.html b/install/html/unauthorized.html
index eeb47caaf..345fc6c96 100644
--- a/install/html/unauthorized.html
+++ b/install/html/unauthorized.html
@@ -25,7 +25,7 @@
<div class="container_1">
<div class="header-logo">
- <img src="../ui/ipalogo.png" />
+ <img src="../ui/ipalogo.png" /><img src="../ui/ipabanner.png" />
</div>
<div class="textblockkrb">