summaryrefslogtreecommitdiffstats
path: root/install/migration/error.html
diff options
context:
space:
mode:
authorPetr Vobornik <pvoborni@redhat.com>2014-03-31 15:55:12 +0200
committerPetr Vobornik <pvoborni@redhat.com>2014-06-10 10:23:22 +0200
commitf0cf2e10d5ca6ce261c256288e2b6d15b23b1418 (patch)
tree3c8b9e08b65004f3bf3391b6b894e53202a8beb5 /install/migration/error.html
parent5a2aed99baa059e9ccdfd9f0d2f2b4cb68ba8930 (diff)
downloadfreeipa-f0cf2e10d5ca6ce261c256288e2b6d15b23b1418.tar.gz
freeipa-f0cf2e10d5ca6ce261c256288e2b6d15b23b1418.tar.xz
freeipa-f0cf2e10d5ca6ce261c256288e2b6d15b23b1418.zip
webui: apply PatternFly theme on migration pages
https://fedorahosted.org/freeipa/ticket/4278 Reviewed-By: Endi Sukma Dewata <edewata@redhat.com>
Diffstat (limited to 'install/migration/error.html')
-rw-r--r--install/migration/error.html37
1 files changed, 21 insertions, 16 deletions
diff --git a/install/migration/error.html b/install/migration/error.html
index 9e1e3bd0b..896e56ec6 100644
--- a/install/migration/error.html
+++ b/install/migration/error.html
@@ -4,31 +4,36 @@
<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="../ui/ipa.css" />
+ <link rel="stylesheet" type="text/css" href="../ui/css/patternfly.css" />
+ <link rel="stylesheet" type="text/css" href="../ui/css/ipa.css" />
</head>
<body class="info-page">
+ <nav class="navbar navbar-default navbar-pf" role="navigation">
+ <div class="navbar-header">
+ <a class="brand" href="../ui/index.html"><img src="../ui/images/header-logo.png" alt="FreeIPA"></a>
+ </div>
+ </nav>
- <div class="container_1">
- <div class="header-logo">
- <img src="../ui/images/ipa-logo.png" /><img src="../ui/images/ipa-banner.png" />
- </div>
- <br>
- <br>
- <div id="formwindow">
- <h2>We're Sorry</h2>
- <div class="formcontent">
+ <div class="container-fluid">
+ <div class="row">
+ <div class="col-sm-12">
+
+ <h1>We're Sorry</h1>
+ <div class="formcontent">
+ <p>
+ There was a problem with your request. Please, try again later.
+ </p>
<p>
- <strong>There was a problem with your request. Please, try again later.</strong>
+ If the problem persists, contact your administrator.
</p>
<p>
- <label>If the problem persists, contact your administrator.</label>
+ <a href="index.html" class="btn btn-default" title="Return back">Return back</a>
</p>
- </div>
</div>
- </div>
-
+ </div>
+ </div>
+ </div>
</body>
</html>