summaryrefslogtreecommitdiffstats
path: root/install/migration/error.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/migration/error.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/migration/error.html')
-rw-r--r--install/migration/error.html25
1 files changed, 11 insertions, 14 deletions
diff --git a/install/migration/error.html b/install/migration/error.html
index fc61ea2f1..3d58efe76 100644
--- a/install/migration/error.html
+++ b/install/migration/error.html
@@ -4,31 +4,28 @@
<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>
+ <img src="../ui/ipalogo.png" /><img src="../ui/ipabanner.png" />
+ </div>
<br>
<br>
<div id="formwindow">
<h4>We're Sorry</h4>
<div class="formcontent">
<p>
- <strong>There was a problem with your request. Please, try again later.</strong>
- </p>
- <p>
- <label>If the problem persists, contact your administrator.</label>
- </p>
- </div>
+ <strong>There was a problem with your request. Please, try again later.</strong>
+ </p>
+ <p>
+ <label>If the problem persists, contact your administrator.</label>
+ </p>
+ </div>
</div>
</div>