Changeset 1365
- Timestamp:
- 12/23/10 11:26:20 (17 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
HelpIM3/branches/chatgroups/config/sites/chatgroups.xml
r1352 r1365 62 62 </actionPerformed> 63 63 <actionPerformed name="AddGroup"> 64 <actionResult name="actionResult_SUCCESS" target=" ShowChatGroups">64 <actionResult name="actionResult_SUCCESS" target="Chatgroups"> 65 65 </actionResult> 66 66 </actionPerformed> 67 67 <actionPerformed name="EditGroup"> 68 <actionResult name="actionResult_SUCCESS" target=" ShowChatGroups">68 <actionResult name="actionResult_SUCCESS" target="Chatgroups"> 69 69 </actionResult> 70 70 </actionPerformed> … … 151 151 <page location="ChatStartError" module="chat" script="ChatStartError" /> 152 152 153 <!-- Chat Group -->154 <page location="AddChat Group" module="chatgroup" script="AddGroup" />155 <page location="EditChat Group" module="chatgroup" script="EditGroup" />156 <page location=" ShowChatGroup" module="chatgroup" script="ShowGroup" />157 <page location=" ShowChatGroups" module="chatgroup" script="ShowGroups" />153 <!-- Chatgroup --> 154 <page location="AddChatgroup" module="chatgroup" script="AddGroup" /> 155 <page location="EditChatgroup" module="chatgroup" script="EditGroup" /> 156 <page location="Chatgroup" module="chatgroup" script="Group" /> 157 <page location="Chatgroups" module="chatgroup" script="Groups" /> 158 158 <page location="subscribe" module="chatgroup" script="Subscription" 159 159 authenticationNeeded="False" allowCookies="True" /> 160 <page location="SendChat GroupInvites" module="chatgroup" script="SendInvites"160 <page location="SendChatgroupInvites" module="chatgroup" script="SendInvites" 161 161 authenticationNeeded="False" allowCookies="True" /> 162 <page location="AddChat Group" module="chatgroup" script="AddGroup" />162 <page location="AddChatgroup" module="chatgroup" script="AddGroup" /> 163 163 <page location="ChatgroupChat" module="chatgroup" script="Chat" 164 164 authenticationNeeded="False" allowCookies="True" /> 165 <page location="ChatgroupLog" module="chatgroup" script="ChatLog" 166 authenticationNeeded="True" allowCookies="True" /> 167 165 168 </listOf__page> 166 169 … … 180 183 181 184 <UnAuthorizedResource key="subscribe" /> 182 <UnAuthorizedResource key="SendChat GroupInvites" />185 <UnAuthorizedResource key="SendChatgroupInvites" /> 183 186 <UnAuthorizedResource key="ChatgroupChat" /> 184 187 <UnAuthorizedResource key="SubChat" /> … … 215 218 <AuthorizedLocation key="StartClientWebChatInvitationForm" /> 216 219 <AuthorizedLocation key="EditEndCareSeekerChat" /> 217 <!-- Chat Groups -->218 <AuthorizedLocation key="AddChat Group" />219 <AuthorizedLocation key="EditChat Group" />220 <AuthorizedLocation key=" ShowChatGroups" />221 <AuthorizedLocation key=" ShowChatGroup" />220 <!-- Chatgroups --> 221 <AuthorizedLocation key="AddChatgroup" /> 222 <AuthorizedLocation key="EditChatgroup" /> 223 <AuthorizedLocation key="Chatgroups" /> 224 <AuthorizedLocation key="Chatgroup" /> 222 225 <AuthorizedLocation key="ChatgroupChat" /> 223 226 </RoleAuthorization> … … 287 290 <AuthorizedLocation key="StartStaffWebChatInvitation" /> 288 291 <AuthorizedLocation key="StartClientWebChatInvitationForm" /> 289 <!-- Chat Groups -->290 <AuthorizedLocation key="AddChat Group" />291 <AuthorizedLocation key="EditChat Group" />292 <AuthorizedLocation key=" ShowChatGroups" />293 <AuthorizedLocation key=" ShowChatGroup" />292 <!-- Chatgroups --> 293 <AuthorizedLocation key="AddChatgroup" /> 294 <AuthorizedLocation key="EditChatgroup" /> 295 <AuthorizedLocation key="Chatgroups" /> 296 <AuthorizedLocation key="Chatgroup" /> 294 297 </RoleAuthorization> 295 298 296 299 <menuEntry action="home" title="Home" /> 297 <menuEntry action=" ShowChatGroups" title="Chat Groepen" />300 <menuEntry action="Chatgroups" title="Chat Groepen" /> 298 301 <menuEntry action="casuistiek" title="Casuïstiek" /> 299 302 <menuEntry action="handleiding" title="Handleiding" />
