Commit 93017833 authored by Daniel Henninger's avatar Daniel Henninger Committed by dhenninger

[JM-840] Partial fix. Sets bundle for wrapper portion of admin console to...

[JM-840] Partial fix.  Sets bundle for wrapper portion of admin console to openfire's so that plugin doesn't have to override.  That said, it does not yet cascase so that plugins can reuse global settings.

git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@9804 b35dd754-fafc-0310-a699-88a17e54d16e
parent 21968d3f
......@@ -41,6 +41,7 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<fmt:setBundle basename="openfire_i18n"/>
<html>
<head>
<title><%= AdminConsole.getAppName() %> <fmt:message key="login.title" />: <decorator:title /></title>
......@@ -133,6 +134,7 @@
</td>
<td width="99%" id="jive-content">
<% if (message != null) { %>
<%= message %>
......@@ -169,4 +171,4 @@
<!-- END footer -->
</body>
</html>
\ No newline at end of file
</html>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment