Skip to content

Commit 03da181

Browse files
authored
Merge pull request #240 from axonivy/remove-serenity
XIVY-16062 Remove serenity usage
2 parents c3503c4 + bf5eb8c commit 03da181

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

ivy-custom-errorpage/error-404.xhtml

+8-8
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66
xmlns:p="http://primefaces.org/ui">
77

88
<h:head>
9-
<f:attribute name="primefaces.THEME" value="serenity-ivy" />
9+
<f:attribute name="primefaces.THEME" value="freya-ivy-light" />
1010
<f:facet name="first">
1111
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
1212
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
1313
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"/>
1414
<meta name="apple-mobile-web-app-capable" content="yes" />
1515
</f:facet>
16-
<title>PrimeFaces Serenity - Not Found</title>
16+
<title>PrimeFaces Freya - Not Found</title>
1717
</h:head>
1818

1919
<h:body styleClass="exception-body notfound">
@@ -23,13 +23,9 @@
2323
</div>
2424

2525
<div class="exception-detail">
26-
27-
<div class="exception-icon">
28-
<i class="material-icons">&#xE5CD;</i>
29-
</div>
3026
<h1>PAGE NOT FOUND</h1>
3127
<p>Please contact the system administrator</p>
32-
<p:button icon="ui-icon-arrow-forward" href="/ivy/sys/info.xhtml" value="Back to info" />
28+
<p:button icon="si si-house-1" href="/" value="Back to info" />
3329
</div>
3430
</div>
3531

@@ -38,14 +34,18 @@
3834
.exception-body.notfound .exception-panel .exception-icon {
3935
background-color: #007095;
4036
}
37+
.exception-detail {
38+
text-align: center;
39+
}
4140
.exception-code {
41+
text-align: center;
4242
color:lightgray;
4343
font-weight: lighter;
4444
font-size: 18em;
4545
}
4646
</style>
4747

48-
<h:outputStylesheet name="css/layout-ivy.css" library="serenity-layout" />
48+
<h:outputStylesheet name="css/layout-ivy-light.css" library="freya-layout" />
4949
</h:body>
5050

5151
</html>

0 commit comments

Comments
 (0)