mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
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
36 lines
851 B
HTML
36 lines
851 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>IPA: Identity Policy Audit</title>
|
|
|
|
<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="header-logo">
|
|
<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>
|
|
</div>
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|
|
|