Commit 0d69fb3d authored by Daniel Henninger's avatar Daniel Henninger Committed by dhenninger

[GATE-174] Separated stable from unstable transports.

git-svn-id: http://svn.igniterealtime.org/svn/repos/wildfire/trunk@6894 b35dd754-fafc-0310-a699-88a17e54d16e
parent 19442119
......@@ -151,6 +151,8 @@
## Added key: 'gateway.base.registrationdeniedbyhost'
## Added key: 'gateway.base.registrationdeniednoacct'
## Added key: 'gateway.base.registrationdeniedbadusername'
## Added key: 'gateway.web.settings.unstable.title'
## Added key: 'gateway.web.settings.unstable.notice'
# Temporary Tags Until Fixed Properly
......@@ -265,6 +267,8 @@ gateway.web.settings.permissionssaved=Permissions Saved
gateway.web.settings.host=Host
gateway.web.settings.port=Port
gateway.web.settings.encoding=Encoding
gateway.web.settings.unstable.title=Unstable Gateways
gateway.web.settings.unstable.notice=The following gateways are unstable and are not recommended in a production environment. They are provided for those interested in trying out unstable services and are comfortable knowing they may not work correctly.
# Web Interface (Registrations)
gateway.web.registrations.instructions=Below is a list of all gateway service registrations. To filter by active sessions and/or specific gateways select the options below and update the view.
......
......@@ -545,7 +545,7 @@
</head>
<body>
<p><fmt:message key="gateway.web.settings.instructions" />
<p><fmt:message key="gateway.web.settings.instructions" /></p>
<form action="" name="gatewayForm">
......@@ -553,6 +553,13 @@
<% icqSettings.printSettingsDialog(); %>
<% ircSettings.printSettingsDialog(); %>
<% msnSettings.printSettingsDialog(); %>
<br><br>
<div id="jive-title"><fmt:message key="gateway.web.settings.unstable.title" /></div>
<p><fmt:message key="gateway.web.settings.unstable.notice" /></p>
<% yahooSettings.printSettingsDialog(); %>
</form>
......
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