Index: ssts-web/src/main/webapp/common/includeExtJsAndCss.jsp =================================================================== diff -u -r12331 -r15634 --- ssts-web/src/main/webapp/common/includeExtJsAndCss.jsp (.../includeExtJsAndCss.jsp) (revision 12331) +++ ssts-web/src/main/webapp/common/includeExtJsAndCss.jsp (.../includeExtJsAndCss.jsp) (revision 15634) @@ -20,14 +20,14 @@ <% LoginUserData loginUserData = AcegiHelper.getLoginUser(); -boolean isNewMsgPromptSound = false; +String messagePromptType = null; if(loginUserData != null){ - isNewMsgPromptSound = loginUserData.isNewMsgPromptSound(); + messagePromptType = loginUserData.getMessagePromptType(); } boolean enableFSO = WebConstants.ENABLE_FILE_SYSTEM_OBJECT.equals(session.getAttribute(WebConstants.ACCESS_FILE_SYSTEM_OBJECT_FLAG)); %>