summaryrefslogtreecommitdiffstats
path: root/install/migration/index.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:36 -0500
commitc8f9f8d351015c27b5a6165d663ce7d8ccb984db (patch)
tree4f23187a907e2446ad6ce8cd206d15ca364ddd40 /install/migration/index.html
parent92dbd68677b3166ebb8897c5fac7d6a142226ac1 (diff)
downloadfreeipa-c8f9f8d351015c27b5a6165d663ce7d8ccb984db.tar.gz
freeipa-c8f9f8d351015c27b5a6165d663ce7d8ccb984db.tar.xz
freeipa-c8f9f8d351015c27b5a6165d663ce7d8ccb984db.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/migration/index.html')
-rw-r--r--install/migration/index.html27
1 files changed, 12 insertions, 15 deletions
diff --git a/install/migration/index.html b/install/migration/index.html
index c626e2415..d61cd61c4 100644
--- a/install/migration/index.html
+++ b/install/migration/index.html
@@ -4,27 +4,24 @@
<meta charset="utf-8">
<title>IPA: Identity Policy Audit</title>
- <script type="text/javascript" src="develop.js"></script>
- <script type="text/javascript" src="webui.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_migration.css" />
</head>
<body id="header-bg">
-
- <div class="container_1">
+
+ <div class="container_1">
<div class="header-logo">
- <img src="ipalogo.png" />
- </div>
- <div class="textblock">
+ <img src="../ui/ipalogo.png" /><img src="../ui/ipabanner.png" />
+ </div>
+ <div class="textblock">
<h3>Password Migration</h3>
- <p>If you have been sent here by your administrator, your personal
- information is being migrated to a new identity management solution
+ <p>If you have been sent here by your administrator, your personal
+ information is being migrated to a new identity management solution
(IPA).</p>
- <p>Please, enter your credentials in the form below to complete the
- process. Upon successful login your kerberos account will be
- activated.</p>
+ <p>Please, enter your credentials in the form below to complete the
+ process. Upon successful login your kerberos account will be
+ activated.</p>
</div>
<div id="formwindow">
<h4>Login</h4>
@@ -42,7 +39,7 @@
<div class="formbutton">
<input name="submit" value="Migrate" type="submit" />
</div>
-
+
</form>
</div>
</div>