Commit f4160c0f authored by Bill Lynch's avatar Bill Lynch Committed by bill

Tweaks


git-svn-id: http://svn.igniterealtime.org/svn/repos/messenger/trunk@407 b35dd754-fafc-0310-a699-88a17e54d16e
parent f0e26293
...@@ -9,11 +9,11 @@ ...@@ -9,11 +9,11 @@
<sidebar name="Server Manager"> <sidebar name="Server Manager">
<item id="server-settings" name="System Settings" <item id="server-settings" name="Server Settings"
url="index.jsp" url="index.jsp"
description="Click to manage system settings" /> description="Click to manage system settings" />
<item id="server-props" name="Server Properties" <item id="server-props" name="System Properties"
url="server-properties.jsp" url="server-properties.jsp"
description="Click to manage server properties" /> description="Click to manage server properties" />
......
...@@ -43,7 +43,7 @@ ...@@ -43,7 +43,7 @@
%> %>
<% // Title of this page and breadcrumbs <% // Title of this page and breadcrumbs
String title = "System Settings"; String title = "Server Settings";
pageinfo.setTitle(title); pageinfo.setTitle(title);
pageinfo.setPageID("server-settings"); pageinfo.setPageID("server-settings");
%> %>
......
...@@ -103,7 +103,7 @@ ...@@ -103,7 +103,7 @@
%> %>
<% // Title of this page and breadcrumbs <% // Title of this page and breadcrumbs
String title = "Server Properties"; String title = "System Properties";
pageinfo.setTitle(title); pageinfo.setTitle(title);
pageinfo.getBreadcrumbs().add(new AdminPageBean.Breadcrumb("Main", "index.jsp")); pageinfo.getBreadcrumbs().add(new AdminPageBean.Breadcrumb("Main", "index.jsp"));
pageinfo.getBreadcrumbs().add(new AdminPageBean.Breadcrumb(title, "server-properties.jsp")); pageinfo.getBreadcrumbs().add(new AdminPageBean.Breadcrumb(title, "server-properties.jsp"));
...@@ -120,7 +120,7 @@ the full value or to see both the full name and value, click the edit icon next ...@@ -120,7 +120,7 @@ the full value or to see both the full name and value, click the edit icon next
property. property.
</p> </p>
<p><b>Jive Forums System Properties</b></p> <p><b>System Properties</b></p>
<% if (errors.size() > 0) { %> <% if (errors.size() > 0) { %>
......
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