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
......@@ -2347,3 +2347,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.edit.form.service=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
......@@ -2333,3 +2333,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.edit.form.service=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
......@@ -354,6 +354,8 @@
## Added key: 'security.audit.viewer.write_only'
## Added key: 'security.audit.viewer.view_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
## Added key: 'setup.ldap.server.alias_dereference'
......@@ -1063,6 +1065,8 @@ muc.room.delete.destroy_room=Destroy Room
# Muc room edit form Page
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.created=Room creation was successful.
muc.room.edit.form.info=Use the form below to edit the room settings.
......
......@@ -2384,3 +2384,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.edit.form.service=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
......@@ -1954,3 +1954,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.edit.form.service=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
......@@ -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.edit.form.service=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
......@@ -2344,3 +2344,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.edit.form.service=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
......@@ -2313,3 +2313,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.edit.form.service=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
......@@ -2347,3 +2347,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.edit.form.service=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
......@@ -2125,3 +2125,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.edit.form.service=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
......@@ -225,7 +225,7 @@
<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>
......
......@@ -13,6 +13,7 @@
isErrorPage="true"
%>
<%@ 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"));
if (debug) {
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 @@
<html>
<head>
<title><fmt:message key="muc.room.edit.form.title"/></title>
<% if (create) { %>
<title><fmt:message key="muc.room.edit.form.create.title"/></title>
<meta name="pageID" content="muc-room-create"/>
<% } else { %>
<title><fmt:message key="muc.room.edit.form.edit.title"/></title>
<meta name="subPageID" content="muc-room-edit-form"/>
<% } %>
<meta name="extraParams" content="<%= "roomJID="+(roomJID != null ? URLEncoder.encode(roomJID.toBareJID(), "UTF-8") : "")+"&create="+create %>"/>
......
......@@ -389,6 +389,7 @@ iframe {
overflow:hidden;
padding:0;
width:200px;
background-color: #f9f9f9;
}
#jive-sidebar {
background:transparent url(../images/jive-tertnav-top.gif) no-repeat scroll right top;
......@@ -400,7 +401,6 @@ iframe {
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:0;
-moz-border-radius-topright:0;
background-color:#F9F9F9;
border-bottom:1px solid #E6E6E6;
border-right:1px solid #E6E6E6;
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