Commit ca213472 authored by Ryan Graham's avatar Ryan Graham Committed by ryang

minor refactoring


git-svn-id: http://svn.igniterealtime.org/svn/repos/messenger/trunk@1273 b35dd754-fafc-0310-a699-88a17e54d16e
parent e192e9aa
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<plugin> <plugin>
<class>org.jivesoftware.messenger.plugin.RegistrationPlugin</class> <class>org.jivesoftware.messenger.plugin.RegistrationPlugin</class>
<name>Registration Notification Plugin</name> <name>Registration Plugin</name>
<description>Adds the ability to allow an specified user to be notified whenever a new user attempts to register with the server.</description> <description>Adds the ability to allow an specified user to be notified whenever a new user attempts to register with the server.</description>
<author>Ryan Graham</author> <author>Ryan Graham</author>
<version>1.0</version> <version>1.0</version>
...@@ -10,10 +10,10 @@ ...@@ -10,10 +10,10 @@
<adminconsole> <adminconsole>
<tab id="tab-users"> <tab id="tab-users">
<sidebar id="registration-notification-props-form" name="Registration Notification"> <sidebar id="sidebar-users">
<item id="registration-notification-props-form" name="Notification Properties" <item id="registration-props-form" name="Registration Properties"
url="registration-notification-props-form.jsp" url="registration-props-form.jsp"
description="User Registration Notification" /> description="User Registration" />
</sidebar> </sidebar>
</tab> </tab>
</adminconsole> </adminconsole>
......
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