* Routerconsole build: rename include files so they aren't
compiled and bundled separately (~15KB)
This commit is contained in:
@ -13,10 +13,10 @@
|
||||
// If it can't find the iframe or viewtheme.jsp I wonder if the whole thing blows up...
|
||||
%>
|
||||
<html><head>
|
||||
<%@include file="css.jsp" %>
|
||||
<%@include file="css.jsi" %>
|
||||
<%=intl.title("Page Not Found")%>
|
||||
</head><body>
|
||||
<%@include file="summary.jsp" %>
|
||||
<%@include file="summary.jsi" %>
|
||||
<h1><%=ERROR_CODE%> <%=ERROR_MESSAGE%></h1>
|
||||
<div class="sorry" id="warning">
|
||||
<%=intl._("Sorry! You appear to be requesting a non-existent Router Console page or resource.")%><hr>
|
||||
|
Reference in New Issue
Block a user