- Rename cssHelper to intl for ease of tagging
- configui.jsp post-prop fixup
This commit is contained in:
@ -14,7 +14,7 @@
|
||||
%>
|
||||
<html><head>
|
||||
<%@include file="css.jsp" %>
|
||||
<%=cssHelper.title("Page Not Found")%>
|
||||
<%=intl.title("Page Not Found")%>
|
||||
</head><body>
|
||||
<%
|
||||
if (System.getProperty("router.consoleNonce") == null) {
|
||||
@ -24,6 +24,6 @@ if (System.getProperty("router.consoleNonce") == null) {
|
||||
<%@include file="summary.jsp" %>
|
||||
<h1><%=ERROR_CODE%> <%=ERROR_MESSAGE%></h1>
|
||||
<div class="sorry" id="warning">
|
||||
<%=cssHelper._("Sorry! You appear to be requesting a non-existent Router Console page or resource.")%><hr>
|
||||
<%=cssHelper._("Error 404")%>: <%=ERROR_URI%> <%=cssHelper._("not found")%>.
|
||||
<%=intl._("Sorry! You appear to be requesting a non-existent Router Console page or resource.")%><hr>
|
||||
<%=intl._("Error 404")%>: <%=ERROR_URI%> <%=intl._("not found")%>.
|
||||
</div></body></html>
|
||||
|
Reference in New Issue
Block a user