Commit 1ed6bd57 authored by Gaston Dombiak's avatar Gaston Dombiak Committed by gaston

Added menu items for new MUC pages. JM-77


git-svn-id: http://svn.igniterealtime.org/svn/repos/messenger/trunk@704 b35dd754-fafc-0310-a699-88a17e54d16e
parent d6fbceb7
...@@ -149,6 +149,33 @@ ...@@ -149,6 +149,33 @@
url="muc-tasks.jsp" url="muc-tasks.jsp"
description="" /> description="" />
</sidebar> </sidebar>
<sidebar id="sidebar-groupchat-administration" name="Room Administration">
<item id="muc-room-summary" name="Room Summary"
url="muc-room-summary.jsp"
description="Click to see a list of rooms in the service" >
<sidebar id="sidebar-groupchat-options" name="Room Options">
<item id="muc-room-edit-form" name="Room Settings"
url="muc-room-edit-form.jsp"
description="Click to edit the room's configuration" />
<item id="muc-room-affiliations" name="User Permissions"
url="muc-room-affiliations.jsp"
description="Click to edit user permissions" />
<item id="muc-room-delete" name="Delete Room"
url="muc-room-delete.jsp"
description="Click to delete the room" />
</sidebar>
</item>
<item id="muc-room-create" name="Create New Room"
url="muc-room-create.jsp"
description="Click to add a new room to the service" />
</sidebar>
</tab> </tab>
</adminconsole> </adminconsole>
\ No newline at end of file
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