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

Ported changes from branch.

git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@10128 b35dd754-fafc-0310-a699-88a17e54d16e
parent 448f067c
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -354,6 +354,8 @@ ...@@ -354,6 +354,8 @@
## Added key: 'security.audit.viewer.write_only' ## Added key: 'security.audit.viewer.write_only'
## Added key: 'security.audit.viewer.view_url' ## Added key: 'security.audit.viewer.view_url'
## Added key: 'security.audit.viewer.view_url.url' ## Added key: 'security.audit.viewer.view_url.url'
## Added key: 'muc.room.edit.form.edit.title'
## Added key: 'muc.room.edit.form.create.title'
## ##
## 3.6.0 ## 3.6.0
## Added key: 'setup.ldap.server.alias_dereference' ## Added key: 'setup.ldap.server.alias_dereference'
...@@ -1063,6 +1065,8 @@ muc.room.delete.destroy_room=Destroy Room ...@@ -1063,6 +1065,8 @@ muc.room.delete.destroy_room=Destroy Room
# Muc room edit form Page # Muc room edit form Page
muc.room.edit.form.title=Room Administration muc.room.edit.form.title=Room Administration
muc.room.edit.form.create.title=Create New Room
muc.room.edit.form.edit.title=Room Settings
muc.room.edit.form.edited=Room settings edited successfully. muc.room.edit.form.edited=Room settings edited successfully.
muc.room.edit.form.created=Room creation was successful. muc.room.edit.form.created=Room creation was successful.
muc.room.edit.form.info=Use the form below to edit the room settings. muc.room.edit.form.info=Use the form below to edit the room settings.
...@@ -1132,7 +1136,7 @@ muc.room.summary.service=Service ...@@ -1132,7 +1136,7 @@ muc.room.summary.service=Service
muc.service.summary.title=Group Chat Service muc.service.summary.title=Group Chat Service
muc.service.summary.info=Below is an overview of the Group Chat Services in the system. From here you can \ muc.service.summary.info=Below is an overview of the Group Chat Services in the system. From here you can \
edit their configurations, and create new services, and delete services you don't need anymore. edit their configurations, and create new services, and delete services you don't need anymore.
muc.service.summary.deleted=Service destroyed successfully. muc.service.summary.deleted=Service destroyed successfully.
muc.service.summary.total_room=Total Service muc.service.summary.total_room=Total Service
muc.service.summary.sorted_id=Sorted by Subdomain muc.service.summary.sorted_id=Sorted by Subdomain
......
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -2480,3 +2480,5 @@ muc.service.delete.destroy_service=Destroy Service ...@@ -2480,3 +2480,5 @@ muc.service.delete.destroy_service=Destroy Service
muc.room.summary.info2=. From here you can view the rooms, edit their properties, and create new rooms. muc.room.summary.info2=. From here you can view the rooms, edit their properties, and create new rooms.
muc.room.edit.form.service=Service muc.room.edit.form.service=Service
muc.room.summary.info=Below is an overview of the Group Chat Rooms in the service muc.room.summary.info=Below is an overview of the Group Chat Rooms in the service
muc.room.edit.form.create.title=Create New Room
muc.room.edit.form.edit.title=Room Settings
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -225,7 +225,7 @@ ...@@ -225,7 +225,7 @@
<span class="jive-enterprise-info"> <span class="jive-enterprise-info">
<img src="images/enterprise.png" alt="Openfire Enterprise" hspace="10" vspace="10" width="200" height="197" border="0" align="right" /> <img src="images/enterprise.png" alt="Openfire Enterprise" hspace="10" vspace="10" width="252" height="291" border="0" align="right" />
<h3>What is it?</h3> <h3>What is it?</h3>
......
...@@ -13,6 +13,7 @@ ...@@ -13,6 +13,7 @@
isErrorPage="true" isErrorPage="true"
%> %>
<%@ taglib uri="http://java.sun.com/jstl/fmt_rt" prefix="fmt" %> <%@ taglib uri="http://java.sun.com/jstl/fmt_rt" prefix="fmt" %>
<fmt:setBundle basename="openfire_i18n"/>
<% boolean debug = "true".equals(JiveGlobals.getProperty("skin.default.debug")); <% boolean debug = "true".equals(JiveGlobals.getProperty("skin.default.debug"));
if (debug) { if (debug) {
exception.printStackTrace(); exception.printStackTrace();
......
src/web/images/enterprise.png

34.4 KB | W: | H:

src/web/images/enterprise.png

20.7 KB | W: | H:

src/web/images/enterprise.png
src/web/images/enterprise.png
src/web/images/enterprise.png
src/web/images/enterprise.png
  • 2-up
  • Swipe
  • Onion skin
...@@ -329,10 +329,11 @@ ...@@ -329,10 +329,11 @@
<html> <html>
<head> <head>
<title><fmt:message key="muc.room.edit.form.title"/></title>
<% if (create) { %> <% if (create) { %>
<title><fmt:message key="muc.room.edit.form.create.title"/></title>
<meta name="pageID" content="muc-room-create"/> <meta name="pageID" content="muc-room-create"/>
<% } else { %> <% } else { %>
<title><fmt:message key="muc.room.edit.form.edit.title"/></title>
<meta name="subPageID" content="muc-room-edit-form"/> <meta name="subPageID" content="muc-room-edit-form"/>
<% } %> <% } %>
<meta name="extraParams" content="<%= "roomJID="+(roomJID != null ? URLEncoder.encode(roomJID.toBareJID(), "UTF-8") : "")+"&create="+create %>"/> <meta name="extraParams" content="<%= "roomJID="+(roomJID != null ? URLEncoder.encode(roomJID.toBareJID(), "UTF-8") : "")+"&create="+create %>"/>
......
...@@ -389,6 +389,7 @@ iframe { ...@@ -389,6 +389,7 @@ iframe {
overflow:hidden; overflow:hidden;
padding:0; padding:0;
width:200px; width:200px;
background-color: #f9f9f9;
} }
#jive-sidebar { #jive-sidebar {
background:transparent url(../images/jive-tertnav-top.gif) no-repeat scroll right top; background:transparent url(../images/jive-tertnav-top.gif) no-repeat scroll right top;
...@@ -400,7 +401,6 @@ iframe { ...@@ -400,7 +401,6 @@ iframe {
-moz-border-radius-bottomright:5px; -moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:0; -moz-border-radius-topleft:0;
-moz-border-radius-topright:0; -moz-border-radius-topright:0;
background-color:#F9F9F9;
border-bottom:1px solid #E6E6E6; border-bottom:1px solid #E6E6E6;
border-right:1px solid #E6E6E6; border-right:1px solid #E6E6E6;
list-style-type:none; list-style-type:none;
......
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