Changeset 1429

Show
Ignore:
Timestamp:
02/28/11 02:19:47 (15 months ago)
Author:
winfried
Message:

On closing, make the staff groupchat redirect to an editable page.

Location:
HelpIM3/branches/chatgroups
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • HelpIM3/branches/chatgroups/HelpIM/chat/pages/StaffGroupChat.py

    r1422 r1429  
    2424        self.configs["ISSTAFF"] = True 
    2525        self.configs["CODE"] = self.site.name 
    26         self.configs["POSTURI"] = "/htdocs/end.html" 
     26        self.configs["POSTURI"] = "ShowStaffOffline" 
    2727        self.configs["STAFFCHAT"] = "true" 
    2828        self.configs["STAFFNICK"] = self.user.user_name 
  • HelpIM3/branches/chatgroups/config/sites/full.xml

    r1427 r1429  
    225225                <page location="ShowCareSeekerEnd" module="intranet" script="ShowTextPanel" /> 
    226226                <page location="EditCareSeekerEnd" module="intranet" script="EditTextPanel" /> 
     227                <page location="ShowStaffOffline" module="intranet" script="ShowTextPanel" /> 
     228                <page location="EditStaffOffline" module="intranet" script="EditTextPanel" /> 
    227229                <page location="EndCareWorkerChatPanel" module="chat" 
    228230                        script="EndCareWorkerChatPanel" /> 
     
    473475                <AuthorizedLocation key="RunCareWorkerPostChatQuestionair" /> 
    474476                <AuthorizedLocation key="EditCareSeekerEnd" /> 
     477                <AuthorizedLocation key="EditStaffOffline" /> 
     478                <AuthorizedLocation key="ShowStaffOffline" /> 
    475479                <!-- Chatrooms --> 
    476480                <AuthorizedLocation key="ShowChatRooms" /> 
     
    524528                <AuthorizedLocation key="EndCareWorkerChatPanel" /> 
    525529                <AuthorizedLocation key="RunCareWorkerPostChatQuestionair" /> 
     530                <AuthorizedLocation key="ShowStaffOffline" /> 
    526531        </RoleAuthorization> 
    527532 
     
    548553                <AuthorizedLocation key="EndCareWorkerChatPanel" /> 
    549554                <AuthorizedLocation key="RunCareWorkerPostChatQuestionair" /> 
     555                <AuthorizedLocation key="ShowStaffOffline" /> 
    550556        </RoleAuthorization> 
    551557 
     
    599605                <AuthorizedLocation key="RunCareWorkerPostChatQuestionair" /> 
    600606                <AuthorizedLocation key="EditCareSeekerEnd" /> 
     607                <AuthorizedLocation key="EditStaffOffline" /> 
     608                <AuthorizedLocation key="ShowStaffOffline" /> 
    601609        </RoleAuthorization> 
    602610